.breadcrumbs{display:flex;flex-wrap:wrap;margin-bottom:50px}@media(max-width:1200px){.breadcrumbs{display:none}}.breadcrumbs--dark{color:#fff}.breadcrumbs--dark .breadcrumbs__item:last-child .breadcrumbs__link{color:#f96e20}.breadcrumbs--dark .breadcrumbs__link:before{background-color:#fff}.breadcrumbs--light{color:#140612}.breadcrumbs--light .breadcrumbs__item:last-child .breadcrumbs__link{color:#a54aff}.breadcrumbs--light .breadcrumbs__link:before{background-color:#140612}.breadcrumbs__item+.breadcrumbs__item{margin-left:10px}.breadcrumbs__item+.breadcrumbs__item:before{content:">";margin-right:10px;font-size:18px;line-height:0}.breadcrumbs__item:last-child .breadcrumbs__link{color:#f96e20}.breadcrumbs__item:last-child .breadcrumbs__link:before{display:none}.breadcrumbs__link{text-transform:capitalize;font-size:14px;position:relative}.breadcrumbs__link:before{content:"";width:100%;height:1px;position:absolute;bottom:-3px;left:0;background:#fff;transition:width .4s,left .4s}.breadcrumbs__link:hover:before{width:0;left:50%}.filter{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:center;grid-gap:20px;gap:20px;padding-top:12px}@media(max-width:1200px){.filter{transition:margin-top .5s,opacity .5s;gap:15px}}@media(max-width:1024px){.filter--active{padding-top:10px;margin-top:0;opacity:1}.filter--hidden{padding-top:10px;margin-top:-35%;opacity:0}}@media(max-width:768px){.filter--hidden{margin-top:-55%}}@media(max-width:576px){.filter--hidden{margin-top:-150%}}.filter__wrapper{overflow:hidden}.filter__btn{display:none}@media(max-width:1024px){.filter__btn{display:flex;gap:20px;background:none;border:none}.filter__btn p{padding-top:4px;font-weight:700;font-size:20px;line-height:28px}.filter__btn svg{width:30px;height:30px}}.filter__item{display:flex;align-items:center;justify-content:center}.filter__link{width:100%;min-height:68px;padding:5px 10px}@media(max-width:1450px){.filter__link{padding:5px 6px}}.filter__link.filter__link--disabled{opacity:.5;cursor:default}.filter__link.filter__link--disabled:hover{font-weight:400;background-color:#f0f0f0;text-shadow:none;transform:translateY(0)}.filter__link--active{background-color:#f0e1ff;text-shadow:0 0 1px #3f1696}@media(max-width:1200px){.filter__link{font-size:16px;padding:10px}}@media(max-width:768px){.filter__link{font-size:14px;line-height:1.2}.filter__link:hover{background-color:#f0f0f0;text-shadow:none;transform:none}}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:5px;width:100%;padding-top:100px}@media(max-width:1365px){.pagination{padding-top:40px}}.pagination__item{display:flex;align-items:center;justify-content:center;padding:5px;height:50px;width:50px;font-weight:700;font-size:24px;border:1px solid #3f1696;border-radius:10px;color:#3f1696;cursor:pointer;transition:background-color .4s,color .4s,border-color .4s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pagination__item.dots{cursor:default}.pagination__item:hover:not(.pagination__item--selected){background-color:#ccc}.pagination__item:hover:not(.pagination__item--selected).dots{background-color:rgba(0,0,0,0)}.pagination__item--selected{background-color:#a54aff;border-color:rgba(0,0,0,0);color:#fff}@media(max-width:992px){.pagination__item{height:30px;width:30px;font-size:15px}}.pagination__link{width:100%;height:100%}.pagination__arrow,.pagination__link{display:flex;align-items:center;justify-content:center}.pagination__arrow{width:50px;height:50px;font-size:24px;position:relative;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(max-width:992px){.pagination__arrow{width:30px;height:30px}}.pagination__arrow:before{position:absolute;content:"";display:inline-block;width:35px;height:35px;border-right:2px solid #3f1696;border-top:2px solid #3f1696;transition:transform .4s;will-change:transform;z-index:-2}@media(max-width:992px){.pagination__arrow:before{width:20px;height:20px}}.pagination__arrow--prev:before{transform:rotate(-135deg)}.pagination__arrow--prev:hover:before{transform:rotate(-135deg) scale(1.1)}.pagination__arrow--next:before{transform:rotate(45deg)}.pagination__arrow--next:hover:before{transform:rotate(45deg) scale(1.1)}.pagination__arrow--disabled{pointer-events:none}.pagination__arrow--disabled:before{border-color:rgba(63,22,150,.4)}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.tile-item{position:relative;display:flex;flex-direction:column;color:#fff;overflow:hidden;border-radius:10px;padding:50px;z-index:2;border:0}@media(max-width:992px){.tile-item{padding:20px}}.tile-item:hover .tile-item__img{transform:scale(1.15)}.tile-item:hover .tile-item__button svg{transform:translateX(15px)}.tile-item__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:transform .5s;will-change:transform}.tile-item__img span{filter:grayscale(100%);display:block;height:100%;width:100%;opacity:.5}.tile-item__img img{width:100%;object-fit:cover;object-position:50% 50%}.tile-item__img:after,.tile-item__img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.tile-item__img:before{background-color:#1056a6;z-index:-2}.tile-item__img:after{background:linear-gradient(61.86deg,#1056a6 -2.98%,rgba(16,86,166,0) 30.32%);z-index:0}.tile-item__disabled{cursor:default}.tile-item__content{margin-top:auto}.tile-item__title{font-weight:700;font-size:30px;line-height:40px;margin-bottom:15px}.tile-item__title.tile-item__title-coming{margin-bottom:0;margin-top:auto;width:215px;opacity:.5}@media(max-width:992px){.tile-item__title{font-size:20px;line-height:28px}}.tile-item__text{font-weight:400;font-size:18px;line-height:30px;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media(max-width:992px){.tile-item__text{font-size:16px;line-height:24px}}.tile-item__button{background:0 0;border:none;display:flex;align-items:center;width:197px;height:32px;gap:18px;font-weight:700}.tile-item__button svg{margin-top:4px;height:32px;transition:.5s}.tile-item__button svg path{stroke:#fff}.tile-item__button.tile-item__hidden,.tile-item__hidden{display:none}.tile-list{padding:150px 15px 70px}.tile-list__top{display:grid;-moz-column-gap:35px;grid-column-gap:35px;column-gap:35px;grid-row-gap:35px;row-gap:35px;grid-template-columns:41.5% 56%;margin-bottom:35px}@media(max-width:1200px){.tile-list__top{grid-template-columns:1fr}}.tile-list__top-left{display:grid;grid-template-rows:repeat(2,1fr);grid-row-gap:35px;row-gap:35px}@media(max-width:1200px){.tile-list__top-left{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;column-gap:35px}}@media(max-width:992px){.tile-list__top-left{grid-template-columns:1fr;grid-template-rows:repeat(2,1fr)}}.tile-list__top-left-item{height:511px}@media(max-width:1650px){.tile-list__top-left-item{height:431px}}@media(max-width:1450px){.tile-list__top-left-item{height:401px}}@media(max-width:1365px){.tile-list__top-left-item{height:391px}}@media(max-width:1200px){.tile-list__top-left-item{height:365px}}@media(max-width:992px){.tile-list__top-left-item img{height:365px}}.tile-list__top-left-item:first-child .tile-item__img:before{background-color:#1056a6}.tile-list__top-left-item:first-child .tile-item__img:after{background:linear-gradient(61.86deg,#1056a6 -2.98%,rgba(16,86,166,0) 30.32%)}.tile-list__top-left-item:nth-child(2) .tile-item__img:before{background-color:#e74834}.tile-list__top-left-item:nth-child(2) .tile-item__img:after{background:linear-gradient(61.86deg,#e74834 -2.98%,rgba(63,22,150,0) 64.32%)}.tile-list__top-right{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:66% auto;grid-row-gap:35px;row-gap:35px}@media(max-width:1200px){.tile-list__top-right{grid-template-rows:repeat(2,1fr)}}@media(max-width:992px){.tile-list__top-right{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}}.tile-list__top-right-item:first-child{grid-column:1/4}@media(max-width:992px){.tile-list__top-right-item:first-child{grid-column:1/1}.tile-list__top-right-item:first-child img{height:365px}}.tile-list__top-right-item:first-child .tile-item__img:before{background-color:#38942c}.tile-list__top-right-item:first-child .tile-item__img:after{background:linear-gradient(45.3deg,#38942c 9.43%,rgba(56,148,44,0) 73.3%)}.tile-list__top-right-item:nth-child(2) img,.tile-list__top-right-item:nth-child(3) img{height:325px}@media(max-width:1200px){.tile-list__top-right-item:nth-child(2) img,.tile-list__top-right-item:nth-child(3) img{height:365px}}.tile-list__top-right-item:nth-child(2) .tile-item__title,.tile-list__top-right-item:nth-child(3) .tile-item__title{margin-bottom:15px}@media(max-width:1450px){.tile-list__top-right-item:nth-child(2) .tile-item__title,.tile-list__top-right-item:nth-child(3) .tile-item__title{line-height:35px}}@media(max-width:1200px){.tile-list__top-right-item:nth-child(2) .tile-item__title,.tile-list__top-right-item:nth-child(3) .tile-item__title{margin-bottom:15px;line-height:40px}}.tile-list__top-right-item:nth-child(2) .tile-item__text,.tile-list__top-right-item:nth-child(3) .tile-item__text{display:none}@media(max-width:1200px){.tile-list__top-right-item:nth-child(2) .tile-item__text,.tile-list__top-right-item:nth-child(3) .tile-item__text{font-weight:400;font-size:18px;line-height:30px;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}}@media(max-width:1450px){.tile-list__top-right-item:nth-child(2),.tile-list__top-right-item:nth-child(3){padding:20px 20px 50px 50px}}@media(max-width:992px){.tile-list__top-right-item:nth-child(2),.tile-list__top-right-item:nth-child(3){margin-right:0;padding:20px}}.tile-list__top-right-item:nth-child(2){margin-right:17px}@media(max-width:1024px){.tile-list__top-right-item:nth-child(2){margin-right:0}}.tile-list__top-right-item:nth-child(2) .tile-item__img:before{background-color:#1c83df}.tile-list__top-right-item:nth-child(2) .tile-item__img:after{background:linear-gradient(61.86deg,#a54aff -2.98%,rgba(166,78,255,0) 64.32%)}.tile-list__top-right-item:nth-child(3){margin-left:17px}@media(max-width:1024px){.tile-list__top-right-item:nth-child(3){margin-left:0}}.tile-list__top-right-item:nth-child(3) .tile-item__img:before{background-color:#e74834}.tile-list__top-right-item:nth-child(3) .tile-item__img:after{background:linear-gradient(61.86deg,#e74834 -2.98%,rgba(63,22,150,0) 64.32%)}@media(max-width:1200px){.tile-list__top-right-item{height:365px}}.tile-list__bottom-first{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:35px;grid-column-gap:35px;column-gap:35px;margin-bottom:35px}@media(max-width:992px){.tile-list__bottom-first{grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);row-gap:35px}}.tile-list__bottom-first-item{height:328px}.tile-list__bottom-first-item img{object-position:50% -50px}@media(max-width:1650px){.tile-list__bottom-first-item img{height:328px}}@media(max-width:1365px){.tile-list__bottom-first-item img{height:365px;object-position:50% -20px}}@media(max-width:1200px){.tile-list__bottom-first-item img{height:365px;object-position:50% 50%}.tile-list__bottom-first-item{height:365px}}.tile-list__bottom-first-item:first-child .tile-item__img:before{background-color:#e4234c}.tile-list__bottom-first-item:first-child .tile-item__img:after{background:linear-gradient(71.23deg,#a54aff 21.28%,rgba(231,72,52,.3) 68.79%)}.tile-list__bottom-first-item:nth-child(2) .tile-item__img:before{background-color:#f5b13d}.tile-list__bottom-first-item:nth-child(2) .tile-item__img:after{background:linear-gradient(78.38deg,#f5b13d 17.4%,rgba(202,215,65,.26) 47.74%)}.tile-list__bottom-second{display:grid;grid-template-columns:56% 41.5%;-moz-column-gap:35px;grid-column-gap:35px;column-gap:35px}@media(max-width:1200px){.tile-list__bottom-second{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.tile-list__bottom-second{grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);row-gap:35px}}.tile-list__bottom-second-item{height:511px}@media(max-width:1650px){.tile-list__bottom-second-item{height:431px}}@media(max-width:1450px){.tile-list__bottom-second-item{height:401px}}@media(max-width:1365px){.tile-list__bottom-second-item{height:391px}}@media(max-width:1200px){.tile-list__bottom-second-item{height:365px}}@media(max-width:992px){.tile-list__bottom-second-item img{height:365px}}.tile-list__bottom-second-item:first-child .tile-item__img:before{background-color:#38942c}.tile-list__bottom-second-item:first-child .tile-item__img:after{background:linear-gradient(45.3deg,#38942c 9.43%,rgba(56,148,44,0) 73.3%)}.tile-list__bottom-second-item:nth-child(2) .tile-item__img:before{background-color:#1056a6}.tile-list__bottom-second-item:nth-child(2) .tile-item__img:after{background:linear-gradient(61.86deg,#1056a6 -2.98%,rgba(16,86,166,0) 30.32%)}.tile-list__wrapper+.filter__wrapper{padding-top:100px}@media(max-width:1200px){.tile-list__wrapper+.filter__wrapper{padding-top:40px}}.filter__wrapper+.tile-list__wrapper{padding-top:50px}@media(max-width:1200px){.filter__wrapper+.tile-list__wrapper{padding-top:40px}}.cases{padding:150px 15px 70px}@media(max-width:768px){.cases{padding:90px 15px 70px}}.cases__backlinks{display:none}@media(max-width:1200px){.cases__backlinks{display:flex;justify-content:space-between;width:250px;margin-bottom:20px}.cases__backlinks p{font-weight:700;font-size:20px;line-height:28px}.cases__backlinks svg{transform:rotate(180deg);width:30px;height:30px}.cases__backlinks:hover svg{transition:transform .5s;transform:rotate(180deg) translateX(15px)}}
/*# sourceMappingURL=b33c7eed5168cbfc.css.map*/