@font-face{font-family:TTNormsPro;src:url(../fonts/TTNormsPro-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TTNormsPro;src:url(../fonts/TTNormsPro-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TTNormsPro;src:url(../fonts/TTNormsPro-Bold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:TTNormsPro;src:url(../fonts/TTNormsPro-ExtraBold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:TTNormsPro,sans-serif;color:#212427;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}.container{max-width:1600px;margin:0 auto;padding:0 20px}.bg-dark{background-color:#212427}.bg-white{background-color:#fff}.bg-gray{background-color:#f9f9f9}.drag-cursor{position:fixed;top:0;left:0;width:64px;height:64px;background-color:#267ff9e6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:9999;transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform .2s ease,opacity .2s ease,background-color .2s ease;will-change:transform}.drag-cursor.is-visible{transform:translate(-50%,-50%) scale(1);opacity:1}.drag-cursor.is-dragging{transform:translate(-50%,-50%) scale(.85);background-color:#001cad}.drag-cursor svg{width:20px;height:20px;margin:0 -4px}h1,h2,h3,h4,h5,h6{font-weight:700;color:#212427;line-height:1.2}h1{font-size:56px}@media only screen and (max-width:1200px){h1{font-size:40px}}@media only screen and (max-width:768px){h1{font-size:32px}}h2{font-size:42px}@media only screen and (max-width:1200px){h2{font-size:32px}}@media only screen and (max-width:768px){h2{font-size:26px}}h3{font-size:24px}@media only screen and (max-width:768px){h3{font-size:20px}}p{margin:0;line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:TTNormsPro,sans-serif;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn--outline{padding:12px 24px;font-size:14px;border:2px solid #FFE500;border-radius:8px;color:#fff;background:transparent}.btn--outline:hover{background:#ffe50026}@media only screen and (max-width:768px){.btn--outline{padding:10px 16px;font-size:12px}}.btn--yellow{padding:18px 40px;font-size:16px;border:none;border-radius:24px;color:#212427;background:linear-gradient(90deg,#ffe500,#fffa7a)}.btn--yellow:hover{background:linear-gradient(90deg,#e6ce00,#e6e16e)}@media only screen and (max-width:768px){.btn--yellow{padding:14px 30px;font-size:14px;width:100%}}.btn--blue{padding:16px 32px;min-height:60px;font-size:16px;border:none;border-radius:8px;color:#fff;background:#267ff9}.btn--blue:hover{background:#1a6ad9}.btn--outline-dark{padding:14px 28px;font-size:14px;border:2px solid #212427;border-radius:8px;color:#212427;background:transparent}.btn--outline-dark:hover{background:#2124270d}.btn--dark{padding:18px 40px;font-size:16px;border:none;border-radius:24px;color:#fff;background:#212427}.btn--dark:hover{background:#3a3d40}@media only screen and (max-width:768px){.btn--dark{padding:14px 30px;font-size:14px;width:100%}}.header{position:relative;z-index:100;width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;max-width:1600px;margin:0 auto;padding:20px}@media only screen and (max-width:768px){.header{padding:16px 20px}}@media only screen and (max-width:480px){.header{padding:12px 20px}}.header__left{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:30px}@media only screen and (max-width:480px){.header__left{gap:16px}}.header__logo{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:10px}.header__logo img{height:48px;width:auto}@media only screen and (max-width:480px){.header__logo img{height:36px}}.header__logo-dark{display:none}.header__logo-light{display:block}.header__phone{font-size:22px;font-weight:500;white-space:nowrap;color:#fff}@media only screen and (max-width:768px){.header__phone--desktop{display:none}}.header__nav{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:30px}@media only screen and (max-width:768px){.header__nav{display:none}}.header__nav-link{font-size:20px;font-weight:400;color:#fff;transition:all .3s ease}.header__nav-link:hover{opacity:.8}.header__right{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:24px}@media only screen and (max-width:480px){.header__right{gap:12px}}.header__burger{display:none}@media only screen and (max-width:768px){.header__burger{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:10px;background:none;border:none;cursor:pointer;padding:0}.header__burger em{font-style:normal;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase}}.header__burger-lines{display:flex;flex-direction:column;gap:5px;width:24px}.header__burger-lines span{display:block;width:100%;height:2px;background:#fff;transition:all .3s ease;border-radius:2px}.header__burger-lines span:nth-child(2){width:70%}.header--open .header__burger-lines span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.header--open .header__burger-lines span:nth-child(2){opacity:0;width:100%}.header--open .header__burger-lines span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.header__lang--desktop{position:relative}@media only screen and (max-width:768px){.header__lang--desktop{display:none}}.header__lang-current{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:4px;font-size:22px;font-weight:500;color:#fff;cursor:pointer;background:none;border:none;font-family:TTNormsPro,sans-serif;padding:0}.header__lang-current svg{transition:all .3s ease}.header__lang.active .header__lang-current svg{transform:rotate(180deg)}.header__lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:8px 0;min-width:80px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:100}.header__lang.active .header__lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__lang-option{display:block;padding:10px 20px;font-size:16px;font-weight:700;color:#212427;transition:all .3s ease;text-align:center}.header__lang-option:hover{background:#267ff914;color:#267ff9}.header__lang-option--active{color:#267ff9}@media only screen and (max-width:768px){.header__cta-btn--desktop{display:none!important}}.header__cta-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:200px;padding:0 14px;min-height:60px;background:linear-gradient(90deg,#267ff9,#6ba9ff);border-radius:8px;box-shadow:0 4px 7.6px #00000026;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#fff;text-transform:uppercase;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap}.header__cta-btn:hover{opacity:.9}.header__mobile-overlay{position:fixed;inset:0;background:#0006;z-index:98;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;display:none}@media only screen and (max-width:768px){.header__mobile-overlay{display:block}}.header--open .header__mobile-overlay{opacity:1;visibility:visible;pointer-events:auto}.header__mobile-menu{position:fixed;left:0;right:0;bottom:0;background:linear-gradient(180deg,#051a5d,#0a2874,#267ff9);z-index:99;transform:translateY(100%);transition:transform .5s cubic-bezier(.22,1,.36,1);border-radius:24px 24px 0 0;box-shadow:0 -10px 40px #0000004d;visibility:hidden;display:none}@media only screen and (max-width:768px){.header__mobile-menu{display:block}}.header--open .header__mobile-menu{transform:translateY(0);visibility:visible}.header__mobile-close{position:absolute;top:20px;right:20px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;flex-direction:row;background:#ffffff26;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:2}.header__mobile-close svg{width:24px;height:24px}.header__mobile-close:hover{background:#ffffff4d}.header__mobile-inner{position:relative;display:flex;flex-direction:column;align-items:center;padding:90px 20px 50px;gap:50px}.header__mobile-nav{display:flex;flex-direction:column;align-items:center;gap:20px}.header__mobile-link{font-size:28px;font-weight:700;color:#fff;transition:all .3s ease;text-transform:uppercase}.header__mobile-link:hover{opacity:.8}@media only screen and (max-width:480px){.header__mobile-link{font-size:22px}}.header__mobile-lang{display:flex;gap:10px}.header__mobile-lang-item{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px;padding:12px 20px;border-radius:12px;font-size:16px;font-weight:700;color:#fff;border:1px solid rgba(255,255,255,.25);transition:all .3s ease}.header__mobile-lang-item img{width:24px;height:16px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.header__mobile-lang-item:hover{border-color:#fff}.header__mobile-lang-item--active{background:#fff;color:#001cad;border-color:#fff}.header__mobile-bottom{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:320px;padding-top:10px;border-top:1px solid rgba(255,255,255,.15)}.header__mobile-cta{width:100%;height:56px;background:linear-gradient(90deg,#fff146,#fffcd7);border-radius:12px;border:none;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:700;color:#212427;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003}.header__mobile-cta:hover{box-shadow:0 6px 16px #0000004d}.header__mobile-phone{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:10px;font-size:22px;font-weight:700;color:#fff;transition:all .3s ease}.header__mobile-phone svg{flex-shrink:0}.header__mobile-phone:hover{opacity:.8}@media only screen and (max-width:480px){.header__mobile-phone{font-size:18px}}.footer{background:linear-gradient(90deg,#405ca9,#4170f6);color:#fff;padding:40px 0;position:relative}.footer__row{display:flex;align-items:flex-start;gap:0}@media only screen and (max-width:1200px){.footer__row{flex-wrap:wrap;gap:30px}}@media only screen and (max-width:768px){.footer__row{flex-direction:column}}@media only screen and (max-width:480px){.footer__row{gap:24px}}.footer__col-left{flex:0 0 auto;width:380px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media only screen and (max-width:1200px){.footer__col-left{width:auto}}@media only screen and (max-width:768px){.footer__col-left{width:100%}}.footer__contacts{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:60px}.footer__contact-label{font-size:18px;font-weight:400;color:#fff;line-height:1.1}.footer__phone{font-size:36px;font-weight:700;color:#fff;line-height:1.1;transition:all .3s ease}@media only screen and (max-width:480px){.footer__phone{font-size:28px}}.footer__phone:hover{opacity:.8}.footer__email{font-size:24px;font-weight:400;color:#fff;line-height:1.1;transition:all .3s ease}@media only screen and (max-width:480px){.footer__email{font-size:18px}}.footer__email:hover{opacity:.8}.footer__social{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:40px}.footer__social-label{font-size:18px;font-weight:400;color:#fff}.footer__social-links{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:13px}.footer__social-links a{display:flex;justify-content:center;align-items:center;flex-direction:row;width:27px;height:27px;color:#fff;transition:all .3s ease}.footer__social-links a:hover{opacity:.7}.footer__social-links a svg{width:27px;height:27px}.footer__logo{margin-bottom:30px}.footer__logo img{height:60px;width:auto}.footer__logo-wrap{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.footer__logo-wrap .footer__scroll-top{display:none}@media only screen and (max-width:768px){.footer__logo-wrap .footer__scroll-top{display:block}}.footer__map{width:463px;height:339px;flex-shrink:0;border-radius:16px;overflow:hidden}@media only screen and (max-width:1200px){.footer__map{width:100%;order:5}}.footer__map img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.footer__info{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-left:80px;flex-shrink:0}@media only screen and (max-width:1200px){.footer__info{margin-left:0}}.footer__info-title{font-size:24px;font-weight:400;color:#fff;line-height:1.1;margin-bottom:14px}@media only screen and (max-width:480px){.footer__info-title{font-size:20px}}.footer__info-text{font-size:20px;font-weight:400;color:#fff9;line-height:1.1;max-width:330px}.footer__info-text+.footer__info-text{margin-top:14px}@media only screen and (max-width:480px){.footer__info-text{font-size:16px}}.footer__info-text--white{color:#fff;font-size:18px}.footer__info-subtitle{font-size:20px;font-weight:400;color:#fff;line-height:1.1;margin-top:40px;margin-bottom:14px}.footer__nav{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-left:80px}@media only screen and (max-width:1200px){.footer__nav{margin-left:0}}.footer__nav a{font-size:24px;font-weight:400;color:#fff;line-height:1.1;padding:8px 0;transition:all .3s ease}.footer__nav a:first-child{padding-top:0}.footer__nav a:hover{opacity:.7}@media only screen and (max-width:480px){.footer__nav a{font-size:18px}}.footer__scroll-top{flex-shrink:0;margin-left:auto}@media only screen and (max-width:768px){.footer__scroll-top{display:none}}.footer__scroll-btn{width:60px;height:60px;background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:row;transition:all .3s ease;border:none;cursor:pointer}.footer__scroll-btn:hover{opacity:.8}.footer__scroll-btn svg{width:24px;height:24px}.footer__bottom{display:flex;align-items:flex-end;margin-top:30px;justify-content:space-between;width:100%}@media only screen and (max-width:768px){.footer__bottom{flex-direction:column;gap:16px;align-items:flex-start}}.footer__copyright{font-size:16px;font-weight:400;color:#fff}.footer__dev{font-size:16px;font-weight:400;color:#fff;margin-left:auto;transition:all .3s ease;display:flex;align-items:center;grid-gap:10px}.footer__dev img{max-width:120px}@media only screen and (max-width:768px){.footer__dev{margin-left:0}}.footer__dev:hover{opacity:.7}.logo-strip{padding:60px 0;background:#fff;overflow:hidden}@media only screen and (max-width:768px){.logo-strip{padding:40px 0}}@media only screen and (max-width:480px){.logo-strip{padding:30px 0}}.logo-strip__inner{display:flex;align-items:center;gap:60px;height:64px}@media only screen and (max-width:1200px){.logo-strip__inner{gap:40px}}@media only screen and (max-width:768px){.logo-strip__inner{flex-direction:column;height:auto;text-align:center;gap:20px}}.logo-strip__title{text-transform:uppercase;font-size:16px;color:#000;font-weight:400;white-space:nowrap;line-height:1.1;flex-shrink:0}@media only screen and (max-width:480px){.logo-strip__title{font-size:14px}}.logo-strip__marquee{flex:1;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%)}@media only screen and (max-width:768px){.logo-strip__marquee{width:100%}}.logo-strip__track{display:flex;align-items:center;gap:60px;width:-moz-max-content;width:max-content;animation:marquee 30s linear infinite}.logo-strip__track:hover{animation-play-state:paused}@media only screen and (max-width:768px){.logo-strip__track{gap:40px}}@media only screen and (max-width:480px){.logo-strip__track{gap:30px}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-strip__track img{height:auto;width:auto;max-height:44px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}@media only screen and (max-width:768px){.logo-strip__track img{max-height:36px}}@media only screen and (max-width:480px){.logo-strip__track img{max-height:30px}}.why-us{padding:110px 0 100px;position:relative;overflow:hidden}@media only screen and (max-width:768px){.why-us{padding:60px 0}}@media only screen and (max-width:480px){.why-us{padding:40px 0}}.why-us__bg{position:absolute;inset:0;opacity:.4;pointer-events:none}.why-us__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.why-us__title{position:relative;z-index:1;text-align:center;margin-bottom:60px;color:#4b67a6;font-size:56px;font-weight:700;line-height:1.01}@media only screen and (max-width:1200px){.why-us__title{font-size:40px}}@media only screen and (max-width:768px){.why-us__title{font-size:28px;margin-bottom:40px}}@media only screen and (max-width:480px){.why-us__title{font-size:24px;margin-bottom:30px}}.why-us__subtitle{position:relative;z-index:1;text-align:center;font-size:17px;font-weight:400;color:#666;max-width:700px;margin:-30px auto 50px;line-height:1.5}@media only screen and (max-width:768px){.why-us__subtitle{font-size:15px;margin:-20px auto 30px}}.why-us__grid{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:40px}@media only screen and (max-width:1200px){.why-us__grid{gap:30px}}@media only screen and (max-width:768px){.why-us__grid{gap:20px}}@media only screen and (max-width:480px){.why-us__grid{gap:16px}}.why-us__card{width:calc((100% - 80px) / 3);background:#fff}@media only screen and (max-width:1200px){.why-us__card{width:calc((100% - 30px)/2)}}@media only screen and (max-width:768px){.why-us__card{width:100%}}.why-us__card{border-radius:16px;padding:40px 50px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;position:relative;transition:all .3s ease}.why-us__card:hover{box-shadow:0 8px 30px #00000014}.why-us__card:before{content:"";position:absolute;top:16px;left:16px;width:40px;height:40px;border-top:5px solid #267ff9;border-left:5px solid #267ff9;border-top-left-radius:5px}.why-us__card:after{content:"";position:absolute;bottom:16px;right:16px;width:40px;height:40px;border-bottom:5px solid #267ff9;border-right:5px solid #267ff9;border-bottom-right-radius:5px}@media only screen and (max-width:768px){.why-us__card{padding:40px;min-height:220px}}@media only screen and (max-width:480px){.why-us__card{min-height:auto}}@media only screen and (max-width:480px)and (max-width:1200px){.why-us__card{grid-column:span 1}}.why-us__card-title{font-size:30px;font-weight:700;color:#4b67a6;line-height:120%;max-width:90%}@media only screen and (max-width:1200px){.why-us__card-title{font-size:24px}}@media only screen and (max-width:768px){.why-us__card-title{font-size:20px;max-width:100%}}.why-us__card-desc{font-size:14px;font-weight:400;color:#666;line-height:1.5;margin:8px 0;max-width:80%}@media only screen and (max-width:480px){.why-us__card-desc{font-size:13px}}.why-us__card-icon{align-self:flex-end}.why-us__card-icon img,.why-us__card-icon svg{width:80px;height:80px}@media only screen and (max-width:768px){.why-us__card-icon img,.why-us__card-icon svg{width:60px;height:60px}}.services{padding:100px 0 80px}@media only screen and (max-width:768px){.services{padding:60px 0}}@media only screen and (max-width:480px){.services{padding:40px 0}}.services__header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:40px}@media only screen and (max-width:480px){.services__header{margin-bottom:24px}}.services__title{font-size:62px;font-weight:700;color:#4b67a6;line-height:1.01}@media only screen and (max-width:1200px){.services__title{font-size:42px}}@media only screen and (max-width:768px){.services__title{font-size:28px}}@media only screen and (max-width:480px){.services__title{font-size:24px}}.services__nav{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.services__nav button{width:50px;height:40px;display:flex;justify-content:center;align-items:center;flex-direction:row;transition:all .3s ease;background:transparent;border:none;cursor:pointer;background:#4b67a61a;border-radius:4px}.services__nav button:last-child{transform:rotate(180deg)}.services__slider{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.services__slider::-webkit-scrollbar{display:none}.services__card{min-width:478px;max-width:478px;background:#f1f1f1;border-radius:16px;overflow:hidden;scroll-snap-align:start;flex-shrink:0;position:relative;display:flex;flex-direction:column}.services__card:after{content:"";position:absolute;inset:0;background:linear-gradient(106deg,#001cad,#267ff9);border-radius:16px;opacity:0;transition:opacity .4s ease;z-index:0;pointer-events:none}.services__card:hover:after{opacity:1}.services__card:hover .services__card-title,.services__card:hover .services__card-desc,.services__card:hover .services__card-link{color:#fff}.services__card:hover .services__card-btn{box-shadow:0 4px 8px #00000026;color:#4b67a6}@media only screen and (max-width:768px){.services__card{min-width:320px;max-width:320px}}.services__card-img{width:100%;height:320px;-o-object-fit:cover;object-fit:cover;border-radius:16px;position:relative;z-index:1}@media only screen and (max-width:768px){.services__card-img{height:220px}}@media only screen and (max-width:480px){.services__card-img{height:200px}}.services__card-body{padding:30px;position:relative;z-index:1;display:flex;flex-direction:column;flex:1}@media only screen and (max-width:768px){.services__card-body{padding:30px 20px}}.services__card-title{font-size:24px;font-weight:500;color:#4b67a6;transition:color .3s ease;line-height:1.1;text-transform:uppercase;margin-bottom:20px}@media only screen and (max-width:768px){.services__card-title{font-size:20px}}.services__card-desc{font-size:16px;font-weight:400;color:#4b67a6;transition:color .3s ease;line-height:1.2;margin-bottom:24px;max-width:368px;flex:1}.services__card-actions{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:20px;flex-wrap:wrap;margin-top:auto}.services__card-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;background:#fff;border-radius:8px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border:none;white-space:nowrap;height:48px}.services__card-btn:hover{box-shadow:0 4px 8px #00000026}.services__card-link{font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.services__card-link:hover{opacity:.7}.services__all{text-align:center;margin-top:50px}.services__all-btn{display:inline-flex;align-items:center;justify-content:center;width:640px;max-width:100%;height:65px;background:linear-gradient(106deg,#001cad,#267ff9);border-radius:8px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#fff;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border:none}.services__all-btn:hover{opacity:.9}@media only screen and (max-width:768px){.services__all-btn{width:100%;height:55px}}.cta-form{padding:100px 0;background:#fff;position:relative;overflow:hidden}@media only screen and (max-width:768px){.cta-form{padding:60px 0}}.cta-form__frame{position:absolute;top:30px;left:50%;transform:translate(-50%);width:100%;padding:30px 40px;max-width:calc(100% - 60px);height:calc(100% - 60px);pointer-events:none;z-index:1;background:url(../img/bg.jpg) center/cover no-repeat}.cta-form__frame:before{content:"";position:absolute;top:0;left:0;width:40px;height:40px;border-top:5px solid #267ff9;border-left:5px solid #267ff9;border-top-left-radius:5px}.cta-form__frame:after{content:"";position:absolute;top:0;right:0;width:40px;height:40px;border-top:5px solid #267ff9;border-right:5px solid #267ff9;border-top-right-radius:5px}.cta-form__frame:before{top:30px;left:40px}@media only screen and (max-width:768px){.cta-form__frame:before{top:20px;left:20px}}.cta-form__frame:after{top:30px;right:40px}@media only screen and (max-width:768px){.cta-form__frame:after{top:20px;right:20px}}@media only screen and (max-width:768px){.cta-form__frame{max-width:100%}}.cta-form__frame-bottom{position:absolute;bottom:0;left:0;width:100%;height:0;pointer-events:none}.cta-form__frame-bottom:before{content:"";position:absolute;bottom:0;left:0;width:40px;height:40px;border-bottom:5px solid #267ff9;border-left:5px solid #267ff9;border-bottom-left-radius:5px}.cta-form__frame-bottom:after{content:"";position:absolute;bottom:0;right:0;width:40px;height:40px;border-bottom:5px solid #267ff9;border-right:5px solid #267ff9;border-bottom-right-radius:5px}.cta-form__frame-bottom:before{bottom:30px;left:40px}@media only screen and (max-width:768px){.cta-form__frame-bottom:before{bottom:20px;left:20px}}.cta-form__frame-bottom:after{bottom:30px;right:40px}@media only screen and (max-width:768px){.cta-form__frame-bottom:after{bottom:20px;right:20px}}.cta-form__inner{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:53px;max-width:1386px;margin:0 auto;padding:0 30px}@media only screen and (max-width:768px){.cta-form__inner{gap:30px;padding:40px}}.cta-form__text{text-align:center}.cta-form__title{font-size:56px;font-weight:700;color:#4b67a6;line-height:1.01;margin-bottom:20px}@media only screen and (max-width:1200px){.cta-form__title{font-size:40px}}@media only screen and (max-width:768px){.cta-form__title{font-size:28px}}@media only screen and (max-width:480px){.cta-form__title{font-size:24px}}.cta-form__subtitle{font-size:20px;font-weight:400;color:#4b67a6;line-height:1.2}@media only screen and (max-width:768px){.cta-form__subtitle{font-size:16px}}.cta-form__fields{display:flex;justify-content:center;align-items:flex-end;flex-direction:row;gap:20px}@media only screen and (max-width:1200px){.cta-form__fields{flex-direction:column;align-items:stretch;width:100%;max-width:500px}}.cta-form__input{width:360px;height:65px;padding:0 30px;background:#fff;border-radius:8px;box-shadow:0 4px 8px #00000026;border:none;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#000;text-transform:uppercase}.cta-form__input::-moz-placeholder{color:#000}.cta-form__input::placeholder{color:#000}@media only screen and (max-width:1200px){.cta-form__input{width:100%}}.cta-form__submit{width:360px;height:65px;border-radius:8px;box-shadow:0 4px 8px #00000026;border:none;background:linear-gradient(90deg,#fff146,#fffcd7);font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#000;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.cta-form__submit:hover{box-shadow:0 6px 12px #0003}@media only screen and (max-width:1200px){.cta-form__submit{width:100%}}.cta-form__privacy{font-size:20px;font-weight:400;color:#4b67a6;text-align:center;line-height:1.2}@media only screen and (max-width:768px){.cta-form__privacy{font-size:14px}}@media only screen and (max-width:480px){.cta-form__privacy{font-size:12px}}.cases{padding:100px 0;background:#fff;overflow:hidden}@media only screen and (max-width:768px){.cases{padding:60px 0}}@media only screen and (max-width:480px){.cases{padding:40px 0}}.cases__header{background:linear-gradient(90deg,#405ca9,#4170f6);height:160px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:0 50px;margin-bottom:50px}@media only screen and (max-width:768px){.cases__header{height:auto;padding:24px;flex-direction:column;gap:16px}}.cases__title{color:#fff;font-size:62px;font-weight:700;line-height:1.01}@media only screen and (max-width:1200px){.cases__title{font-size:42px}}@media only screen and (max-width:768px){.cases__title{font-size:28px}}@media only screen and (max-width:480px){.cases__title{font-size:24px}}.cases__subtitle{color:#fff;font-size:24px;font-weight:400;max-width:365px;text-align:right;line-height:1.2}@media only screen and (max-width:768px){.cases__subtitle{text-align:left;max-width:100%;font-size:16px}}.cases__list{position:relative}.cases__item{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:50px;padding:35px 50px;position:relative}.cases__item:before{content:"";position:absolute;top:0;left:0;width:60px;height:60px;border-top:5px solid #FFE500;border-left:5px solid #FFE500;border-top-left-radius:5px}.cases__item:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:60px;border-bottom:5px solid #FFE500;border-right:5px solid #FFE500;border-bottom-right-radius:5px}@media only screen and (max-width:1200px){.cases__item{flex-direction:column;padding:30px 0}}@media only screen and (max-width:768px){.cases__item{padding:30px 20px;gap:40px}}.cases__item-info{flex:0 0 380px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}@media only screen and (max-width:1200px){.cases__item-info{flex:1;max-width:100%}}@media only screen and (max-width:768px){.cases__item-info{gap:24px}}.cases__item-logo{height:auto;width:auto;max-height:50px;max-width:160px;-o-object-fit:contain;object-fit:contain}.cases__item-logos{display:flex;grid-gap:15px}.cases__item-title{font-size:40px;font-weight:700;color:#4b67a6;line-height:1.01}@media only screen and (max-width:1200px){.cases__item-title{font-size:32px}}@media only screen and (max-width:768px){.cases__item-title{font-size:24px}}.cases__item-desc{font-size:16px;font-weight:400;color:#4b67a6;line-height:1.2}.cases__item-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 70px;min-height:60px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(90deg,#405ca9,#4170f6);border-radius:8px;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.cases__item-btn:hover{background:linear-gradient(90deg,#3650a0,#3562e0)}@media only screen and (max-width:768px){.cases__item-btn{width:100%;padding:14px 30px;font-size:14px}}.cases__item-gallery{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media only screen and (max-width:768px){.cases__item-gallery{gap:16px}}.cases__item-gallery a{display:block;cursor:zoom-in;overflow:hidden;border-radius:12px}.cases__item-gallery a:hover img{transform:scale(1.03)}.cases__item-gallery img{width:100%;height:477px;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}@media only screen and (max-width:1200px){.cases__item-gallery img{height:350px}}@media only screen and (max-width:768px){.cases__item-gallery img{height:250px}}@media only screen and (max-width:480px){.cases__item-gallery img{height:200px}}.cases__action{text-align:center;margin-top:60px}@media only screen and (max-width:768px){.cases__action{margin-top:40px}}.cases__all-btn{display:inline-flex;align-items:center;justify-content:center;width:506px;max-width:100%;height:65px;background:transparent;border:1px solid #4b67a6;border-radius:8px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.cases__all-btn:hover{background:#4b67a60d}@media only screen and (max-width:768px){.cases__all-btn{width:100%}}.industries{padding:80px 0;position:relative;overflow:hidden;background:#f5f5f5}.industries__bg{position:absolute;inset:0;opacity:.4;pointer-events:none}.industries__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries__title{position:relative;z-index:1;text-align:center;font-size:56px;font-weight:700;color:#4b67a6;line-height:1.01;margin-bottom:60px;max-width:958px;margin-left:auto;margin-right:auto}@media only screen and (max-width:1200px){.industries__title{font-size:40px}}@media only screen and (max-width:768px){.industries__title{font-size:28px;margin-bottom:40px}}@media only screen and (max-width:480px){.industries__title{font-size:24px;margin-bottom:30px}}.industries__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:50px}@media only screen and (max-width:1200px){.industries__grid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:768px){.industries__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media only screen and (max-width:480px){.industries__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.industries__card{background:#fff;border-radius:20px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:30px 16px 22px;transition:all .3s ease;cursor:pointer}.industries__card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}@media only screen and (max-width:480px){.industries__card{padding:20px 12px 16px}}.industries__card-icon{width:61px;height:60px;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-shrink:0}.industries__card-icon img,.industries__card-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.industries__card-label{font-size:14px;font-weight:400;color:#4b67a6;text-align:center;line-height:1.2;margin-top:16px;text-transform:uppercase}@media only screen and (max-width:768px){.industries__card-label{font-size:12px}}@media only screen and (max-width:480px){.industries__card-label{font-size:11px;margin-top:10px}}.industries__action{position:relative;z-index:1;text-align:center}.industries__btn{display:inline-flex;align-items:center;justify-content:center;width:420px;max-width:100%;height:65px;background:linear-gradient(101deg,#001cad,#267ff9);border-radius:8px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#fff;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border:none}.industries__btn:hover{opacity:.9}@media only screen and (max-width:768px){.industries__btn{width:100%}}.numbers{padding:100px 0;background-color:#f9f9f9}@media only screen and (max-width:768px){.numbers{padding:60px 0}}.numbers__title{text-align:center;margin-bottom:60px;font-size:56px;font-weight:700;color:#4b67a6;line-height:1.01}@media only screen and (max-width:1200px){.numbers__title{font-size:40px}}@media only screen and (max-width:768px){.numbers__title{font-size:28px}}@media only screen and (max-width:480px){.numbers__title{font-size:24px}}.numbers__subtitle{text-align:center;margin-bottom:60px;font-size:20px;color:#4b67a6;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}@media only screen and (max-width:768px){.numbers__subtitle{font-size:16px;margin-bottom:40px}}.numbers__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.numbers__grid--six{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:992px){.numbers__grid--six{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.numbers__grid--six{grid-template-columns:1fr}}@media only screen and (max-width:768px){.numbers__grid{gap:20px}}.numbers__card{background:#fff;border-radius:24px;padding:50px 30px;min-height:220px;position:relative;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:all .3s ease;box-shadow:0 10px 30px #00000008}.numbers__card:before{content:"";position:absolute;top:15px;left:15px;width:40px;height:40px;border-top:4px solid #267ff9;border-left:4px solid #267ff9;border-top-left-radius:10px}.numbers__card:after{content:"";position:absolute;bottom:15px;right:15px;width:40px;height:40px;border-bottom:4px solid #267ff9;border-right:4px solid #267ff9;border-bottom-right-radius:10px}.numbers__card:before,.numbers__card:after{transition:.4s .3s ease;opacity:.4}.numbers__card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #001cad1a}.numbers__card:hover:before,.numbers__card:hover:after{opacity:1;transform:scale(1.1)}@media only screen and (max-width:768px){.numbers__card{padding:30px;min-height:auto}}.numbers__card-value{display:block;font-size:52px;font-weight:700;color:#4b67a6;line-height:1;margin-bottom:15px;text-shadow:0 0 20px rgba(38,127,249,.1)}@media only screen and (max-width:768px){.numbers__card-value{font-size:42px}}.numbers__card-label{display:block;font-size:18px;font-weight:400;color:#4b67a6;line-height:1.4;max-width:220px;margin:0 auto}@media only screen and (max-width:768px){.numbers__card-label{font-size:16px}}.history{padding:100px 0;background-color:#f8fafc;position:relative;overflow:hidden}.history:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 L100 50 L50 100 L0 50 Z' fill='none' stroke='%23267ff9' stroke-width='0.5' stroke-opacity='0.05'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none}.history__title{text-align:center;font-size:42px;color:#4b67a6;margin-bottom:60px;font-weight:700}.history__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto}.history__card{background:#fcfcfc;border-radius:15px;padding:40px;position:relative;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;min-height:280px}.history__card:before,.history__card:after{content:"";position:absolute;width:30px;height:30px;border:3px solid #267ff9;pointer-events:none}.history__card:before{top:20px;left:20px;border-right:none;border-bottom:none}.history__card:after{bottom:20px;right:20px;border-left:none;border-top:none}.history__card:last-child .history__card-logos img{max-height:100px}.history__card-corners{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.history__card-corners:before,.history__card-corners:after{content:"";position:absolute;width:30px;height:30px;border:3px solid #267ff9}.history__card-corners:before{top:20px;right:20px;border-left:none;border-bottom:none}.history__card-corners:after{bottom:20px;left:20px;border-right:none;border-top:none}.history__card-year{font-size:32px;color:#4b67a6;line-height:1;margin-bottom:10px;font-weight:700}.history__card-desc{font-size:18px;color:#888;line-height:1.4;margin-bottom:30px;font-weight:400;height:55px}.history__card-logos{margin-top:auto;display:flex;align-items:center;flex-wrap:wrap;gap:20px;justify-content:center}.history__card-logos--grid{display:grid;grid-template-columns:repeat(3,minmax(60px,1fr));align-items:center;width:100%}.history__logo{max-height:60px;max-width:140px;-o-object-fit:contain;object-fit:contain;filter:grayscale(0);transition:filter .3s ease}.history__logo--sgs{max-height:80px}.history__logo--copycenter{max-height:70px}.history__card-image{margin-top:auto;width:100%;height:220px;border-radius:10px;overflow:hidden}.history__building{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.history__icon{width:80px;height:80px;fill:#267ff9}@media(max-width:992px){.history__title{font-size:32px}.history__grid{grid-template-columns:1fr}.history__card{padding:30px;min-height:auto}}.partners{padding:100px 0;background:radial-gradient(113.53% 108.2% at 87.54% 30.92%,#eef1f5,#cfe2fd 39.42%,#eef1f5 70.67%,#86b5f9);overflow:hidden}@media only screen and (max-width:768px){.partners{padding:60px 0}}@media only screen and (max-width:480px){.partners{padding:40px 0}}.partners__title{text-align:center;font-size:62px;font-weight:700;color:#4b67a6;line-height:1.01;margin-bottom:16px;text-transform:uppercase}@media only screen and (max-width:1200px){.partners__title{font-size:42px}}@media only screen and (max-width:768px){.partners__title{font-size:28px}}@media only screen and (max-width:480px){.partners__title{font-size:24px}}.partners__subtitle{text-align:center;font-size:20px;font-weight:400;color:#4b67a6;line-height:1.2;max-width:900px;margin:0 auto 50px;padding:0 20px}@media only screen and (max-width:768px){.partners__subtitle{font-size:16px;margin-bottom:30px}}@media only screen and (max-width:480px){.partners__subtitle{font-size:14px;margin-bottom:24px}}.partners__frame{position:relative;max-width:1623px;margin:0 auto 50px;padding:30px}@media only screen and (max-width:768px){.partners__frame{padding:20px;margin-bottom:30px}}@media only screen and (max-width:480px){.partners__frame{padding:10px;margin-bottom:24px}}.partners__frame:before{content:"";position:absolute;top:0;left:0;width:60px;height:60px;border-top:5px solid #FFE500;border-left:5px solid #FFE500;border-top-left-radius:5px}.partners__frame:after{content:"";position:absolute;top:0;right:0;width:60px;height:60px;border-top:5px solid #FFE500;border-right:5px solid #FFE500;border-top-right-radius:5px}@media only screen and (max-width:768px){.partners__frame:before,.partners__frame:after{display:none}}.partners__frame-bottom{position:absolute;bottom:0;left:0;width:100%;height:0;pointer-events:none}.partners__frame-bottom:before{content:"";position:absolute;bottom:0;left:0;width:60px;height:60px;border-bottom:5px solid #FFE500;border-left:5px solid #FFE500;border-bottom-left-radius:5px}.partners__frame-bottom:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:60px;border-bottom:5px solid #FFE500;border-right:5px solid #FFE500;border-bottom-right-radius:5px}@media only screen and (max-width:768px){.partners__frame-bottom:before,.partners__frame-bottom:after{display:none}}.partners__honeycomb{display:flex;flex-direction:column;align-items:center;gap:0;margin-top:-15px}@media only screen and (max-width:768px){.partners__honeycomb{margin-top:-10px}}.partners__row{display:flex;justify-content:center;gap:22px;margin-top:-31px}.partners__row:first-child{margin-top:0}@media only screen and (max-width:1200px){.partners__row{gap:16px;margin-top:-24px}}@media only screen and (max-width:768px){.partners__row{gap:8px;margin-top:-16px}}@media only screen and (max-width:480px){.partners__row{gap:4px;margin-top:-10px}}.partners__hex{width:160px;height:184px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-shrink:0;transition:all .3s ease}.partners__hex:hover{background:#f5f5f5}.partners__hex img{max-width:65%;max-height:45%;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:1200px){.partners__hex{width:130px;height:150px}}@media only screen and (max-width:768px){.partners__hex{width:100px;height:115px}.partners__hex img{max-width:60%;max-height:40%}}@media only screen and (max-width:480px){.partners__hex{width:70px;height:81px}.partners__hex img{max-width:55%;max-height:38%}}.partners__note{text-align:center;font-size:20px;font-weight:400;color:#4b67a6;line-height:1.2;max-width:900px;margin:0 auto;padding:0 20px}.partners__note strong{font-weight:700}@media only screen and (max-width:768px){.partners__note{font-size:15px}}@media only screen and (max-width:480px){.partners__note{font-size:13px;line-height:1.4}}.partners__note-sub{text-align:center;font-size:16px;font-weight:400;color:#666;max-width:900px;margin:8px auto 0;padding:0 20px;line-height:1.4}@media only screen and (max-width:768px){.partners__note-sub{font-size:14px}}@media only screen and (max-width:480px){.partners__note-sub{font-size:12px}}.blog-section{padding:100px 0 80px;position:relative;overflow:hidden}@media only screen and (max-width:768px){.blog-section{padding:60px 0}}@media only screen and (max-width:480px){.blog-section{padding:40px 0}}.blog-section__bg{position:absolute;inset:0;opacity:.4;pointer-events:none}.blog-section__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-section__title{position:relative;z-index:1;font-size:62px;font-weight:700;color:#4b67a6;line-height:1.01;margin-bottom:40px}@media only screen and (max-width:1200px){.blog-section__title{font-size:42px}}@media only screen and (max-width:768px){.blog-section__title{font-size:28px}}@media only screen and (max-width:480px){.blog-section__title{font-size:24px}}.blog-section__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:50px}@media only screen and (max-width:1200px){.blog-section__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.blog-section__grid{grid-template-columns:1fr}}@media only screen and (max-width:480px){.blog-section__grid{gap:16px}}.blog-section__card{border-radius:16px;overflow:hidden;background:#fff;transition:all .3s ease;display:flex;flex-direction:column}.blog-section__card:hover{box-shadow:0 8px 30px #00000014}.blog-section__card-img{width:100%;height:320px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:768px){.blog-section__card-img{height:220px}}@media only screen and (max-width:480px){.blog-section__card-img{height:180px}}.blog-section__card-body{padding:30px;display:flex;flex-direction:column;flex:1}@media only screen and (max-width:768px){.blog-section__card-body{padding:30px 15px}}.blog-section__card-title{font-size:24px;font-weight:400;color:#4b67a6;line-height:1.1;text-transform:uppercase;margin-bottom:16px;min-height:67px}@media only screen and (max-width:768px){.blog-section__card-title{font-size:18px;min-height:auto}}.blog-section__card-desc{font-size:16px;font-weight:400;color:#4b67a6;line-height:1.2;margin-bottom:24px;max-width:368px;flex:1}.blog-section__card-link{font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;text-decoration:underline;transition:all .3s ease}.blog-section__card-link:hover{opacity:.7}.blog-section__all{position:relative;z-index:1;text-align:center}.blog-section__all-btn{display:inline-flex;align-items:center;justify-content:center;width:506px;max-width:100%;height:65px;background:transparent;border:1px solid #4b67a6;border-radius:8px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.blog-section__all-btn:hover{background:#4b67a60d}@media only screen and (max-width:768px){.blog-section__all-btn{width:100%}}.cta-estimate{padding:60px 0}@media only screen and (max-width:768px){.cta-estimate{padding:40px 0}}.cta-estimate__wrapper{position:relative}.cta-estimate__wrapper:before{content:"";position:absolute;top:0;left:0;width:70px;height:70px;border-top:7px solid #FFE500;border-left:7px solid #FFE500;border-top-left-radius:6px}.cta-estimate__wrapper:after{content:"";position:absolute;top:0;right:0;width:70px;height:70px;border-top:7px solid #FFE500;border-right:7px solid #FFE500;border-top-right-radius:6px}.cta-estimate__wrapper:before,.cta-estimate__wrapper:after{z-index:2}.cta-estimate__wrapper:before{top:25px;left:30px}@media only screen and (max-width:768px){.cta-estimate__wrapper:before{display:none}}.cta-estimate__wrapper:after{top:25px;right:30px}@media only screen and (max-width:768px){.cta-estimate__wrapper:after{display:none}}.cta-estimate__wrapper-bottom{position:absolute;bottom:0;left:0;width:100%;height:0;pointer-events:none}.cta-estimate__wrapper-bottom:before{content:"";position:absolute;bottom:0;left:0;width:70px;height:70px;border-bottom:7px solid #FFE500;border-left:7px solid #FFE500;border-bottom-left-radius:6px}.cta-estimate__wrapper-bottom:after{content:"";position:absolute;bottom:0;right:0;width:70px;height:70px;border-bottom:7px solid #FFE500;border-right:7px solid #FFE500;border-bottom-right-radius:6px}.cta-estimate__wrapper-bottom:before,.cta-estimate__wrapper-bottom:after{z-index:2}.cta-estimate__wrapper-bottom:before{bottom:25px;left:30px}@media only screen and (max-width:768px){.cta-estimate__wrapper-bottom:before{display:none}}.cta-estimate__wrapper-bottom:after{bottom:25px;right:30px}@media only screen and (max-width:768px){.cta-estimate__wrapper-bottom:after{display:none}}.cta-estimate__inner{position:relative;background:radial-gradient(ellipse at 2% 4%,#267ff9,#1d62cd,#1345a0,#0a2874 75%,#051a5d,#000b47);border-radius:24px;padding:80px 120px;min-height:687px;overflow:hidden}@media only screen and (max-width:1200px){.cta-estimate__inner{padding:60px 50px;min-height:auto}}@media only screen and (max-width:768px){.cta-estimate__inner{padding:40px 24px}}.cta-estimate__decor{position:absolute;top:-75%;right:0;width:90%;height:206%;pointer-events:none;z-index:0;background:url(../img/letter-a-filled.svg) right top/contain no-repeat}@media only screen and (max-width:768px){.cta-estimate__decor{top:0;height:100%;width:100%;background:url(../img/letter-a-filled.svg) center center/cover no-repeat}}.cta-estimate__content{position:relative;z-index:2;max-width:573px}.cta-estimate__title{font-size:40px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:24px}@media only screen and (max-width:768px){.cta-estimate__title{font-size:28px}}@media only screen and (max-width:480px){.cta-estimate__title{font-size:24px}}.cta-estimate__subtitle{font-size:24px;font-weight:400;color:#fff;margin-bottom:24px}@media only screen and (max-width:768px){.cta-estimate__subtitle{font-size:18px}}@media only screen and (max-width:480px){.cta-estimate__subtitle{font-size:16px}}.cta-estimate__features{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:row;gap:16px;margin-bottom:30px}@media only screen and (max-width:768px){.cta-estimate__features{flex-direction:column}}.cta-estimate__feature{width:251px;height:83px;border-radius:16px;background:#fff3;box-shadow:0 4px 7.6px #00000026;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px;padding:16px}@media only screen and (max-width:768px){.cta-estimate__feature{width:100%;height:60px}}.cta-estimate__feature svg{flex-shrink:0;width:24px;height:24px}.cta-estimate__feature span{font-size:20px;font-weight:400;color:#fff;line-height:1.2}@media only screen and (max-width:768px){.cta-estimate__feature span{font-size:16px}}.cta-estimate__form{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;gap:16px;max-width:518px}.cta-estimate__input{width:100%;height:65px;padding:0 30px;border-radius:8px;background:#fff;box-shadow:0 4px 8px #00000026;border:none;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#000;text-transform:uppercase}.cta-estimate__input::-moz-placeholder{color:#000}.cta-estimate__input::placeholder{color:#000}.cta-estimate__submit{width:100%;height:65px;border-radius:8px;background:linear-gradient(90deg,#fff146,#fffcd7);box-shadow:0 4px 8px #00000026;border:none;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#000;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.cta-estimate__submit:hover{box-shadow:0 6px 12px #0003}.cta-estimate__privacy{font-size:16px;font-weight:400;color:#fff;text-align:center;max-width:518px;margin-top:16px;line-height:1.1}.cta-estimate__privacy a{color:#fff;text-decoration:underline}.faq{padding:100px 0;background:#fff}@media only screen and (max-width:768px){.faq{padding:60px 0}}@media only screen and (max-width:480px){.faq{padding:40px 0}}.faq__inner{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:80px}@media only screen and (max-width:1200px){.faq__inner{flex-direction:column;gap:40px}}.faq__title{flex:0 0 469px;font-size:62px;font-weight:700;color:#4b67a6;line-height:1.01;position:sticky;top:10px}@media only screen and (max-width:1200px){.faq__title{flex:1;position:static;font-size:42px}}@media only screen and (max-width:768px){.faq__title{font-size:30px}}.faq__accordion{flex:1;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;gap:8px}.faq__item{border-radius:16px;overflow:hidden}.faq__item-header{width:100%;height:auto;min-height:80px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:20px;cursor:pointer;background:#f6f7fb;border-radius:16px;transition:all .3s ease}.faq__item-header:hover{background:#eef0f5}.faq__item-header span{font-size:24px;font-weight:500;color:#4b67a6;line-height:1.2}@media only screen and (max-width:768px){.faq__item-header span{font-size:18px}}.faq__item-header svg{flex-shrink:0;transition:all .3s ease;width:20px;height:20px;transform:rotate(180deg)}.faq__item--active .faq__item-header{border-radius:16px 16px 0 0}.faq__item--active .faq__item-header svg{transform:rotate(0)}.faq__item--active .faq__item-body{display:block}.faq__item-body{display:none;padding:21px 40px 24px;background:#f6f7fb;border-radius:0 0 16px 16px}@media only screen and (max-width:480px){.faq__item-body{padding:16px 20px 20px}}.faq__item-body p{font-size:20px;font-weight:400;color:#4b67a6;line-height:1.3}@media only screen and (max-width:768px){.faq__item-body p{font-size:16px}}.popup{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;flex-direction:row;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}@media only screen and (max-width:768px){.popup{padding:16px}}@media only screen and (max-width:480px){.popup{padding:10px;align-items:center}}.popup--active{opacity:1;visibility:visible}.popup__overlay{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(4px)}.popup__close{position:absolute;top:12px;right:12px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;flex-direction:row;background:#fff;border:none;cursor:pointer;border-radius:50%;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px #0003}@media only screen and (max-width:480px){.popup__close{width:38px;height:38px;top:10px;right:10px}}.popup__close svg{width:20px;height:20px}.popup__close svg path{stroke:#212427}.popup__close:hover{background:#f0f0f0;transform:rotate(90deg)}.popup__form{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;gap:12px}@media only screen and (max-width:480px){.popup__form{gap:10px}}.popup__input{width:100%;height:56px;padding:0 20px;border-radius:12px;border:1px solid rgba(33,36,39,.15);background:#fff;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#212427;transition:all .3s ease}@media only screen and (max-width:480px){.popup__input{height:50px;font-size:15px;border-radius:10px}}.popup__input:focus{border-color:#267ff9}.popup__input::-moz-placeholder{color:#21242766}.popup__input::placeholder{color:#21242766}.popup__select-wrap{position:relative}.popup__select-wrap:after{content:"";position:absolute;top:50%;right:20px;width:10px;height:10px;border-right:2px solid #4b67a6;border-bottom:2px solid #4b67a6;transform:translateY(-60%) rotate(45deg);pointer-events:none}.popup__select{width:100%;height:56px;padding:0 50px 0 20px;border-radius:12px;border:1px solid rgba(33,36,39,.15);background:#fff;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#212427;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s ease}@media only screen and (max-width:480px){.popup__select{height:50px;font-size:15px;border-radius:10px}}.popup__select:focus{border-color:#267ff9}.popup__privacy{font-size:13px;font-weight:400;color:#21242766;text-align:center;line-height:1.3}@media only screen and (max-width:480px){.popup__privacy{font-size:12px}}.popup__privacy--light{color:#fff6}.popup__submit{width:100%;height:56px;border-radius:12px;background:linear-gradient(90deg,#fff146,#fffcd7);box-shadow:0 4px 8px #0000001a;border:none;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:700;color:#000;text-transform:uppercase;cursor:pointer;transition:all .3s ease}@media only screen and (max-width:480px){.popup__submit{height:50px;font-size:14px;border-radius:10px}}.popup__submit:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-1px)}.popup__success{text-align:center;padding:20px 0}.popup__success-icon{margin-bottom:20px}.popup__success-icon svg{width:64px;height:64px}@media only screen and (max-width:480px){.popup__success-icon{margin-bottom:16px}.popup__success-icon svg{width:52px;height:52px}}.popup__success-title{font-size:28px;font-weight:700;color:#4b67a6;margin-bottom:12px}@media only screen and (max-width:480px){.popup__success-title{font-size:22px}}.popup__success-text{font-size:16px;font-weight:400;color:#21242799;line-height:1.4;margin-bottom:24px}.popup__success-text span{font-weight:700;color:#212427}@media only screen and (max-width:480px){.popup__success-text{font-size:14px;margin-bottom:20px}}.popup__success-info{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:24px;padding:20px;background:#f6f7fb;border-radius:12px;text-align:left}@media only screen and (max-width:480px){.popup__success-info{padding:16px;margin-bottom:20px}}.popup__success-row{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:10px}.popup__success-row svg{flex-shrink:0}.popup__success-row span{font-size:14px;font-weight:400;color:#212427;line-height:1.3}.popup__success-row a{color:#267ff9;transition:all .3s ease}.popup__success-row a:hover{opacity:.8}.popup__success-row strong{font-weight:700}.popup__success-close{width:100%;height:50px;border-radius:12px;background:transparent;border:2px solid #4b67a6;font-family:TTNormsPro,sans-serif;font-size:14px;font-weight:700;color:#4b67a6;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.popup__success-close:hover{background:#4b67a60d}.popup__offhours{margin-bottom:16px;padding:16px;background:#f6f7fb;border-radius:12px}@media only screen and (max-width:480px){.popup__offhours{padding:12px;margin-bottom:12px}}.popup__offhours-badge{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px;margin-bottom:10px}.popup__offhours-badge span{font-size:15px;font-weight:700;color:#4b67a6}@media only screen and (max-width:480px){.popup__offhours-badge span{font-size:13px}}.popup__offhours-text{font-size:13px;font-weight:400;color:#21242799;line-height:1.4;margin-bottom:12px}@media only screen and (max-width:480px){.popup__offhours-text{font-size:12px}}.popup__offhours-picker{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:10px;flex-wrap:wrap}.popup__day-btns{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:6px}.popup__day-btn{padding:8px 16px;border-radius:8px;border:1px solid rgba(33,36,39,.15);background:#fff;font-family:TTNormsPro,sans-serif;font-size:13px;font-weight:400;color:#212427;cursor:pointer;transition:all .3s ease}@media only screen and (max-width:480px){.popup__day-btn{padding:6px 12px;font-size:12px}}.popup__day-btn:hover{border-color:#267ff9}.popup__day-btn--active{background:#267ff9;border-color:#267ff9;color:#fff}.popup__time-select{height:40px;padding:0 35px 0 12px;border-radius:8px;font-size:13px;min-width:90px}@media only screen and (max-width:480px){.popup__time-select{height:36px;font-size:12px;min-width:80px}}.popup-v1__container{position:relative;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:row;background:#fff;border-radius:24px;overflow:hidden;width:840px;max-width:100%;max-height:calc(100vh - 40px);transform:translateY(20px) scale(.97);transition:transform .3s ease;box-shadow:0 20px 60px #00000040}@media only screen and (max-width:768px){.popup-v1__container{flex-direction:column;width:100%;max-height:calc(100vh - 32px);overflow-y:auto}}@media only screen and (max-width:480px){.popup-v1__container{border-radius:16px;max-height:90vh}}.popup-v1.popup--active .popup-v1__container{transform:translateY(0) scale(1)}.popup-v1__image{flex:0 0 320px;position:relative;overflow:hidden}@media only screen and (max-width:768px){.popup-v1__image{flex:0 0 250px}}@media only screen and (max-width:480px){.popup-v1__image{flex:0 0 120px}}.popup-v1__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-v1__badge{position:absolute;top:20px;left:20px;background:#ffe500;color:#212427;font-weight:700;font-size:14px;line-height:1.2;text-align:center;text-transform:uppercase;padding:10px 16px;border-radius:12px;box-shadow:0 4px 12px #0003}@media only screen and (max-width:480px){.popup-v1__badge{top:12px;left:12px;font-size:12px;padding:8px 12px}}.popup-v1__image-text{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,#000000b3);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:4px}@media only screen and (max-width:768px){.popup-v1__image-text{padding:12px 16px}}.popup-v1__image-text span{font-size:13px;font-weight:400;color:#fff;opacity:.9}@media only screen and (max-width:480px){.popup-v1__image-text span{font-size:11px}}.popup-v1__image--brand{background:linear-gradient(135deg,#267ff9,#1345a0);display:flex;justify-content:center;align-items:center;flex-direction:row}.popup-v1__image--brand img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.popup-v1__content{flex:1;padding:40px 36px;overflow-y:auto}@media only screen and (max-width:768px){.popup-v1__content{padding:24px 20px;overflow-y:visible}}@media only screen and (max-width:480px){.popup-v1__content{padding:20px 16px}}.popup-v1__content .popup__title{font-size:28px;font-weight:700;color:#4b67a6;line-height:1.1;margin-bottom:12px;padding-right:40px}@media only screen and (max-width:768px){.popup-v1__content .popup__title{font-size:22px}}@media only screen and (max-width:480px){.popup-v1__content .popup__title{font-size:20px;padding-right:30px}}.popup-v1__offer{font-size:15px;font-weight:400;color:#21242799;line-height:1.4;margin-bottom:20px}@media only screen and (max-width:480px){.popup-v1__offer{font-size:14px;margin-bottom:16px}}.popup-v1__offer strong{color:#267ff9;font-weight:700}.popup-v1__trust{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(33,36,39,.08)}@media only screen and (max-width:480px){.popup-v1__trust{margin-top:12px;padding-top:12px}}.popup-v1__trust span{font-size:13px;font-weight:400;color:#21242780}@media only screen and (max-width:480px){.popup-v1__trust span{font-size:12px}}.popup-v1__avatars{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}.popup-v1__avatars img{width:28px;height:28px;border-radius:50%;-o-object-fit:contain;object-fit:contain;border:2px solid #fff;background:#f0f0f0;margin-left:-8px}.popup-v1__avatars img:first-child{margin-left:0}@media only screen and (max-width:480px){.popup-v1__avatars img{width:24px;height:24px}}.popup-v2__container{position:relative;width:520px;max-width:100%;border-radius:24px;overflow:hidden;max-height:calc(100vh - 40px);overflow-y:auto;transform:translateY(20px) scale(.97);transition:transform .3s ease;box-shadow:0 20px 60px #0000004d}@media only screen and (max-width:480px){.popup-v2__container{border-radius:16px;max-height:90vh}}.popup-v2.popup--active .popup-v2__container{transform:translateY(0) scale(1)}.popup-v2__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-v2__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#051a5dd9,#0a2874f2)}.popup-v2__inner{position:relative;z-index:2;padding:50px 40px}@media only screen and (max-width:768px){.popup-v2__inner{padding:30px 20px}}@media only screen and (max-width:480px){.popup-v2__inner{padding:24px 16px}}.popup-v2__icons{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:24px;margin-bottom:30px;flex-wrap:wrap}@media only screen and (max-width:768px){.popup-v2__icons{gap:16px}}@media only screen and (max-width:480px){.popup-v2__icons{gap:12px;margin-bottom:20px}}.popup-v2__icon-item{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px}@media only screen and (max-width:480px){.popup-v2__icon-item svg{width:20px;height:20px}}.popup-v2__icon-item span{font-size:13px;font-weight:400;color:#fffc}@media only screen and (max-width:480px){.popup-v2__icon-item span{font-size:12px}}.popup-v2__title{font-size:32px;font-weight:700;color:#fff;line-height:1.1;margin-bottom:30px}@media only screen and (max-width:768px){.popup-v2__title{font-size:24px;margin-bottom:24px}}@media only screen and (max-width:480px){.popup-v2__title{font-size:20px;margin-bottom:20px}}.popup-v2__input{background:#ffffff26;border-color:#fff3;color:#fff}.popup-v2__input::-moz-placeholder{color:#ffffff80}.popup-v2__input::placeholder{color:#ffffff80}.popup-v2__input:focus{border-color:#ffe500}.popup-v2__trust{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px;margin-top:16px}@media only screen and (max-width:480px){.popup-v2__trust{margin-top:12px}}.popup-v2__trust span{font-size:13px;font-weight:400;color:#ffffff80}@media only screen and (max-width:480px){.popup-v2__trust span{font-size:12px}}.popup-v2__trust-logos{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}.popup-v2__trust-logos img{width:28px;height:28px;border-radius:50%;-o-object-fit:contain;object-fit:contain;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;margin-left:-8px}.popup-v2__trust-logos img:first-child{margin-left:0}@media only screen and (max-width:480px){.popup-v2__trust-logos img{width:24px;height:24px}}.popup-v2__review{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15)}@media only screen and (max-width:480px){.popup-v2__review{margin-top:16px;padding-top:16px}}.popup-v2__review p{font-size:14px;font-weight:400;color:#ffffffb3;line-height:1.5;font-style:italic;margin-bottom:8px}@media only screen and (max-width:480px){.popup-v2__review p{font-size:13px}}.popup-v2__review span{font-size:13px;font-weight:700;color:#ffffff80}@media only screen and (max-width:480px){.popup-v2__review span{font-size:12px}}.popup-v3__container{position:relative;width:480px;max-width:100%;background:#fff;border-radius:24px;overflow:hidden;max-height:calc(100vh - 40px);overflow-y:auto;transform:translateY(20px) scale(.97);transition:transform .3s ease;box-shadow:0 20px 60px #00000040}@media only screen and (max-width:480px){.popup-v3__container{border-radius:16px;max-height:90vh}}.popup-v3.popup--active .popup-v3__container{transform:translateY(0) scale(1)}.popup-v3__image{position:relative;width:100%;height:220px}@media only screen and (max-width:480px){.popup-v3__image{height:160px}}.popup-v3__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-v3__timer{position:absolute;bottom:16px;left:16px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#267ff9e6,#051a5de6);backdrop-filter:blur(8px);border-radius:12px;color:#fff;box-shadow:0 4px 12px #0000004d}@media only screen and (max-width:480px){.popup-v3__timer{bottom:12px;left:12px;padding:8px 14px}}.popup-v3__timer span{font-size:14px;font-weight:400}@media only screen and (max-width:480px){.popup-v3__timer span{font-size:12px}}.popup-v3__timer strong{font-weight:700}.popup-v3__content{padding:30px}@media only screen and (max-width:768px){.popup-v3__content{padding:24px 20px}}@media only screen and (max-width:480px){.popup-v3__content{padding:20px 16px}}.popup-v3__title{font-size:28px;font-weight:700;color:#212427;line-height:1.15;margin-bottom:24px;padding-right:40px}@media only screen and (max-width:768px){.popup-v3__title{font-size:22px}}@media only screen and (max-width:480px){.popup-v3__title{font-size:20px;margin-bottom:20px;padding-right:30px}}.popup-v3__title span{color:#267ff9;position:relative}.popup-v3__title span:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:#ffe500;border-radius:8px}.popup-v3__submit{background:linear-gradient(99deg,#001cad,#267ff9);color:#fff}.popup-v3__submit:hover{opacity:.9}.popup-v3__logos{margin-top:20px;padding-top:16px;border-top:1px solid rgba(33,36,39,.08)}@media only screen and (max-width:480px){.popup-v3__logos{margin-top:16px;padding-top:12px}}.popup-v3__logos>span{font-size:12px;font-weight:400;color:#21242766;text-transform:uppercase;display:block;margin-bottom:10px}@media only screen and (max-width:480px){.popup-v3__logos>span{font-size:11px}}.popup-v3__logos-row{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}@media only screen and (max-width:480px){.popup-v3__logos-row{gap:12px}}.popup-v3__logos-row img{height:20px;width:auto;opacity:.4;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:480px){.popup-v3__logos-row img{height:16px}}.pagination{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:60px}@media only screen and (max-width:768px){.pagination{margin-top:40px;gap:16px}}.pagination__pages{display:flex;align-items:center;gap:8px}.pagination__page{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;font-family:TTNormsPro,sans-serif;font-size:18px;font-weight:600;color:#4b67a6;background:transparent;text-decoration:none;transition:all .3s ease}.pagination__page:hover{background:#4b67a61a}.pagination__page--active{background:linear-gradient(90deg,#405ca9,#4170f6);color:#fff;pointer-events:none}.pagination__page--active:hover{background:linear-gradient(90deg,#405ca9,#4170f6)}.pagination__arrow{display:flex;align-items:center;justify-content:center;width:50px;height:40px;background:#4b67a61a;border-radius:4px;transition:all .3s ease;text-decoration:none}.pagination__arrow:hover{background:#4b67a633}.pagination__arrow--next{transform:rotate(180deg)}@media only screen and (max-width:768px){.pagination__page{width:40px;height:40px;font-size:16px}.pagination__arrow{width:44px;height:36px}}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}@media only screen and (max-width:768px){.hero-section{min-height:80vh}}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg video,.hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#0003;z-index:1}@media only screen and (max-width:768px){.hero-overlay{background:#00000059}}.hero-gradient{position:absolute;left:0;bottom:0;width:100%;height:465px;background:linear-gradient(to top,#000,#0000);z-index:1}@media only screen and (max-width:768px){.hero-gradient{height:60%}}.hero-content{position:relative;z-index:2;flex:1;display:flex;justify-content:space-between;align-items:flex-end;flex-direction:row;padding:0 20px 64px;gap:60px;max-width:1600px;margin:0 auto}@media only screen and (max-width:1200px){.hero-content{flex-direction:column;align-items:flex-start;gap:40px;padding-bottom:40px}}@media only screen and (max-width:768px){.hero-content{padding-bottom:30px;justify-content:flex-end}}@media only screen and (max-width:480px){.hero-content{padding:0 16px 40px}}.hero-content__left{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;gap:40px}@media only screen and (max-width:768px){.hero-content__left{gap:20px}}@media only screen and (max-width:480px){.hero-content__left{gap:16px}}.hero-content__right{flex-shrink:0;align-self:flex-end;max-width:280px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}@media only screen and (max-width:1200px){.hero-content__right{align-self:stretch;max-width:100%;flex-direction:row;align-items:center;gap:20px}}@media only screen and (max-width:768px){.hero-content__right{flex-direction:column;gap:12px}}.hero-stats{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}@media only screen and (max-width:768px){.hero-stats{gap:0}}.hero-stats__item{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:24px;padding-right:30px}.hero-stats__item:not(:first-child){padding-left:30px;border-left:1px solid #9c9c9c}@media only screen and (max-width:768px){.hero-stats__item{gap:8px;padding-right:20px}.hero-stats__item:not(:first-child){padding-left:20px}}@media only screen and (max-width:480px){.hero-stats__item{gap:6px;padding-right:12px}.hero-stats__item:not(:first-child){padding-left:12px}.hero-stats__item:last-child{padding-right:0}}.hero-stats__number{font-size:48px;line-height:1;font-weight:400;color:#fff}@media only screen and (max-width:768px){.hero-stats__number{font-size:28px}}@media only screen and (max-width:480px){.hero-stats__number{font-size:22px}}.hero-stats__label{font-size:16px;font-weight:400;color:#fff}@media only screen and (max-width:768px){.hero-stats__label{font-size:12px}}@media only screen and (max-width:480px){.hero-stats__label{font-size:11px}}.hero-title{font-size:60px;font-weight:700;line-height:1.1;color:#fff;max-width:60%}@media only screen and (max-width:768px){.hero-title br{display:none}}@media only screen and (max-width:1200px){.hero-title{font-size:42px}}@media only screen and (max-width:768px){.hero-title{font-size:28px;line-height:1.15;max-width:100%}}.hero-title--sm{font-size:40px;font-weight:400;line-height:1.3}@media only screen and (max-width:1200px){.hero-title--sm{font-size:30px}}@media only screen and (max-width:768px){.hero-title--sm{font-size:22px}}.hero-cta-text{font-size:16px;font-weight:400;line-height:1.2;color:#fff}.hero-cta-text--sm{font-size:14px;line-height:1.4}.hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;width:280px;height:64px;background:linear-gradient(90deg,#fff146,#fffcd7);border-radius:8px;box-shadow:0 4px 8px #00000026;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#000;text-transform:uppercase;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap}.hero-cta-btn:hover{box-shadow:0 6px 12px #0003}@media only screen and (max-width:1200px){.hero-cta-btn{width:auto;padding:0 40px}}@media only screen and (max-width:768px){.hero-cta-btn{width:100%;height:56px;font-size:14px}}@media only screen and (max-width:480px){.hero-cta-btn{height:50px;font-size:13px}}.page-hero{position:relative;min-height:50vh;display:flex;flex-direction:column;overflow:hidden}@media only screen and (max-width:768px){.page-hero{min-height:40vh}}.page-hero--compact{min-height:40vh}@media only screen and (max-width:768px){.page-hero--compact{min-height:35vh}}.page-hero__bg{position:absolute;inset:0;z-index:0}.page-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-hero__overlay{position:absolute;inset:0;background:#0000008c;z-index:1}.page-hero__content{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding:60px 0}@media only screen and (max-width:768px){.page-hero__content{padding:40px 0}}.page-hero__title{font-size:56px;font-weight:700;color:#fff;line-height:1.1;margin-bottom:16px}@media only screen and (max-width:1200px){.page-hero__title{font-size:42px}}@media only screen and (max-width:768px){.page-hero__title{font-size:32px}}.page-hero__subtitle{font-size:20px;font-weight:400;color:#fffc;line-height:1.4;max-width:600px}@media only screen and (max-width:768px){.page-hero__subtitle{font-size:16px}}.page-hero--light{background:#f9f9f9;height:400px;min-height:auto}@media only screen and (max-width:768px){.page-hero--light{height:250px}}.page-hero--light>.container{flex:1;display:flex;flex-direction:column}.page-hero__bg--light{opacity:.4}.page-hero__content--center{justify-content:center;align-items:center;text-align:center;padding:0;grid-gap:40px}.page-hero__title--light{color:#4b67a6;margin-bottom:0}.page-hero__subtitle--light{color:#4b67a6;max-width:439px;line-height:1.2}.services-page{padding:80px 0 100px}@media only screen and (max-width:768px){.services-page{padding:50px 0 60px}}.services-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media only screen and (max-width:1200px){.services-page__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media only screen and (max-width:768px){.services-page__grid{grid-template-columns:1fr;gap:20px}}.services-page__card{display:flex;flex-direction:column;text-decoration:none;background:#f1f1f1;border-radius:16px;overflow:hidden;transition:all .3s ease;height:auto;position:relative}.services-page__card:hover{transform:translateY(-4px)}@media only screen and (max-width:1200px){.services-page__card{height:auto}}.services-page__card--featured:hover{background:linear-gradient(106deg,#001cad,#267ff9)}.services-page__card--featured:hover .services-page__card-title,.services-page__card--featured:hover .services-page__card-desc,.services-page__card--featured:hover .services-page__card-link{color:#fff}.services-page__card--featured:hover .services-page__card-btn{color:#4b67a6}.services-page__card-img{width:100%;height:320px;overflow:hidden;flex-shrink:0;border-radius:16px 16px 0 0}.services-page__card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:768px){.services-page__card-img{height:220px}}.services-page__card-body{padding:30px;display:flex;flex-direction:column;flex:1}@media only screen and (max-width:768px){.services-page__card-body{padding:30px 15px}}.services-page__card-title{font-size:24px;font-weight:400;color:#4b67a6;line-height:1.1;text-transform:uppercase;margin-bottom:16px}@media only screen and (max-width:768px){.services-page__card-title{font-size:20px}}.services-page__card-desc{font-size:16px;font-weight:400;color:#4b67a6;line-height:1.3;margin-bottom:24px;flex:1}.services-page__card-actions{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:20px;flex-wrap:wrap;margin-top:auto}.services-page__card-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;background:#fff;border-radius:8px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;transition:all .3s ease;white-space:nowrap;height:48px}.services-page__card-btn:hover{box-shadow:0 4px 8px #00000026}.services-page__card-link{font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;transition:color .3s ease;white-space:nowrap;cursor:pointer}.services-page__card-link:hover{opacity:.7}.page-hero--light .header__logo-light{display:none}.page-hero--light .header__logo-dark{display:block}.page-hero--light .header__phone,.page-hero--light .header__nav-link,.page-hero--light .header__lang-current{color:#4b67a6}.page-hero--light .header__lang-current svg path{stroke:#4b67a6}.page-hero--light .header__burger em{color:#4b67a6}.page-hero--light .header__burger-lines span{background:#4b67a6}.page-hero--light .header__cta-btn--desktop{background:linear-gradient(90deg,#267ff9,#6ba9ff)}.about-who{position:relative;min-height:700px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}@media only screen and (max-width:1200px){.about-who{min-height:600px}}@media only screen and (max-width:768px){.about-who{min-height:auto;padding:60px 0 40px}}.about-who__bg{position:absolute;inset:0;z-index:0}.about-who__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-who__gradient{position:absolute;bottom:0;left:0;right:0;height:80%;background:linear-gradient(to top,#000 0%,transparent 100%);z-index:1}.about-who__content{position:relative;z-index:2;padding-bottom:100px}@media only screen and (max-width:768px){.about-who__content{padding-bottom:0}}.about-who__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-end}@media only screen and (max-width:1200px){.about-who__grid{gap:40px}}@media only screen and (max-width:992px){.about-who__grid{grid-template-columns:1fr;gap:30px}}.about-who__left{display:flex;flex-direction:column;gap:40px}.about-who__title{font-size:48px;font-weight:700;color:#fff;line-height:1.1;max-width:730px}@media only screen and (max-width:1200px){.about-who__title{font-size:36px}}@media only screen and (max-width:768px){.about-who__title{font-size:28px}}.about-who__text{color:#fff}.about-who__text p{font-size:16px;font-weight:400;line-height:1.6;margin-bottom:20px}.about-who__text p:last-child{margin-bottom:0}@media only screen and (max-width:768px){.about-who__text p{font-size:14px}}.about-who__btn{width:280px;border-radius:8px}@media only screen and (max-width:768px){.about-who__btn{width:100%}}.about-team{padding:100px 0;background:#f8fafc}@media only screen and (max-width:768px){.about-team{padding:60px 0}}.about-team__title{text-align:center;font-size:56px;font-weight:700;color:#4b67a6;margin-bottom:20px}@media only screen and (max-width:1200px){.about-team__title{font-size:40px}}@media only screen and (max-width:768px){.about-team__title{font-size:28px}}.about-team__subtitle{text-align:center;max-width:800px;margin:0 auto 60px;font-size:20px;color:#4b67a6;line-height:1.4}@media only screen and (max-width:768px){.about-team__subtitle{font-size:16px;margin-bottom:40px}}.about-team__grid-new{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media only screen and (max-width:1200px){.about-team__grid-new{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.about-team__grid-new{grid-template-columns:1fr}}.about-team__card-new{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;display:flex;flex-direction:column}.about-team__card-new:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.about-team__card-new:hover .about-team__card-img img{transform:scale(1.1)}.about-team__card-img{height:400px;overflow:hidden;position:relative}.about-team__card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.6s .3s ease}.about-team__card-body{padding:30px;flex:1;display:flex;flex-direction:column;border-bottom:4px solid #4b67a6}.about-team__card-name{font-size:28px;font-weight:700;color:#4b67a6;margin-bottom:15px;line-height:1.2}.about-team__card-desc{font-size:18px;color:#4b67a6;line-height:1.5}.about-trust{padding:120px 0;background:#fff}@media only screen and (max-width:768px){.about-trust{padding:60px 0}}.about-trust__title{text-align:center;font-size:56px;font-weight:700;color:#4b67a6;margin-bottom:80px}@media only screen and (max-width:1200px){.about-trust__title{font-size:40px}}@media only screen and (max-width:768px){.about-trust__title{font-size:28px;margin-bottom:40px}}.about-trust__grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media only screen and (max-width:1200px){.about-trust__grid-premium{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.about-trust__grid-premium{grid-template-columns:1fr}}.about-trust__item{padding:50px 30px;background:#f6f7fb;border-radius:24px;text-align:center;position:relative;transition:all .3s ease}.about-trust__item:before{content:"";position:absolute;top:24px;left:24px;width:40px;height:40px;border-top:5px solid #267ff9;border-left:5px solid #267ff9;border-top-left-radius:5px}.about-trust__item:after{content:"";position:absolute;bottom:24px;right:24px;width:40px;height:40px;border-bottom:5px solid #267ff9;border-right:5px solid #267ff9;border-bottom-right-radius:5px}.about-trust__item:hover{background:#fff;box-shadow:0 20px 40px #00000014;transform:translateY(-5px)}.about-trust__icon-wrap{width:90px;height:90px;margin:0 auto 30px;display:flex;justify-content:center;align-items:center;flex-direction:row;background:#fff;border-radius:50%;box-shadow:0 10px 20px #0000000d}.about-trust__icon-wrap img{width:45px;height:45px}.about-trust__item-title{font-size:22px;font-weight:700;color:#4b67a6;margin-bottom:15px;line-height:1.3}.about-trust__item-text{font-size:16px;color:#4b67a6;line-height:1.6}.about-trust__item--sgs{border:2px solid rgba(38,127,249,.3)}.blog-listing{position:relative;background:#f9f9f9;overflow:hidden;padding-bottom:100px}@media only screen and (max-width:768px){.blog-listing{padding-bottom:60px}}.blog-listing .header__logo-light{display:none}.blog-listing .header__logo-dark{display:block}.blog-listing .header__phone,.blog-listing .header__nav-link,.blog-listing .header__lang-current{color:#4b67a6}.blog-listing .header__lang-current svg path{stroke:#4b67a6}.blog-listing .header__burger-lines span{background:#4b67a6}.blog-listing .header__burger em{color:#4b67a6}.blog-listing__watermark{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1728px;height:100%;pointer-events:none;opacity:.4;overflow:hidden;z-index:0}.blog-listing__watermark img{width:100%;height:150px;display:block}.blog-listing .container{position:relative;z-index:1}.blog-listing__breadcrumb{display:flex;align-items:center;gap:13px;padding-top:20px;margin-bottom:30px;font-size:16px;font-weight:400;color:#4b67a6}.blog-listing__breadcrumb a{color:#4b67a6;transition:all .3s ease}.blog-listing__breadcrumb a:hover{opacity:.7}@media only screen and (max-width:768px){.blog-listing__breadcrumb{font-size:14px;gap:10px}}.blog-listing__title{font-size:56px;font-weight:700;color:#4b67a6;line-height:1.01;margin-bottom:50px}@media only screen and (max-width:1200px){.blog-listing__title{font-size:42px}}@media only screen and (max-width:768px){.blog-listing__title{font-size:32px;margin-bottom:30px}}.blog-listing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media only screen and (max-width:1200px){.blog-listing__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media only screen and (max-width:768px){.blog-listing__grid{grid-template-columns:1fr;gap:20px}}.blog-listing__pagination{display:flex;justify-content:center;align-items:center;gap:11px;margin-top:80px}@media only screen and (max-width:768px){.blog-listing__pagination{margin-top:50px}}.blog-listing__page{width:49px;height:48px;display:flex;justify-content:center;align-items:center;flex-direction:row;border-radius:8px;border:1px solid #4b67a6;background:transparent;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.blog-listing__page:hover{background:#4b67a61a}.blog-listing__page--active{background:#4b67a6;color:#fff}.blog-listing__page--active:hover{background:#4b67a6}.blog-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;transition:all .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.blog-card__img{height:320px;overflow:hidden;border-radius:16px}@media only screen and (max-width:768px){.blog-card__img{height:220px}}.blog-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.blog-card__body{padding:30px;flex:1}@media only screen and (max-width:768px){.blog-card__body{padding:20px}}.blog-card__title{font-size:24px;font-weight:400;color:#4b67a6;line-height:1.1;text-transform:uppercase;margin-bottom:20px}@media only screen and (max-width:768px){.blog-card__title{font-size:18px}}.blog-card__desc{font-size:16px;font-weight:400;color:#4b67a6;line-height:1.2}@media only screen and (max-width:768px){.blog-card__desc{font-size:14px}}.blog-card__link{display:block;padding:0 30px 30px;font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;text-decoration:underline}@media only screen and (max-width:768px){.blog-card__link{padding:0 20px 20px;font-size:14px}}.contacts{padding:80px 0 60px}@media only screen and (max-width:768px){.contacts{padding:50px 0 40px}}.contacts__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}@media only screen and (max-width:1200px){.contacts__grid{gap:40px}}@media only screen and (max-width:768px){.contacts__grid{grid-template-columns:1fr;gap:40px}}.contacts__block{margin-bottom:28px}@media only screen and (max-width:768px){.contacts__block{margin-bottom:20px}}.contacts__block-title{font-size:14px;font-weight:600;color:#4b67a6;text-transform:uppercase;margin-bottom:8px}.contacts__block-value{font-size:20px;font-weight:400;color:#212427;line-height:1.4}@media only screen and (max-width:768px){.contacts__block-value{font-size:18px}}.contacts__block-value--link{text-decoration:none;color:#212427;transition:all .3s ease;display:block}.contacts__block-value--link:hover{color:#267ff9}.contacts__block-value--muted{color:#999;font-size:16px;margin-top:4px}.contacts__social-links{display:flex;gap:12px;margin-top:8px}.contacts__social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f9f9f9;border-radius:50%;transition:all .3s ease}.contacts__social-link:hover{background:#ececec}.contacts__quick{margin-top:28px}.contacts__quick-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.contacts__quick-link{display:inline-block;padding:8px 20px;font-size:14px;font-weight:600;color:#212427;background:#f9f9f9;border-radius:24px;text-decoration:none;transition:all .3s ease}.contacts__quick-link:hover{background:#267ff9;color:#fff}.contacts__form-wrapper{background:#f9f9f9;border-radius:12px;padding:40px}@media only screen and (max-width:768px){.contacts__form-wrapper{padding:24px}}.contacts__form-title{font-size:28px;font-weight:700;color:#212427;margin-bottom:8px}@media only screen and (max-width:768px){.contacts__form-title{font-size:24px}}.contacts__form-subtitle{font-size:16px;font-weight:400;color:#666;margin-bottom:30px}@media only screen and (max-width:768px){.contacts__form-subtitle{margin-bottom:20px}}.contacts__form{display:flex;flex-direction:column;gap:16px}.contacts__input,.contacts__textarea{width:100%;padding:16px 20px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#212427;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .3s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contacts__input:focus,.contacts__textarea:focus{border-color:#267ff9}.contacts__textarea{resize:vertical;min-height:100px}.contacts__submit{display:inline-flex;align-items:center;justify-content:center;padding:18px 40px;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;color:#212427;background:linear-gradient(90deg,#ffe500,#fffa7a);border:none;border-radius:24px;cursor:pointer;transition:all .3s ease}.contacts__submit:hover{background:linear-gradient(90deg,#e6ce00,#e6e16e)}@media only screen and (max-width:768px){.contacts__submit{width:100%;padding:14px 30px;font-size:14px}}.contacts__privacy{font-size:13px;font-weight:400;color:#999;line-height:1.4}.contacts__routes{margin-top:24px}.contacts__route-btns{display:flex;gap:12px;margin-top:12px}@media only screen and (max-width:480px){.contacts__route-btns{flex-direction:column}}.contacts__route-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;min-height:60px;border-radius:8px;background:#267ff9;color:#fff;font-family:TTNormsPro,sans-serif;font-size:15px;font-weight:400;text-decoration:none;transition:all .3s ease}.contacts__route-btn:hover{background:#1a6ad9}.contacts__route-btn svg{flex-shrink:0}.contacts-map{padding:0 0 80px}@media only screen and (max-width:768px){.contacts-map{padding:0 0 50px}}.contacts-map__title{font-size:36px;font-weight:700;color:#212427;margin-bottom:30px}@media only screen and (max-width:1200px){.contacts-map__title{font-size:30px}}@media only screen and (max-width:768px){.contacts-map__title{font-size:26px;margin-bottom:20px}}.contacts-map__wrapper{border-radius:12px;overflow:hidden;width:100%;height:400px}@media only screen and (max-width:768px){.contacts-map__wrapper{height:250px}}.case-hero{padding:0 0 40px}.case-hero .header{position:relative;z-index:100}.case-hero .header__logo-light{display:none}.case-hero .header__logo-dark{display:block}.case-hero .header__phone,.case-hero .header__nav-link,.case-hero .header__lang-current{color:#4b67a6}.case-hero .header__lang-current svg path{stroke:#4b67a6}.case-hero .header__burger em{color:#4b67a6}.case-hero .header__burger-lines span{background:#4b67a6}.case-hero__card{position:relative;width:100%;max-width:1600px;margin:0 auto;min-height:550px;border-radius:20px;overflow:hidden}@media only screen and (max-width:1200px){.case-hero__card{min-height:600px}}@media only screen and (max-width:768px){.case-hero__card{min-height:auto}}.case-hero__bg{position:absolute;inset:0;z-index:0;opacity:.4}.case-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-hero__photo{position:absolute;top:0;right:0;width:49%;height:100%;border-radius:20px;overflow:hidden;z-index:1}@media only screen and (max-width:768px){.case-hero__photo{position:relative;width:100%;height:300px;border-radius:0}}.case-hero__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-hero__info{position:relative;z-index:2;padding:96px 0 96px 83px;max-width:600px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:30px}@media only screen and (max-width:1200px){.case-hero__info{padding:60px 40px;max-width:400px}}@media only screen and (max-width:768px){.case-hero__info{position:relative;padding:30px 20px;max-width:100%}}.case-hero__logo{height:35px;width:auto;-o-object-fit:contain;object-fit:contain}.case-hero__logos{display:flex;grid-gap:15px;flex-wrap:wrap;display:none}.case-hero__title{font-size:40px;font-weight:700;color:#4b67a6;line-height:1.01}@media only screen and (max-width:1200px){.case-hero__title{font-size:32px}}@media only screen and (max-width:768px){.case-hero__title{font-size:26px}}.case-hero__desc{font-size:20px;font-weight:400;color:#4b67a6;line-height:1.2}.case-hero__frame{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 60px);height:calc(100% - 50px);pointer-events:none;z-index:3}@media only screen and (max-width:768px){.case-hero__frame{display:none}}.case-hero__frame:before{content:"";position:absolute;top:0;left:0;width:40px;height:40px;border-top:5px solid #267ff9;border-left:5px solid #267ff9;border-top-left-radius:5px}.case-hero__frame:after{content:"";position:absolute;top:0;right:0;width:40px;height:40px;border-top:5px solid #267ff9;border-right:5px solid #267ff9;border-top-right-radius:5px}.case-hero__frame-bottom{position:absolute;bottom:0;left:0;width:100%;height:0;pointer-events:none}.case-hero__frame-bottom:before{content:"";position:absolute;bottom:0;left:0;width:40px;height:40px;border-bottom:5px solid #267ff9;border-left:5px solid #267ff9;border-bottom-left-radius:5px}.case-hero__frame-bottom:after{content:"";position:absolute;bottom:0;right:0;width:40px;height:40px;border-bottom:5px solid #267ff9;border-right:5px solid #267ff9;border-bottom-right-radius:5px}.case-about{padding:80px 0;background:#fff}@media only screen and (max-width:768px){.case-about{padding:60px 0}}@media only screen and (max-width:480px){.case-about{padding:40px 0}}.case-about__grid{display:grid;grid-template-columns:324px 1fr;gap:24px}@media only screen and (max-width:1200px){.case-about__grid{grid-template-columns:280px 1fr}}@media only screen and (max-width:992px){.case-about__grid{grid-template-columns:1fr}}@media only screen and (max-width:768px){.case-about__grid{gap:16px}}.case-about__right{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px}@media only screen and (max-width:992px){.case-about__right{grid-template-columns:1fr 1fr}}@media only screen and (max-width:768px){.case-about__right{grid-template-columns:1fr;gap:16px}}.case-about__card{background:linear-gradient(to bottom,#f3f3f3,#fff);border-radius:43px;padding:40px;display:flex;flex-direction:column}@media only screen and (max-width:1200px){.case-about__card{padding:30px;border-radius:24px}}@media only screen and (max-width:768px){.case-about__card{padding:24px}}.case-about__card--meta{gap:40px}@media only screen and (max-width:992px){.case-about__card--meta{flex-direction:row;align-items:center;justify-content:space-around}}@media only screen and (max-width:576px){.case-about__card--meta{flex-direction:column;align-items:flex-start;gap:30px}}.case-about__logos{display:flex;grid-gap:15px 20px;flex-wrap:wrap}.case-about__logos img{max-height:40px}.case-about__card--result{background:linear-gradient(to right,#405ca9,#4170f6)}.case-about__card--result .case-about__heading,.case-about__card--result .case-about__text,.case-about__card--result .case-about__text p,.case-about__card--result .case-about__list li{color:#fff}.case-about__card--result .case-about__list li:before{background:#fff}.case-about__client{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:992px){.case-about__client{text-align:left;align-items:flex-start;gap:12px}}.case-about__meta-list{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:992px){.case-about__meta-list{flex-direction:row;gap:30px}}@media only screen and (max-width:576px){.case-about__meta-list{flex-direction:column;gap:20px}}.case-about__meta-item{display:flex;flex-direction:column;gap:14px}@media only screen and (max-width:992px){.case-about__meta-item{gap:8px}}.case-about__meta-label{font-size:20px;font-weight:700;color:#212427;line-height:1.2}@media only screen and (max-width:1200px){.case-about__meta-label{font-size:18px}}.case-about__meta-list .case-about__meta-label{font-weight:700}.case-about__meta-value{font-size:20px;font-weight:400;color:#212427;line-height:1.2}@media only screen and (max-width:1200px){.case-about__meta-value{font-size:18px}}.case-about__meta-logo{height:52px;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:1200px){.case-about__meta-logo{height:40px}}.case-about__heading{font-size:30px;font-weight:700;color:#212427;line-height:1.2;margin-bottom:24px}@media only screen and (max-width:768px){.case-about__heading{margin-bottom:16px}}.case-about__text{font-size:16px;font-weight:400;color:#212427;line-height:1.2}.case-about__text p{margin-bottom:20px}.case-about__text p:last-child{margin-bottom:0}@media only screen and (max-width:768px){.case-about__text{font-size:15px}}.case-about__list{list-style:none;padding-left:0;margin:0}.case-about__list li{font-size:16px;font-weight:400;color:#212427;line-height:1.2;margin-bottom:20px;padding-left:24px;position:relative}@media only screen and (max-width:768px){.case-about__list li{font-size:15px;margin-bottom:16px}}.case-about__list li:last-child{margin-bottom:0}.case-about__list li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:#267ff9}.case-gallery{padding:80px 0;background:#fff;overflow:hidden}@media only screen and (max-width:768px){.case-gallery{padding:60px 0}}.case-gallery__header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:40px}@media only screen and (max-width:768px){.case-gallery__header{margin-bottom:24px}}.case-gallery__title{font-size:62px;font-weight:700;color:#4b67a6;line-height:1.01}@media only screen and (max-width:1200px){.case-gallery__title{font-size:42px}}@media only screen and (max-width:768px){.case-gallery__title{font-size:28px}}@media only screen and (max-width:480px){.case-gallery__title{font-size:24px}}.case-gallery__nav{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.case-gallery__nav button{width:50px;height:40px;display:flex;justify-content:center;align-items:center;flex-direction:row;transition:all .3s ease;background:#4b67a61a;border:none;border-radius:4px;cursor:pointer}.case-gallery__nav button:last-child{transform:rotate(180deg)}.case-gallery__track{display:flex;gap:30px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.case-gallery__track::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.case-gallery__track{gap:16px}}.case-gallery__slide{flex:0 0 calc(33.333% - 20px);display:block;border-radius:20px;overflow:hidden}@media only screen and (max-width:1200px){.case-gallery__slide{flex:0 0 calc(50% - 15px)}}@media only screen and (max-width:768px){.case-gallery__slide{flex:0 0 85%}}.case-gallery__slide:hover img{transform:scale(1.03)}.case-gallery__slide img{width:100%;height:659px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}@media only screen and (max-width:1200px){.case-gallery__slide img{height:450px}}@media only screen and (max-width:768px){.case-gallery__slide img{height:300px}}@media only screen and (max-width:480px){.case-gallery__slide img{height:250px}}.case-gallery--gray{background:#f9f9f9;padding:80px 0}@media only screen and (max-width:768px){.case-gallery--gray{padding:60px 0}}@media only screen and (max-width:480px){.case-gallery--gray{padding:40px 0}}.case-gallery__slide--tall img{height:800px}@media only screen and (max-width:1200px){.case-gallery__slide--tall img{height:600px}}@media only screen and (max-width:768px){.case-gallery__slide--tall img{height:400px}}@media only screen and (max-width:480px){.case-gallery__slide--tall img{height:350px}}.case-video{padding:80px 0;background:#f9f9f9;overflow:hidden}@media only screen and (max-width:768px){.case-video{padding:60px 0}}@media only screen and (max-width:480px){.case-video{padding:40px 0}}.case-video__header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:40px}@media only screen and (max-width:768px){.case-video__header{margin-bottom:24px}}.case-video__title{font-size:62px;font-weight:700;color:#4b67a6;line-height:1.01}@media only screen and (max-width:1200px){.case-video__title{font-size:42px}}@media only screen and (max-width:768px){.case-video__title{font-size:28px}}.case-video__nav{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.case-video__nav button{width:50px;height:40px;display:flex;justify-content:center;align-items:center;flex-direction:row;transition:all .3s ease;background:#4b67a61a;border:none;border-radius:4px;cursor:pointer}.case-video__nav button:last-child{transform:rotate(180deg)}.case-video__track{display:flex;gap:30px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.case-video__track::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.case-video__track{gap:16px}}.case-video__slide{flex:0 0 calc(50% - 15px);display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:768px){.case-video__slide{flex:0 0 85%}}.case-video__embed{position:relative;width:100%;padding-bottom:56.25%;border-radius:16px;overflow:hidden;background:#212427}.case-video__embed iframe{position:absolute;inset:0;width:100%;height:100%}.case-video__caption{font-size:16px;font-weight:400;color:#4b67a6;line-height:1.3}.case-text{padding:80px 0;background:#fff}@media only screen and (max-width:768px){.case-text{padding:60px 0}}@media only screen and (max-width:480px){.case-text{padding:40px 0}}.case-text__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}@media only screen and (max-width:1200px){.case-text__grid{gap:40px}}@media only screen and (max-width:768px){.case-text__grid{grid-template-columns:1fr;gap:40px}}.case-text__heading{font-size:32px;font-weight:700;color:#4b67a6;line-height:1.1;margin-bottom:20px}@media only screen and (max-width:768px){.case-text__heading{font-size:24px}}.case-text__content{font-size:16px;font-weight:400;color:#4b67a6;line-height:1.4}.case-text__content p{margin-bottom:12px}.case-text__content p:last-child{margin-bottom:0}.case-other{padding:80px 0;background:#f9f9f9;overflow:hidden}@media only screen and (max-width:768px){.case-other{padding:60px 0}}@media only screen and (max-width:480px){.case-other{padding:40px 0}}.case-other__header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:40px}@media only screen and (max-width:768px){.case-other__header{margin-bottom:24px}}.case-other__title{font-size:62px;font-weight:700;color:#4b67a6;line-height:1.01}@media only screen and (max-width:1200px){.case-other__title{font-size:42px}}@media only screen and (max-width:768px){.case-other__title{font-size:28px}}.case-other__nav{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.case-other__nav button{width:50px;height:40px;display:flex;justify-content:center;align-items:center;flex-direction:row;transition:all .3s ease;background:#4b67a61a;border:none;border-radius:4px;cursor:pointer}.case-other__nav button:last-child{transform:rotate(180deg)}.case-other__track{display:flex;gap:30px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.case-other__track::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.case-other__track{gap:16px}}.case-other__card{flex:0 0 calc(33.333% - 20px);display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#fff;text-decoration:none;transition:all .3s ease}@media only screen and (max-width:1200px){.case-other__card{flex:0 0 calc(50% - 15px)}}@media only screen and (max-width:768px){.case-other__card{flex:0 0 85%}}.case-other__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.case-other__card-img{height:280px;overflow:hidden}@media only screen and (max-width:768px){.case-other__card-img{height:200px}}.case-other__card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.case-other__card:hover .case-other__card-img img{transform:scale(1.03)}.case-other__card-body{padding:24px;display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:768px){.case-other__card-body{padding:20px}}.case-other__card-logo{height:28px;width:auto;max-width:100px;-o-object-fit:contain;object-fit:contain}.case-other__card-title{font-size:20px;font-weight:700;color:#4b67a6;line-height:1.1}@media only screen and (max-width:768px){.case-other__card-title{font-size:18px}}.case-preview-gallery{padding:0 0 80px;background:#fff}@media only screen and (max-width:768px){.case-preview-gallery{padding:0 0 60px}}@media only screen and (max-width:480px){.case-preview-gallery{padding:0 0 40px}}.case-preview-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media only screen and (max-width:768px){.case-preview-gallery__grid{gap:16px}}@media only screen and (max-width:480px){.case-preview-gallery__grid{grid-template-columns:repeat(2,1fr)}}.case-preview-gallery__item{display:block;border-radius:20px;overflow:hidden;cursor:zoom-in}.case-preview-gallery__item:hover img{transform:scale(1.03)}.case-preview-gallery__item img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}@media only screen and (max-width:1200px){.case-preview-gallery__item img{height:400px}}@media only screen and (max-width:768px){.case-preview-gallery__item img{height:280px}}@media only screen and (max-width:480px){.case-preview-gallery__item img{height:220px}}.header-wrap--light{background:#fff}.header-wrap--light .header__nav-link,.header-wrap--light .header__phone,.header-wrap--light .header__lang-current{color:#4b67a6}.header-wrap--light .header__lang-current svg path{stroke:#4b67a6}.header-wrap--light .header__burger em{color:#4b67a6}.header-wrap--light .header__burger-lines span{background:#4b67a6}.header-wrap--light .header__logo-light{display:none}.header-wrap--light .header__logo-dark{display:block}.breadcrumbs{padding:20px 0 30px;font-size:16px;font-weight:400;color:#4b67a6}@media only screen and (max-width:768px){.breadcrumbs{padding:16px 0 20px;font-size:14px}}.breadcrumbs a{color:#4b67a6;transition:all .3s ease}.breadcrumbs a:hover{color:#267ff9}.breadcrumbs__sep{margin:0 8px;color:#4b67a6;opacity:.5}.breadcrumbs__item--current{opacity:.7}.service-hero{padding:0 0 80px}@media only screen and (max-width:768px){.service-hero{padding:0 0 50px}}.service-hero__inner{position:relative;border-radius:16px;overflow:hidden;height:586px}@media only screen and (max-width:1200px){.service-hero__inner{height:420px}}@media only screen and (max-width:768px){.service-hero__inner{height:320px}}@media only screen and (max-width:480px){.service-hero__inner{height:260px}}.service-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.service-hero__overlay{position:absolute;inset:0;background:#0006}.service-hero__content{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:40px;z-index:1}.service-hero__title{font-size:56px;font-weight:700;color:#fff;line-height:1.05;max-width:900px;margin-bottom:20px}@media only screen and (max-width:1200px){.service-hero__title{font-size:42px}}@media only screen and (max-width:768px){.service-hero__title{font-size:28px}}@media only screen and (max-width:480px){.service-hero__title{font-size:24px}}.service-hero__subtitle{font-size:20px;font-weight:400;color:#fff;line-height:1.3;max-width:700px}@media only screen and (max-width:768px){.service-hero__subtitle{font-size:16px}}.service-about{padding:80px 0;position:relative;overflow:hidden}@media only screen and (max-width:768px){.service-about{padding:50px 0}}.service-about__bg{position:absolute;inset:0;opacity:.4;pointer-events:none}.service-about__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-about__title{font-size:56px;font-weight:700;color:#4b67a6;margin-bottom:50px;position:relative;z-index:1}@media only screen and (max-width:1200px){.service-about__title{font-size:42px;margin-bottom:40px}}@media only screen and (max-width:768px){.service-about__title{font-size:28px;margin-bottom:30px}}.service-about__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;position:relative;z-index:1}@media only screen and (max-width:1200px){.service-about__inner{gap:40px}}@media only screen and (max-width:768px){.service-about__inner{grid-template-columns:1fr;gap:30px}}.service-about__text p{font-size:20px;font-weight:400;color:#4b67a6;line-height:1.6;margin-bottom:20px}@media only screen and (max-width:768px){.service-about__text p{font-size:16px}}.service-about__text p:last-child{margin-bottom:0}.service-about__image{border-radius:16px;overflow:hidden}.service-about__image img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.service-features{padding:80px 0;background:#fff}@media only screen and (max-width:768px){.service-features{padding:50px 0}}.service-features__title{font-size:56px;font-weight:700;color:#4b67a6;text-align:center;margin-bottom:60px}@media only screen and (max-width:1200px){.service-features__title{font-size:42px;margin-bottom:40px}}@media only screen and (max-width:768px){.service-features__title{font-size:28px;margin-bottom:30px}}.service-features__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}@media only screen and (max-width:1200px){.service-features__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.service-features__grid{grid-template-columns:1fr}}.service-features__card{border:1px solid rgba(38,127,249,.05);border-radius:14px;padding:35px 30px;position:relative;min-height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;transition:all .3s ease;background:#f2f2f2}.service-features__card:hover{box-shadow:0 8px 30px #0000000f}@media only screen and (max-width:768px){.service-features__card{padding:28px 24px}}.service-features__card-icon{width:40px;height:40px;margin-bottom:20px}.service-features__card-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.service-features__card-title{font-size:20px;font-weight:700;color:#4b67a6;line-height:1.2}@media only screen and (max-width:768px){.service-features__card-title{font-size:24px}}.service-features__card-corner{position:absolute;width:24px;height:24px;pointer-events:none}.service-features__card-corner--tl{top:14px;left:14px;border-top:5px solid #267ff9;border-left:5px solid #267ff9;border-top-left-radius:5px}.service-features__card-corner--br{bottom:14px;right:14px;border-bottom:5px solid #267ff9;border-right:5px solid #267ff9;border-bottom-right-radius:5px}.service-stages{padding:110px 0 100px;position:relative;overflow:hidden;background:#f2f2f2}@media only screen and (max-width:768px){.service-stages{padding:60px 0}}@media only screen and (max-width:480px){.service-stages{padding:40px 0}}.service-stages__bg{position:absolute;inset:0;opacity:.4;pointer-events:none}.service-stages__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-stages__title{position:relative;z-index:1;text-align:center;margin-bottom:60px;color:#4b67a6;font-size:56px;font-weight:700;line-height:1.01}@media only screen and (max-width:1200px){.service-stages__title{font-size:40px}}@media only screen and (max-width:768px){.service-stages__title{font-size:28px;margin-bottom:40px}}@media only screen and (max-width:480px){.service-stages__title{margin-bottom:30px}}.service-stages__grid{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}@media only screen and (max-width:1200px){.service-stages__grid{gap:30px}}@media only screen and (max-width:768px){.service-stages__grid{gap:20px}}@media only screen and (max-width:480px){.service-stages__grid{gap:16px}}.service-stages__item{width:calc((100% - 80px) / 3);background:#fff;border-radius:16px;padding:40px 50px;min-height:200px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;position:relative;transition:all .3s ease}@media only screen and (max-width:1200px){.service-stages__item{width:calc((100% - 30px)/2)}}@media only screen and (max-width:768px){.service-stages__item{width:100%;padding:40px}}.service-stages__item:hover{box-shadow:0 8px 30px #00000014}.service-stages__item:before{content:"";position:absolute;top:16px;left:16px;width:40px;height:40px;border-top:5px solid #267ff9;border-left:5px solid #267ff9;border-top-left-radius:5px}.service-stages__item:after{content:"";position:absolute;bottom:16px;right:16px;width:40px;height:40px;border-bottom:5px solid #267ff9;border-right:5px solid #267ff9;border-bottom-right-radius:5px}.service-stages__item-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;flex:1}.service-stages__item-title{font-size:27px;font-weight:700;color:#4b67a6;line-height:120%;max-width:90%}@media only screen and (max-width:1200px){.service-stages__item-title{font-size:24px}}@media only screen and (max-width:768px){.service-stages__item-title{max-width:100%}}.service-stages__item-num{font-size:80px;font-weight:700;color:#4b67a614;line-height:1;align-self:flex-end;margin-top:20px}@media only screen and (max-width:768px){.service-stages__item-num{font-size:60px}}.service-stages__footer{position:relative;z-index:1;margin-top:60px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.service-stages__footer p{font-size:18px;font-weight:400;color:#4b67a6;margin:0}@media only screen and (max-width:768px){.service-stages__footer p{font-size:16px}}.blog-single{background:#f9f9f9;padding-bottom:0}.blog-single .header__logo-light{display:none}.blog-single .header__logo-dark{display:block}.blog-single .header__phone,.blog-single .header__nav-link,.blog-single .header__lang-current{color:#4b67a6}.blog-single .header__lang-current svg path{stroke:#4b67a6}.blog-single .header__burger-lines span{background:#4b67a6}.blog-single .header__burger em{color:#4b67a6}.blog-single__breadcrumb{display:flex;align-items:center;gap:13px;padding-top:20px;margin-bottom:30px;font-size:16px;font-weight:400;color:#4b67a6;flex-wrap:wrap}.blog-single__breadcrumb a{color:#4b67a6;transition:all .3s ease}.blog-single__breadcrumb a:hover{opacity:.7}@media only screen and (max-width:768px){.blog-single__breadcrumb{font-size:14px;gap:8px}}.blog-single__hero{position:relative;width:100%;height:586px;border-radius:16px;overflow:hidden;margin-bottom:0}@media only screen and (max-width:1200px){.blog-single__hero{height:450px}}@media only screen and (max-width:768px){.blog-single__hero{height:300px}}@media only screen and (max-width:480px){.blog-single__hero{height:220px}}.blog-single__hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.blog-single__hero-title{position:absolute;bottom:40px;left:40px;right:40px;font-size:60px;font-weight:700;color:#fff;line-height:1.1}@media only screen and (max-width:1200px){.blog-single__hero-title{font-size:42px;bottom:30px;left:30px;right:30px}}@media only screen and (max-width:768px){.blog-single__hero-title{font-size:28px;bottom:20px;left:20px;right:20px}}@media only screen and (max-width:480px){.blog-single__hero-title{font-size:22px}}.blog-single__content{max-width:1000px;margin-left:304px;padding:50px 0 80px}@media only screen and (max-width:1200px){.blog-single__content{margin-left:100px;max-width:800px}}@media only screen and (max-width:768px){.blog-single__content{margin-left:0;max-width:100%;padding:30px 0 50px}}.blog-single__content h2{font-size:30px;font-weight:700;color:#4b67a6;line-height:1.2;margin:40px 0 16px}@media only screen and (max-width:768px){.blog-single__content h2{font-size:22px;margin:30px 0 12px}}.blog-single__content h3{font-size:20px;font-weight:700;color:#4b67a6;line-height:1.2;margin:30px 0 12px}@media only screen and (max-width:768px){.blog-single__content h3{font-size:18px}}.blog-single__content p{font-size:20px;font-weight:400;color:#4b67a6;line-height:1.2;margin-bottom:16px}@media only screen and (max-width:768px){.blog-single__content p{font-size:16px}}.blog-single__content ul,.blog-single__content ol{margin:16px 0 24px;padding-left:24px}.blog-single__content ul li,.blog-single__content ol li{font-size:20px;font-weight:400;color:#4b67a6;line-height:1.2;margin-bottom:10px}@media only screen and (max-width:768px){.blog-single__content ul li,.blog-single__content ol li{font-size:16px}}.blog-single__article-img{margin:40px 0;border-radius:16px;overflow:hidden}.blog-single__article-img img{width:100%;display:block;border-radius:16px}.blog-related{position:relative;background:#f9f9f9;overflow:hidden;padding:80px 0 100px}@media only screen and (max-width:768px){.blog-related{padding:50px 0 60px}}.blog-related__watermark{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1728px;height:100%;pointer-events:none;opacity:.4;overflow:hidden;z-index:0}.blog-related__watermark img{width:100%;height:150px;display:block}.blog-related .container{position:relative;z-index:1}.blog-related__title{font-size:56px;font-weight:700;color:#4b67a6;line-height:1.01;margin-bottom:50px}@media only screen and (max-width:1200px){.blog-related__title{font-size:42px}}@media only screen and (max-width:768px){.blog-related__title{font-size:32px;margin-bottom:30px}}.blog-related__all-btn{display:flex;align-items:center;justify-content:center;width:506px;max-width:100%;height:65px;margin:60px auto 0;border-radius:8px;border:1px solid #4b67a6;background:transparent;font-family:TTNormsPro,sans-serif;font-size:16px;font-weight:400;color:#4b67a6;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.blog-related__all-btn:hover{background:#4b67a614}@media only screen and (max-width:768px){.blog-related__all-btn{width:100%;height:56px;margin-top:40px}}
