@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--font-base: "Cormorant";--font-base-dm: "Roboto";--primary-color: #edf2f8;--secondary-color:#313BAC;--green-color:#20D1A0;--third-color: #F3F4F4;--black-color: #0e0e0e;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--light-gray-color: #C8D6DD;--brown-color: #46364a;--white-color: #ffffff}a{text-decoration:none}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}html{scroll-behavior:smooth}section{min-height:100vh;margin-bottom:100px}ul{list-style:none}.container{margin:0 auto;padding:0 20px;max-width:1440px;width:100%}.app__flex{display:flex;justify-content:center;align-items:center}.rotate{flex-direction:row-reverse}.app__background{position:relative;display:flex;align-items:center;text-align:center}.app__background:before{content:"";position:absolute;top:0;left:0;background-color:#111820;width:100%;height:100%;z-index:1;opacity:.5}.app__background:after{content:"";position:absolute;top:0;left:0;background-color:#192aea;width:100%;height:100%;z-index:2;opacity:.1}.app__background .container{position:relative;z-index:998!important}.second__title{position:relative;z-index:999;font-weight:400;color:var(--white-color);font-family:var(--font-base-dm);font-size:96px}@media screen and (max-width: 1400px){.second__title{font-size:72px}}@media screen and (max-width: 700px){.second__title{font-size:48px}}.head-text{font-family:var(--font-base-dm);margin:100px 0;font-size:2.75rem;font-weight:800;text-align:center;color:var(--black-color);text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width: 2000px){.head-text{font-size:4rem}}@media screen and (max-width: 450px){.head-text{font-size:2rem}}.bold-text{font-size:3rem;font-weight:800;color:var(--black-color);line-height:1.1}@media screen and (min-width: 2000px){.bold-text{font-size:2rem}}@media screen and (max-width: 450px){.bold-text{font-size:1rem}}.p-text-gray,.p-text-black,.p-text-white{font-size:1rem;text-align:left;line-height:1.5}.p-text-gray{color:var(--gray-color)}.p-text-black{color:var(--black-color)}.p-text-white{color:var(--white-color)}.col-25{display:grid;grid-template-columns:repeat(4,25%)}.custom-cursor-element{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAO0lEQVQ4y2NgGHbgPxTjY+PWDAP42PgM+k8IwNRQZAg+A/5TYsB/UgBFBtDM/0QZQkxawGsI3QygLwAAbjZlqS88cqkAAAAASUVORK5CYII=),auto}.learn__more{display:flex;align-items:center}.learn__more div{margin-right:15px;background-color:var(--gray-color);border-radius:50%;width:42px;height:42px}.learn__more div img{width:20px}.learn__more span{color:var(--black-color);font-family:var(--font-base-dm);font-weight:500;text-transform:uppercase}.antiterror__title{position:relative;z-index:999;font-weight:400;color:var(--white-color);font-family:var(--font-base-dm);font-size:96px}@media screen and (max-width: 1400px){.antiterror__title{font-size:72px}}@media screen and (max-width: 820px){.antiterror__title{font-size:60px}}@media screen and (max-width: 700px){.antiterror__title{font-size:48px}}@media screen and (max-width: 560px){.antiterror__title{font-size:34px}}@media screen and (max-width: 400px){.antiterror__title{font-size:28px}}footer{display:flex;background-color:var(--black-color)}.footer__items{display:flex;justify-content:space-between;max-width:850px;width:100%;margin:0 auto}@media screen and (max-width: 768px){.footer__items{display:flex;flex-direction:column}}.footer__items .footer__child{text-align:center;padding:70px 0 0}.footer__items .footer__child h2{size:18px;font-weight:800;font-family:var(--font-base-dm);color:var(--primary-color);margin-bottom:20px}.footer__items .footer__child p{margin:0 0 15px;text-align:center}@media screen and (max-width: 768px){.footer__items .footer__child{padding:35px 0 0}}.footer__sub-items{margin:220px 0 0;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.footer__sub-items{flex-direction:column-reverse;align-items:center;margin:70px 0 0}}.footer__sub-items .footer__img-item{width:200px;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.footer__sub-items .footer__img-item{width:100%;justify-content:space-around}.footer__sub-items .footer__img-item img{width:50px;margin:0 0 35px}}.footer__sub-items .footer__img-item img{width:50px;margin:0 0 60px}.footer__sub-items .footer__img-item p{text-align:center}.site__nav{display:flex}.site__nav .site__nav_brand{position:absolute;z-index:998;top:0;left:0;display:flex;justify-content:space-between;width:100%}.site__nav .burger__menu{font-family:var(--font-base-dm);font-size:18px;width:162px;height:90px;position:relative;top:15px;display:flex;justify-content:center;align-items:center;color:var(--white-color);cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;z-index:999}.site__nav .burger__menu .burger__span{display:flex;flex-direction:column;margin-top:4px;z-index:998}.site__nav .burger__menu .burger__span span{background-color:var(--white-color);width:24px;height:3px;margin:0 17px 7px 0}.site__nav .nav__wrapper-active{transform:translateY(0)!important}.site__nav .nav__wrapper{display:flex;flex-direction:column;z-index:999;position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--black-color);transform:translateY(-100%);transition:transform .4s cubic-bezier(.52,.16,.24,1)}.site__nav .nav__wrapper .burger__menu{flex-direction:row-reverse;align-items:center;margin-top:30px;height:100%}.site__nav .nav__wrapper .burger__menu .burger__span{border:1px solid #464a4f;border-radius:50%;margin-left:20px;margin-bottom:3px;padding:1px;transition:border-color .15s ease-in-out}.site__nav .nav__wrapper .burger__menu .burger__span img{width:35px;height:35px}.site__nav .nav__wrapper .burger__menu:hover{background:none}.site__nav .nav__wrapper .burger__menu:hover .burger__span{border-color:var(--white-color)}.site__nav .nav__wrapper .nav__menu{display:flex;flex-direction:column;align-items:flex-start;flex:1!important;padding:180px 40px 0;position:relative}.site__nav .nav__wrapper .nav__menu li{margin-top:25px}.site__nav .nav__wrapper .nav__menu li a{font-size:48px;font-family:var(--font-base-dm);color:var(--white-color);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;position:relative;transition:background-size .3s}.site__nav .nav__wrapper .nav__menu li a:hover{background-size:100% 1px}@media screen and (max-width: 1200px){.site__nav .nav__wrapper .nav__menu li a{font-size:32px}}.site__nav .nav__wrapper .nav__menu li ul{margin:35px 0 20px 10px;position:absolute;top:180px;left:600px;text-align:left;opacity:0;transition:ease-in-out .5s;visibility:hidden;display:none}.site__nav .nav__wrapper .nav__menu li ul a{font-size:20px}@media screen and (max-width: 1000px){.site__nav .nav__wrapper .nav__menu li ul{left:450px}}@media screen and (max-width: 700px){.site__nav .nav__wrapper .nav__menu li ul{position:static}}.site__nav .nav__wrapper .nav__menu-active{opacity:1!important;visibility:visible!important;display:block!important}.site__nav .nav__wrapper .nav__wrapper-footer{overflow-x:auto;white-space:nowrap;background-color:var(--black-color);border-top:1px solid #464a4f;padding:30px 0 32px 40px;font-size:20px;font-family:var(--font-base-dm)}.site__nav .nav__wrapper .nav__wrapper-footer ul{display:flex}.site__nav .nav__wrapper .nav__wrapper-footer ul li{color:var(--gray-color);margin-right:30px}.site__nav .nav__wrapper .nav__wrapper-footer ul li a{color:var(--white-color)}.site__nav .logo{margin:30px 0 0 30px}.news__container .news__img-box img{width:100%;max-height:400px;height:100%;object-fit:cover}.greeting{background:center/cover no-repeat url(/assets/beta2-BCpMvxGv.png);min-height:100vh}.items__greeting .sub__title{color:var(--white-color);font-family:var(--font-base);font-weight:700;font-size:48px;margin:0 0 20px}@media screen and (max-width: 600px){.items__greeting .sub__title{font-size:24px}}.items__greeting .p__headline{color:var(--white-color);font-size:24px;font-weight:400;font-family:var(--font-base);margin-bottom:25px}@media screen and (max-width: 600px){.items__greeting .p__headline{font-size:16px}}.items__greeting button{background-color:var(--white-color);background:none;border:none;padding:0;cursor:pointer}.items__greeting .header__button-left{background-color:var(--white-color);padding:15px 30px;border-radius:60px}.items__greeting .header__button-left a{color:var(--black-color)}@media screen and (max-width: 450px){.items__greeting .header__button-left{margin-bottom:20px}}.items__greeting .header__button-right{background:#0000001a;border:2px solid #4069d3;padding:15px 60px;border-radius:60px;margin-left:15px}.items__greeting .header__button-right a{color:var(--white-color)}.items__greeting a{font-family:var(--font-base-dm);font-size:20px;font-weight:400}.profession__block-items{display:grid;grid-template-columns:repeat(4,25%);grid-auto-rows:auto;justify-content:center}.profession__block-items .profession__block-item{display:grid;grid-template-rows:auto auto 1fr auto;grid-template-columns:1fr;align-items:center;justify-items:center;min-height:300px;text-align:center;padding:16px;font-family:var(--font-base-dm)}.profession__block-items .profession__block-item img{grid-row:1;width:100%}.profession__block-items .p-text-gray{grid-row:4;text-align:center}.profession__block-items .profession__block-item span{grid-row:3;width:34px;height:4px;border-radius:30px;background-color:var(--secondary-color);margin:23px 0 16px}.profession__block-items .profession__title{grid-row:2;font-family:var(--font-base-dm);color:var(--black-color);font-size:20px;font-weight:400;margin-top:15px}@media screen and (max-width: 1000px){.profession__block-items{grid-template-columns:repeat(3,33.333%)}}@media screen and (max-width: 778px){.profession__block-items{grid-template-columns:repeat(2,50%)}}@media screen and (max-width: 500px){.profession__block-items{grid-template-columns:repeat(1,100%)}}.team{margin:0}.team .person__parent{display:flex;aspect-ratio:2}.team .person__parent .person__name{width:50%;height:100%;position:relative}.team .person__parent .person__name img{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;object-fit:cover}.team .person__parent .person__name article{position:absolute;z-index:1;bottom:20px;left:20px;color:var(--white-color);z-index:1!important;font-family:var(--font-base-dm)}.team .person__parent .person__name h2{font-size:20px;font-weight:600;margin-bottom:5px}.team .person__parent .person__name:before{position:absolute;background:#141c1f59;content:"";top:0;left:0;width:100%;height:100%}@media screen and (max-width: 1200px){.team .person__parent .person__name{width:100%}}.team .person__parent .person__education{display:flex;flex-direction:column;justify-content:center;padding-left:25px;width:50%;height:100%;background:url(/assets/canvas-bg-2LZk6ukQ.png)}.team .person__parent .person__education h2{font-size:1.5rem;font-weight:400;font-family:var(--font-base-dm)}@media screen and (max-width: 1200px){.team .person__parent .person__education h2{font-size:20px}}.team .person__parent .person__education p{font-family:var(--font-base-dm);color:var(--secondary-color);font-size:20px;margin:7px 0 0}@media screen and (max-width: 1200px){.team .person__parent .person__education p{font-size:16px}}@media screen and (max-width: 1200px){.team .person__parent .person__education{padding-top:20px;width:100%;height:50%;justify-content:flex-start}}@media screen and (max-width: 1200px){.team .person__parent{aspect-ratio:1;flex-direction:column}}.team .our__teams .our__teams-content{background:url(/assets/canvas-bg-blue-BkOr_rAS.png) center center no-repeat;background-size:cover;padding:120px 20px;display:flex;flex-direction:column;align-items:center;color:var(--white-color);text-align:center}.team .our__teams .our__teams-content article{max-width:900px}.team .our__teams .our__teams-content h2{font-weight:400;font-family:var(--font-base-dm);font-size:40px}.team .our__teams .our__teams-content p{font-family:var(--font-base);font-size:24px;margin:25px 0}.team .our__teams .our__teams-content a{font-family:var(--font-base-dm)}.team .our__teams .our__teams-content a button{cursor:pointer;color:var(--white-color);background:transparent;border-radius:50px;border:1px solid var(--white-color);padding:10px 50px;font-size:20px}.identity{padding:60px 0}.identity__container{max-width:600px}.identity__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:.3s}.identity__card:hover{transform:translateY(-5px)}.identity__card img{width:100%;object-fit:cover}.questions{margin:0;padding-top:10px;background-color:var(--third-color)}.questions__block-items{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:100px}.questions__block-items .questions__item{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:15px 24px;width:100%;box-shadow:0 2px 5px #0000001a;transition:background-color .3s;margin:10px 0 0 10px}.questions__block-items .questions__item:hover{background-color:#f5f5f5}.questions__block-items .questions__item p{font-family:var(--font-base-dm);font-weight:500;font-size:18px;color:var(--black-color);margin:0}.questions__block-items .questions__item .questions__plus{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--secondary-color);border-radius:50%;font-size:40px;transition:background-color .3s,transform .3s;cursor:pointer}.questions__block-items .questions__item .questions__plus:after{content:"+"}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.experts{background:center/cover no-repeat url(/assets/experts-bk-CAiIs1U_.png)}.our__experts .our__experts-title{margin:0 auto;padding:0 20px;max-width:1111px;text-align:center;font-family:var(--font-base-dm)}.our__experts .our__experts-title h2{margin:100px 0;font-weight:400;line-height:1.7}.our__experts .our__experts-title p{font-size:32px;color:var(--secondary-color)}.our__experts .our__experts-bio{margin-top:100px;display:flex;flex-wrap:wrap}.our__experts .our__experts-bio .expert__bio{aspect-ratio:1;width:25%;position:relative}.our__experts .our__experts-bio .expert__bio img{position:absolute;top:0;left:0;width:100%;height:100%}.our__experts .our__experts-bio .expert__bio article{position:absolute;bottom:20px;left:20px;z-index:2;font-family:var(--font-base-dm);color:var(--white-color)}.our__experts .our__experts-bio .expert__bio article h2{font-size:20px;margin-bottom:5px}@media screen and (max-width: 1300px){.our__experts .our__experts-bio .expert__bio article h2{font-size:16px}}.our__experts .our__experts-bio .expert__bio article p{color:var(--white-color)}.our__experts .our__experts-bio .expert__bio:before{position:absolute;background:#141c1f59;content:"";top:0;left:0;width:100%;height:100%;z-index:1}@media screen and (max-width: 1100px){.our__experts .our__experts-bio .expert__bio{width:33.33333%}}@media screen and (max-width: 700px){.our__experts .our__experts-bio .expert__bio{width:50%}}@media screen and (max-width: 500px){.our__experts .our__experts-bio .expert__bio{width:100%}}.about__header{background:center/cover no-repeat url(/assets/about_font-B_LSa_Wf.png)}.about__items{display:flex;justify-content:space-around;margin:200px 0}@media screen and (max-width: 500px){.about__items{margin:100px 0}}@media screen and (max-width: 1340px){.about__items{flex-direction:column}}.about__items article{max-width:617px;position:relative}@media screen and (max-width: 1340px){.about__items article{max-width:100%;margin:0 0 60px}}@media screen and (max-width: 500px){.about__items article{margin:0 0 15px}}.about__items article p{font-family:var(--font-base-dm);font-weight:500;font-size:40px;margin-left:40px}@media screen and (max-width: 1340px){.about__items article p{text-align:left;padding:0 0 0 40px}}@media screen and (max-width: 500px){.about__items article p{text-align:left;padding:0 0 0 30px;font-size:25px;margin:0}}.about__items article p:nth-child(3){color:var(--secondary-color);font-size:28px;margin:30px 0 70px 40px}@media screen and (max-width: 500px){.about__items article p:nth-child(3){text-align:left;padding:0 0 0 30px;font-size:18px;margin:10px 0 30px}}.about__items article .line{width:20px;height:151px;background:linear-gradient(#313bac,#fff);position:absolute}@media screen and (max-width: 500px){.about__items article .line{width:15px;height:121px}}.about__items article img{width:100%;max-height:420px;height:100%;object-fit:cover}.about__items .about__description-item{max-width:656px;width:100%}@media screen and (max-width: 1340px){.about__items .about__description-item{max-width:100%}}.about__items .about__description-item .about__img-box img{width:calc(50% - 20px)}.about__items .about__description-item .about__img-box img:nth-child(1){margin:0 36px 0 0}@media screen and (max-width: 1340px){.about__items .about__description-item .about__img-box img:nth-child(1){margin:0 18px 0 0}}@media screen and (max-width: 1340px){.about__items .about__description-item .about__img-box img{width:calc(50% - 12px)}.about__items .about__description-item .about__img-box p{font-family:var(--font-base-dm)}}.about__items .about__description-item .text__description{margin:73px 0 61px;font-family:var(--font-base-dm)}@media screen and (max-width: 1340px){.about__items .about__description-item .text__description{margin:60px 0 61px;max-width:656px}}@media screen and (max-width: 500px){.about__items .about__description-item .text__description{font-size:15px;margin:28px 0 30px}}.about__items .about__statistics{display:flex;justify-content:space-between;text-align:start;max-width:681px;width:100%;margin:0 0 84px}@media screen and (max-width: 500px){.about__items .about__statistics{margin:0 0 35px}}.about__items .about__statistics .stat span{font-size:40px;font-family:var(--font-base-dm);font-weight:500;color:var(--black-color)}@media screen and (max-width: 500px){.about__items .about__statistics .stat span{font-size:30px}}.about__items .about__statistics .stat p{margin:10px 0 0;font-size:16px;font-family:var(--font-base-dm);font-weight:400;color:var(--black-color)}@media screen and (max-width: 500px){.about__items .about__statistics .stat p{margin:5px 0 0}}@media screen and (max-width: 500px){.about__items .about__statistics .stat{width:50%;text-align:center;margin-bottom:20px}}@media screen and (max-width: 500px){.about__items .about__statistics{margin:0 0 35px;flex-wrap:wrap}}.about__info{display:flex;position:relative}.about__info .image-group{position:relative;display:flex;gap:10px}.about__info .image-group img{position:absolute;width:75px;height:75px;border-radius:50%;border:2px solid transparent;object-fit:cover}@media screen and (max-width: 500px){.about__info .image-group img{width:70px;height:70px}}.about__info .image-group img:nth-child(1){top:0;left:0}.about__info .image-group img:nth-child(2){top:0;left:44px}.about__info .image-group img:nth-child(3){top:0;left:88px}.about__info .learn__more{position:absolute;left:200px;top:12px}.about__img-box img{height:184px;object-fit:cover;object-position:center 20%}.about__info-items{display:flex;width:calc(100% + 40px)}@media screen and (max-width: 1340px){.about__info-items{flex-direction:column;width:100%}}.about__info-items:nth-child(3){flex-direction:row-reverse}.about__info-items:nth-child(3) img{width:100%;margin:0 0 0 172px}@media screen and (max-width: 1340px){.about__info-items:nth-child(3){flex-direction:column}.about__info-items:nth-child(3) img{margin:100px 0 0}}@media screen and (max-width: 500px){.about__info-items:nth-child(3) img{margin:0}}.about__info-items article{padding:64px 0 0;max-width:500px;width:100%}@media screen and (max-width: 1340px){.about__info-items article{max-width:890px}}@media screen and (max-width: 500px){.about__info-items article{padding:26px 0 0}}.about__info-items article .p-text-black{font-family:var(--font-base-dm);margin:0 0 50px}@media screen and (max-width: 500px){.about__info-items article .p-text-black{margin:0 0 40px}}.about__info-items article hr{max-width:250px;height:3px;border:0;background-color:var(--secondary-color);margin:50px 0 40px}@media screen and (max-width: 500px){.about__info-items article hr{margin:25px 0}}.about__info-items article h2{font-size:32px;font-weight:500;font-family:var(--font-base-dm);color:var(--black-color);margin-bottom:10px}@media screen and (max-width: 500px){.about__info-items article h2{font-size:25px}}.about__info-items article h3{font-weight:400;size:20px;font-family:var(--font-base-dm);color:var(--secondary-color)}@media screen and (max-width: 500px){.about__info-items article h3{font-size:15px}}.about__info-items img{max-width:720px;width:100%;max-height:720px;object-fit:cover;margin:0 50px 0 0}@media screen and (max-width: 1340px){.about__info-items img{max-width:100%;margin:0}}.contact__up{display:flex;justify-content:space-around;align-items:flex-start;background-color:#f9f9f9}.contact__up .contact__content-up{width:50%;height:50vh;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact__up .contact__content-up .contact__title{margin:20px 0;font-family:var(--font-base-dm);color:var(--black-color);font-size:24px}.contact__up .contact__content-up p{font-size:20px}@media screen and (max-width: 800px){.contact__up .contact__content-up{width:100%}}.contact__up .contact__content-up:nth-child(1){background:url(/assets/canvas-bg-2LZk6ukQ.png)}.contact__up .contact__content-up:nth-child(2){background:url(/assets/canvas-bg-dark-1N6npRGC.png)}@media screen and (max-width: 800px){.contact__up{flex-direction:column}}.contact__form{height:50vh;font-family:var(--font-base-dm);color:var(--gray-color);display:flex;flex-direction:row;justify-content:space-between;padding:2rem}.contact__form .contact__form-content{flex:1;margin-right:2rem}.contact__form .contact__form-content h2{font-size:2rem;margin-bottom:1rem;color:#333}.contact__form .contact__form-content form{display:flex;flex-direction:column}.contact__form .contact__form-content form .contact__form-label{font-size:1rem;margin-bottom:.5rem;color:#333}.contact__form .contact__form-content form .name{display:flex;gap:20px}.contact__form .contact__form-content form .name div{width:100%;display:flex;flex-direction:column}.contact__form .contact__form-content form .name div input{width:100%}.contact__form .contact__form-content form input{padding:.75rem;margin-bottom:1rem;border:2px solid var(--light-gray-color);border-radius:5px;font-size:1rem;outline:none}.contact__form .contact__form-content form .contact__form-dropdown{position:relative;margin-bottom:1.5rem}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-button{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:5px;cursor:pointer;font-size:1rem;border:2px solid var(--light-gray-color)}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-button span{font-size:1.2rem}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-list{display:grid;position:absolute;top:calc(100% + .5rem);left:0;width:100%;background:#fff;border:2px solid var(--light-gray-color);border-radius:5px;z-index:10}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-list .dropdown-item{display:flex;align-items:center;padding:.5rem 1rem;font-size:14px;cursor:pointer}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-list .dropdown-item:hover{background:#f0f0f0}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-list .dropdown-item input{margin-right:.5rem;margin-bottom:0}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-list .dropdown-item input[type=checkbox]{width:20px!important;height:20px!important;accent-color:var(--light-gray-color)}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-list .dropdown-footer{text-align:right;padding:.5rem;border-top:1px solid #ddd}.contact__form .contact__form-content form .contact__form-dropdown .dropdown-list .dropdown-footer button{background:var(--green-color);color:#fff;border:none;border-radius:5px;padding:.5rem 1rem;cursor:pointer}.contact__form .contact__form-content form .contact__submit button{width:100%;background:var(--green-color);color:#fff;border:none;border-radius:5px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer}.contact__form-dropdown{position:relative;margin-bottom:1.5rem}.contact__form-dropdown .dropdown-button{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-size:1rem}.contact__form-dropdown .dropdown-button span{font-size:1.2rem}.contact__form-dropdown .dropdown-list{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:5px;z-index:10;padding:1rem;display:flex;flex-wrap:wrap;gap:1rem}.contact__form-dropdown .dropdown-list .dropdown-item{flex:1 1 calc(25% - 1rem);display:flex;align-items:center;cursor:pointer}.contact__form-dropdown .dropdown-list .dropdown-item input{margin-right:.5rem}.contact__form-dropdown .dropdown-list .dropdown-item label{font-size:1rem;color:#333;cursor:pointer}.contact__form-dropdown .dropdown-list .dropdown-footer{text-align:right;padding:.5rem;border-top:1px solid #ddd}.contact__form-dropdown .dropdown-list .dropdown-footer button{background:#4caf50;color:#fff;border:none;border-radius:5px;padding:.5rem 1rem;cursor:pointer}.contact__form-dropdown .dropdown-list .dropdown-footer button:hover{background:#45a049}.map-container{width:50%}.map-container iframe{height:100%}.documents{background:center center/cover no-repeat url(/assets/documentsBk-Bx44ATON.png);min-height:100vh}.documents__items{display:flex;justify-content:start;align-items:start;width:100%;padding:20px 0;margin:60px 0 0;border-bottom:1px solid #D2D3D4;font-family:var(--font-base-dm)}.documents__items img{width:50px;margin:0 20px 0 0}.documents__items a{font-weight:900}.documents__items .documents__item-data{border:1px solid #D2D3D4;text-align:center;font-size:14px;padding:0 24px;margin:10px 0 0;display:inline-flex}.news .container{padding:0}.news__container:nth-child(2){margin:100px 0;flex-direction:row-reverse}.news__container:nth-child(2) .news__content{margin:0 80px 0 0}.news__container:nth-child(2) .news__img-box{margin-right:0}.news__container .news__img-box{width:50%;margin-right:80px}.news__container .news__img-box img{width:100%}@media screen and (max-width: 960px){.news__container .news__img-box{margin:0;width:100%}}.news__container .news__content{width:50%}@media screen and (max-width: 960px){.news__container .news__content{width:100%!important;margin:0!important;padding:30px 20px 0}}.news__container h2{font-family:var(--font-base)}.news__container p:nth-child(2){margin:25px 0;font-family:var(--font-base-dm)}@media screen and (max-width: 960px){.news__container{flex-direction:column!important}}.antiterror-hero{min-height:78vh;background:linear-gradient(135deg,#0e0e0eb8,#313bac6b),url(/assets/zapret4-fYdzkuDp.jpg) center 20%/cover no-repeat}.antiterror-hero .container{position:relative;z-index:5}.antiterror-hero__content{text-align:left;max-width:980px;padding-top:120px}.antiterror-hero__label{display:inline-block;margin-bottom:28px;padding:13px 24px;border:1px solid rgba(255,255,255,.35);border-radius:60px;color:var(--white-color);font-family:var(--font-base-dm);font-size:18px;text-transform:uppercase;letter-spacing:.08em;background:#ffffff14}.antiterror-hero__text{max-width:760px;margin-top:30px;color:var(--white-color);font-family:var(--font-base-dm);font-size:24px;line-height:1.55}.antiterror-page section{min-height:auto}.antiterror-info__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.antiterror-card{min-height:260px;padding:38px;border-radius:6px;background:var(--third-color);border-left:6px solid var(--secondary-color);box-shadow:0 20px 45px #0e0e0e14}.antiterror-card--accent{border-left-color:#e52632}.antiterror-card--dark{background:var(--secondary-color);border-left-color:#e52632}.antiterror-materials{margin-top:20px}.antiterror-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.antiterror-gallery__item{overflow:hidden;background:var(--third-color);box-shadow:0 20px 45px #0e0e0e14}.antiterror-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.antiterror-gallery__item:hover img{transform:scale(1.03)}.antiterror-note{margin:40px 0 100px}.antiterror-note__box{padding:30px;background:#fff;color:var(--white-color);box-shadow:9px 9px 8px 9px #223c5033;border-left:8px solid var(--secondary-color)}.antiterror-note__box h2{margin-bottom:18px;font-family:var(--font-base);color:#e52632;font-size:52px}.antiterror-note__box p{max-width:980px;color:gray;font-family:var(--font-base-dm);font-size:20px;line-height:1.65}@media screen and (max-width: 960px){.antiterror-hero{min-height:70vh}.antiterror-hero__text{font-size:19px}.antiterror-info__grid,.antiterror-gallery{grid-template-columns:1fr}.antiterror-card{padding:28px}.antiterror-card h3{font-size:34px}}@media screen and (max-width: 600px){.antiterror-hero__label{font-size:13px}.antiterror-hero__content{padding-top:90px}}.antiterror-note__box{padding:30px 24px}.antiterror-note__box h2{font-size:40px}
