.socials-block{background-color:var(--gray-2);border-radius:.75rem;display:flex;flex-direction:column;padding:.375rem .625rem;color:var(--white);gap:.375rem}@media(min-width:992px){.socials-block{padding:.625rem .75rem;flex-direction:row;align-items:center;gap:.75rem;justify-content:space-between}}.socials-block--header{display:none}@media(min-width:992px){.socials-block--header{display:flex}}.socials-block--sidebar{padding:1.5rem 0 0}@media(min-width:992px){.socials-block--sidebar{display:none}}.socials-block--footer{align-self:flex-start;background:var(--gray-1);padding:0}.socials-block--reverse{background-color:transparent;padding:0}.socials-block__phone{color:var(--white);font-weight:500}.socials-block--reverse .socials-block__phone{color:var(--text-color)}.socials-block__buttons{display:flex;align-items:center;gap:.5rem}@media(min-width:576px){.socials-block__buttons--footer{flex-direction:column}}@media(min-width:1200px){.socials-block__buttons--footer{flex-direction:row}}.socials-block__btn{border:1px solid rgba(var(--white-rgb),.5);border-radius:.5rem;display:grid;place-items:center;width:2.25rem;height:2.25rem;color:var(--white);transition:border-color .3s,color .3s}.socials-block__btn:hover,.socials-block__btn:focus{color:var(--white);border-color:rgba(var(--white-rgb),1)}.socials-block--reverse .socials-block__btn{color:var(--text-color);border:1px solid rgba(var(--black-rgb),.5)}.socials-block--reverse .socials-block__btn:hover,.socials-block--reverse .socials-block__btn:focus{color:var(--text-color);border-color:rgba(var(--black-rgb),1)}.socials-block__btn svg{width:60%;height:60%}.main{padding-bottom:.625rem}.section{padding:0 1rem;box-shadow:inset 0 6.25rem 0 0 var(--gray-1)}.section--top{box-shadow:none}@media(min-width:992px){.section{padding:0 2%}}.section__container{padding:1.25rem 0;max-width:var(--max-container);margin:0 auto}@media(min-width:992px){.section__container{padding:1.875rem 0}}.section__header{padding:1.25rem;border-radius:1rem;background-color:var(--gray-2);margin-bottom:1.5rem;color:var(--white);width:100%;max-width:25rem}@media(min-width:992px){.section__header{max-width:31.25rem}}.section--top .section__header{background-color:transparent;color:var(--text-color);padding:0;max-width:none}.section__title{font-family:var(--secondary-font-family);font-size:28px;line-height:34px;font-weight:500;margin:0;border-left:4px solid var(--primary-color);padding-left:16px}@media(min-width:992px){.section__title{font-size:40px;line-height:46px}}.section__title--with-desc{margin-bottom:1rem}@media(min-width:992px){.section__title--with-desc{margin-bottom:1.5rem}}.section__subtitle{font-family:var(--secondary-font-family);font-size:1.5rem;line-height:1.875rem;font-weight:500;margin:0 0 .5rem}@media(min-width:992px){.section__subtitle{font-size:1.625rem;line-height:2rem;margin:0 0 1rem}}.section__text{margin-bottom:1rem}@media(min-width:992px){.section__text{font-size:1.125rem;line-height:1.5rem;margin-bottom:1.5rem}}.section__list{display:grid;gap:.5rem;margin-bottom:1rem}@media(min-width:992px){.section__list{font-size:1.125rem;line-height:1.5rem;margin-bottom:1.5rem}}.section__list li{padding-left:1.5rem;position:relative}.section__list li:after{content:"";width:.375rem;height:.375rem;position:absolute;inset:.5625rem auto auto .25rem;background-color:var(--primary-color)}.section__content--html{word-break:break-word}.section__content--html p{margin-bottom:1rem}.section__content--html ol{list-style:decimal}.section__content--html ul{list-style:initial}.section__content--html ul ul{list-style:circle}.section__content--html ul,.section__content--html ol{padding-left:1.25rem;margin-bottom:1rem}.section__content--html ul h3,.section__content--html ol h3{font-size:1.25rem;line-height:1.25rem;font-weight:500}.section__content--html a{text-decoration:underline}.section__content--html h2{font-family:var(--secondary-font-family);font-size:2rem;line-height:2rem;font-weight:500;margin-bottom:.5rem;border-left:4px solid var(--primary-color);padding-left:16px}.section__content--html h3{font-family:var(--secondary-font-family);font-size:1.5625rem;line-height:2rem;font-weight:500;margin-bottom:.5rem}.section__content--html h4{font-family:var(--secondary-font-family);font-size:1.25rem;line-height:1.25rem;font-weight:500;margin-bottom:.5rem}.section__content--html figure{margin:0 0 1rem;max-width:100%;width:100%}@media(min-width:992px){.section__content--html figure{float:right;max-width:50%;width:50%;margin:0 0 1rem 1rem}}.section__content--html img{border-radius:.5rem;width:100%;height:auto!important;max-width:100%}.section__content--html figcaption{font-size:.875rem;line-height:1.125rem;color:var(--gray-3);padding-top:.5rem}.article-page{margin-bottom:3.125rem}.article-page__body img{width:100%!important;height:auto!important}.map-box{position:relative}@media(min-width:768px){.map-box__info{padding:2.5rem 2.5rem 3.75rem}}.map-box__map{height:18.75rem;border-radius:.625rem;overflow:hidden;background-color:rgba(var(--primary-color-rgb),.2)}@media(min-width:768px){.map-box__map{position:absolute;z-index:1;inset:0;border-radius:0;height:auto;border-radius:1.875rem}}.contact-info{background:var(--white);border:1px solid rgba(var(--black-rgb),.1);border-radius:.625rem;padding:1.25rem .9375rem;margin-bottom:1.5rem}@media(min-width:768px){.contact-info{max-width:30rem;border-radius:1.25rem;position:relative;z-index:3;margin-bottom:0}}@media(min-width:992px){.contact-info{padding:1.875rem}}.contact-info__blocks{display:grid;gap:1rem}.contact-info__block{border-bottom:1px dashed var(--gray-7);padding-bottom:1rem}.contact-info__block:last-child{border-bottom:0;padding-bottom:0}.contact-info__subtitle{font-family:var(--secondary-font-family);font-size:1.25rem;line-height:1.625rem;border-left:4px solid var(--primary-color);padding-left:1rem;margin-bottom:.625rem}@media(min-width:992px){.contact-info__subtitle{font-size:1.5rem;line-height:1.875rem}}.contact-info__contacts{font-size:1.125rem;line-height:1.75rem}.contact-info__socials{display:flex;gap:1rem}.contact-info__text{margin:0;font-size:1.125rem;line-height:1.75rem}.team__list{display:grid;gap:1rem}@media(min-width:768px){.team__list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.team-card{background:var(--white);border:1px solid rgba(var(--black-rgb),.1);border-radius:.625rem;padding:1rem;display:flex;gap:1rem}@media(min-width:992px){.team-card{gap:1.5rem;padding:1.5rem}}.team-card__photo{flex:0 0 4.375rem;max-width:4.375rem;height:4.375rem;overflow:hidden;border-radius:50%}@media(min-width:992px){.team-card__photo{flex:0 0 6.25rem;max-width:6.25rem;height:6.25rem}}.team-card__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-card__info{flex:1 1 auto;min-width:1%}.team-card__name{font-size:1.125rem;line-height:1.5rem;font-weight:600;margin-bottom:0}.team-card__position{opacity:.8;margin-bottom:.625rem;border-bottom:1px dashed var(--gray-7);padding-bottom:.625rem}.team-card__desc{margin-bottom:0}.team-card__contacts{padding-top:1rem}.services{display:grid}@media(min-width:992px){.services{grid-template-columns:1fr 2fr;gap:1.5rem}}.services__desc{border-radius:1rem;background-color:var(--gray-2);color:var(--white);padding:1rem;margin-bottom:1.5rem}@media(min-width:992px){.services__desc{position:sticky;top:5rem;padding:1.5rem;margin-bottom:0}}.services__text{border-left:4px solid var(--primary-color);padding-left:1rem;margin:0}@media(min-width:992px){.services__text{font-size:1.125rem;line-height:1.5rem}}@media(min-width:1200px){.services__text{font-size:1.25rem;line-height:1.625rem}}.services__list{display:grid;gap:1rem}@media(min-width:1200px){.services__list{gap:1.5rem}}.service-card-alt{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;padding:1rem;display:flex;flex-direction:column-reverse;gap:1.5rem;justify-content:flex-end;background:var(--white);position:sticky;top:1.25rem}@media(min-width:768px){.service-card-alt{flex-direction:row;padding:1.5rem}}@media(min-width:992px){.service-card-alt{flex-direction:column-reverse;top:5rem}}@media(min-width:1400px){.service-card-alt{flex-direction:row}}.service-card-alt__img-box{width:100%;aspect-ratio:5/3;border-radius:1rem;overflow:hidden;flex-shrink:0}@media(min-width:576px){.service-card-alt__img-box{aspect-ratio:6/3}}@media(min-width:768px){.service-card-alt__img-box{aspect-ratio:3/3;width:40%}}@media(min-width:992px){.service-card-alt__img-box{aspect-ratio:9/3;width:100%}}@media(min-width:1400px){.service-card-alt__img-box{aspect-ratio:4/3;width:40%}}.service-card-alt__img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:transform .3s ease-in-out}.service-card-alt:hover .service-card-alt__img-box img{transform:scale(1.1)}.service-card-alt__main{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;flex-grow:1}.service-card-alt__info{display:flex;flex-direction:column;gap:.625rem}.service-card-alt__title{font-size:1.5rem;line-height:1.875rem;font-family:var(--secondary-font-family);font-weight:500;margin:0}@media(min-width:992px){.service-card-alt__title{font-size:1.875rem;line-height:2.25rem}}.service-card-alt__desc{margin:0}@media(min-width:992px){.service-card-alt__desc{font-size:1.125rem;line-height:1.5rem}}@media(min-width:576px){.service-card-alt__btn{max-width:18.75rem}}.expertise__list{display:grid;gap:1rem}@media(min-width:992px){.expertise__list{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.expertise__block{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;padding:1rem;display:flex;flex-direction:column-reverse;gap:1rem;margin-bottom:1rem}@media(min-width:768px){.expertise__block{flex-direction:row;padding:1.5rem;gap:1.5rem}}@media(min-width:992px){.expertise__block{margin-bottom:1.5rem;gap:2rem}}@media(min-width:1200px){.expertise__block{gap:3.25rem}}.expertise__block-info{display:grid;gap:1rem}.expertise__img-box{width:100%;aspect-ratio:5/3;border-radius:1rem;overflow:hidden;flex-shrink:0}@media(min-width:576px){.expertise__img-box{aspect-ratio:6/3}}@media(min-width:768px){.expertise__img-box{aspect-ratio:5/3;width:40%}}@media(min-width:1400px){.expertise__img-box{width:30%}}.expertise__img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.expertise__item{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.expertise__item{padding:1.5rem}}.expertise__item--main{margin-bottom:1rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:992px){.expertise__item--main{margin-bottom:1.5rem}}.expertise__icon{width:3.125rem;height:3.125rem}.expertise__title{font-size:1.5rem;line-height:1.875rem;font-family:var(--secondary-font-family);font-weight:500;margin:0}@media(min-width:992px){.expertise__title{font-size:1.875rem;line-height:2.25rem}}.expertise__title span{color:var(--primary-color);font-size:120%}.expertise__desc{margin:0}@media(min-width:992px){.expertise__desc{font-size:1.125rem;line-height:1.5rem}}.expertise__btn{max-width:10rem;align-self:flex-end;min-width:10rem}.technologies{width:100%;overflow:hidden;position:relative;margin:1.25rem 0 2.5rem}@media(min-width:992px){.technologies{margin:1.25rem 0 3.125rem}}.technologies__title{font-family:var(--secondary-font-family);font-size:1.75rem;line-height:2.125rem;font-weight:500;margin:0 0 1rem;padding:0 1rem;text-align:center}@media(min-width:992px){.technologies__title{font-size:2.5rem;line-height:2.875rem;margin:0 0 1.5rem}}.technologies__track{display:flex;width:-moz-max-content;width:max-content;will-change:transform;animation:tech-marquee linear infinite}@media(prefers-reduced-motion:reduce){.technologies__track{animation:none!important;transform:none!important}}.technologies:hover .technologies__track{animation-play-state:paused}.technologies__list{display:flex}.technologies__item{display:flex;align-items:center;gap:.5rem;white-space:nowrap;font-weight:500;margin:0 1.25rem}@media(min-width:992px){.technologies__item{font-size:1.125rem}}.technologies__item img{width:2.25rem;height:2.25rem}@media(min-width:992px){.technologies__item img{width:3.125rem;height:3.125rem}}@keyframes tech-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.cases{display:grid;gap:1rem}@media(min-width:992px){.cases{gap:1.5rem}}.cases__more{margin:0 auto;width:100%;max-width:18.75rem}.cases__more--with-sticky{margin-top:1rem}@media(min-width:992px){.cases__more--with-sticky{margin-top:1.5rem}}.case-card{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;display:flex;flex-direction:column;padding:1rem;gap:.75rem}@media(min-width:768px){.case-card{flex-direction:row;gap:1.5rem}}@media(min-width:992px){.case-card{padding:1.5rem}}.case-card--sticky{contain:content;background:var(--white)}@media(min-width:768px){.case-card--sticky{flex-direction:column;gap:1.5rem}}@media(min-width:992px){.case-card--sticky{flex-direction:row}}@media(min-width:1200px){.case-card--sticky{position:sticky;backface-visibility:hidden;will-change:transform,filter;transform-style:preserve-3d;transition:transform .3s ease-out;top:5rem}}.case-card__img-box{width:100%;overflow:hidden;aspect-ratio:4/3;border-radius:1rem;margin:0;flex-shrink:0}@media(min-width:768px){.case-card__img-box{max-width:25rem}}@media(min-width:992px){.case-card__img-box{aspect-ratio:4/3}}@media(min-width:768px){.case-card--sticky .case-card__img-box{max-width:none}}@media(min-width:992px){.case-card--sticky .case-card__img-box{aspect-ratio:initial;flex:1 1;align-self:flex-start}}.case-card__img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1);border-radius:1rem;transition:transform .3s ease-in-out}.case-card:hover .case-card__img-box img{transform:scale(1.1)}.case-card--sticky:hover .case-card__img-box img{transform:scale(1)}.case-card__info{display:flex;flex-direction:column;gap:.75rem}@media(min-width:992px){.case-card__info{gap:1rem}}@media(min-width:992px){.case-card--sticky .case-card__info{width:-moz-min-content;width:min-content;min-width:30.625rem;flex-shrink:0}}.case-card__title{font-size:1.5rem;line-height:1.875rem;font-family:var(--secondary-font-family);font-weight:500;margin-bottom:.25rem}@media(min-width:992px){.case-card__title{font-size:1.875rem;line-height:2.25rem}}.case-card__subtitle{font-size:1.25rem;line-height:1.625rem;font-weight:500;margin-bottom:.5rem;border-left:4px solid var(--primary-color);padding-left:.625rem}@media(min-width:992px){.case-card__subtitle{font-size:1.5rem;line-height:1.875rem}}.case-card__desc{margin:0;opacity:.8}@media(min-width:992px){.case-card__desc{font-size:1.125rem;line-height:1.5rem}}.case-card__desc a{font-weight:500;text-decoration:underline}.order-form{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;display:grid}@media(min-width:768px){.order-form{grid-template-columns:repeat(2,1fr)}}.order-form__img-box{width:100%;aspect-ratio:5/3;overflow:hidden;border-radius:1rem 1rem 0 0;position:relative}@media(min-width:768px){.order-form__img-box{height:100%;width:auto;aspect-ratio:initial;border-radius:1rem 0 0 1rem}}.order-form__img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-form__desc{margin:0;position:absolute;inset:auto 1rem 1rem;background-color:var(--gray-2);padding:.75rem;color:var(--white);border-radius:1rem;border-left:4px solid var(--primary-color)}@media(min-width:768px){.order-form__desc{font-size:1.125rem;line-height:1.5rem;inset:1.5rem 1.5rem auto}}@media(min-width:992px){.order-form__desc{inset:2rem auto auto 2rem;max-width:22.5rem}}.order-form__form{padding:2rem 1rem 1rem}@media(min-width:768px){.order-form__form{padding:1.5rem 1rem}}@media(min-width:992px){.order-form__form{padding:2rem}}@media(min-width:1200px){.order-form__form{padding:2rem 3.25rem}}@media(min-width:1400px){.order-form__form{padding:2rem 7.5rem}}.order-form__button{text-align:center}.form-group{margin-bottom:1.875rem;position:relative}.form-group--last{margin-bottom:0}.form-group__label{position:absolute;z-index:2;inset:.8125rem 0 auto 1.25rem;font-size:1rem;line-height:1.25rem;color:var(--gray-3);cursor:text;transition:all .3s ease-in-out;pointer-events:none}.form-group--focus .form-group__label,.form-group--filled .form-group__label{inset:-1.375rem 0 auto .75rem;font-size:.75rem;cursor:default}.form-group__star{color:var(--danger-color)}.checkbox{padding-left:1.3125rem;position:relative;font-size:.875rem;line-height:1.125rem;cursor:pointer}.checkbox:after{content:"";position:absolute;inset:.25rem .125rem .125rem;height:.625rem;width:.625rem;border-radius:.125rem;background:transparent;z-index:2;transition:background-color .2s ease-in-out}.checkbox:has(.checkbox__input:checked):after{background-color:var(--primary-color)}.checkbox:before{content:"";position:absolute;left:0;top:.125rem;height:.875rem;width:.875rem;border-radius:.1875rem;background:var(--gray-9);z-index:1}.checkbox--inverse:before{background:var(--white)}.checkbox__input{display:none}.checkbox a{text-decoration:underline}.form-control{display:block;width:100%;font-weight:400;color:var(--text-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--gray-8);background-clip:padding-box;border:1px solid var(--gray-8);border-radius:.75rem;padding:.75rem 1.25rem;font-size:1rem;line-height:1.25rem;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out}.form-control:focus,.form-control:focus-visible{outline:none;border-color:var(--primary-color)}.form-control::-moz-placeholder{color:var(--gray-1)}.form-control::placeholder{color:var(--gray-1)}.form-control{position:relative;z-index:1}.form-group--error .form-control,.empty .form-control{border-color:var(--danger-color)}textarea.form-control{height:5.9375rem;overflow:auto}.form-error{color:var(--danger-color);padding:.375rem 0 0 .75rem;font-size:.75rem;line-height:1.25rem}.reviews{margin-bottom:1.25rem;margin-top:-1rem}@media(min-width:992px){.reviews{margin-bottom:1.875rem}}.reviews__slider{padding:1rem 0}.review-card{background:var(--white);border:1px solid rgba(var(--black-rgb),.1);border-radius:5rem 0;padding:1.5rem;margin:0;position:relative;text-align:center}@media(min-width:768px){.review-card{padding:1.875rem 1.5rem}}.review-card__icon{position:absolute;inset:-1.25rem auto auto -.3125rem;width:3.75rem;height:3.75rem;color:var(--gray-3)}.review-card__icon--top{transform:rotate(180deg)}.review-card__icon--bottom{inset:auto -.3125rem -1.25rem auto}.review-card__icon svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.review-card__stars{display:flex;align-items:center;gap:.3125rem;justify-content:center;color:var(--yellow);margin-bottom:.75rem}.review-card__stars svg{width:1.5rem;height:1.5rem}.review-card__desc{margin-bottom:1rem;opacity:.8}.review-card__name{font-size:1rem;line-height:1.1875rem;border-bottom:2px solid var(--primary-color)}.prices__list{display:grid;margin-bottom:1rem}@media(min-width:992px){.prices__list{margin-bottom:1.5rem}}.prices__item{display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;border-bottom:1px solid rgba(var(--black-rgb),.1);padding:1rem}@media(min-width:576px){.prices__item{flex-direction:row;align-items:center}}@media(min-width:768px){.prices__item{gap:2.5rem}}.prices__info{display:flex;flex-direction:column;gap:.5rem;min-width:65%}@media(min-width:768px){.prices__info{flex-direction:row;align-items:center;justify-content:space-between}}.prices__title{font-family:var(--secondary-font-family);font-size:1rem;line-height:1.375rem;font-weight:400;border-left:4px solid var(--primary-color);padding-left:.625rem}@media(min-width:992px){.prices__title{font-size:1.125rem;line-height:1.5rem}}.prices__total{font-weight:600;margin:0;font-size:1.125rem;line-height:1.5rem}@media(min-width:992px){.prices__total{font-size:1.25rem;line-height:1.625rem}}.prices__btn{max-width:12.5rem}.faq__list{display:grid;gap:1rem}.faq-card{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;padding:1rem;position:relative}@media(min-width:992px){.faq-card{padding:1.5rem}}.faq-card__question{cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:1rem;font-size:1.125rem;line-height:1.5rem;font-weight:600;margin:0;border-left:4px solid var(--primary-color);padding-left:.75rem;word-break:break-word}@media(min-width:768px){.faq-card__question{font-size:1.5rem;line-height:1.875rem}}.faq-card__icon{width:1.5rem;height:1.5rem;min-width:1.5rem;transform:rotate(0);transition:transform .3s ease}@media(min-width:768px){.faq-card__icon{width:1.875rem;height:1.875rem;min-width:1.875rem}}.faq-card__question[aria-expanded=true] .faq-card__icon{transform:rotate(45deg)}.faq-card__answer{opacity:.8;word-break:break-word}@media(min-width:992px){.faq-card__answer{font-size:1.125rem;line-height:1.5rem}}.faq-card__answer p:first-child{padding-top:1rem}.faq-card__answer a{font-weight:500}.common-services__list{display:grid;gap:1rem}@media(min-width:768px){.common-services__list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:992px){.common-services__list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}}.common-services__item{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;display:flex;transition:box-shadow .3s}.common-services__item:hover{box-shadow:inset .25rem 0 0 var(--primary-color)}@media(min-width:992px){.common-services__item{flex:0 0 calc(33.333% - 1rem)}}.common-services__link{padding:1rem;display:flex;align-items:center;gap:1rem;flex-grow:1}.common-services__icon{background:var(--gray-1);box-shadow:.25rem .25rem 0 var(--primary-color);padding:.625rem;color:var(--white);transition:box-shadow .3s}.common-services__item:hover .common-services__icon{box-shadow:0 0 0 var(--primary-color)}.common-services__icon svg{width:1.875rem;height:1.875rem;fill:var(--white)}.common-services__text{font-weight:500}@media(min-width:992px){.common-services__text{font-size:1.125rem;line-height:1.5rem}}.proccess__desc{margin-bottom:1rem}@media(min-width:992px){.proccess__desc{font-size:1.125rem;line-height:1.5rem;margin-bottom:2.25rem}}.proccess__list{position:relative}.proccess__item{counter-increment:item;position:relative;padding:0 0 1rem 2.5rem}@media(min-width:992px){.proccess__item{padding-left:4.375rem}}.proccess__item p{margin:0}@media(min-width:992px){.proccess__item p{font-size:1.125rem;line-height:1.5rem}}.proccess__item:after{content:counter(item);font-size:1.5rem;line-height:1.875rem;width:1.875rem;height:1.875rem;background:var(--gray-1);border-right:4px solid var(--primary-color);position:absolute;inset:0;color:var(--white);font-weight:700;transform:skewY(-5deg);display:grid;place-items:center;font-family:var(--secondary-font-family)}@media(min-width:992px){.proccess__item:after{font-size:2.75rem;line-height:3.125rem;width:3.125rem;height:3.125rem}}.proccess__subtitle{font-family:var(--secondary-font-family);font-size:1.5rem;line-height:1.875rem}@media(min-width:992px){.proccess__subtitle{font-size:1.875rem;line-height:3.125rem}}.cta-alt{padding:1rem;background:var(--white);box-shadow:inset 0 0 0 .0625rem rgba(var(--black-rgb),.1);border-radius:1rem;text-align:center}.cta-alt__title{display:inline-block;font-family:var(--secondary-font-family);font-size:1.75rem;line-height:2.125rem;font-weight:500;border-bottom:4px solid var(--primary-color);padding-bottom:.625rem;margin-bottom:1rem}@media(min-width:992px){.cta-alt__title{font-size:2.5rem;line-height:2.875rem;margin-bottom:1.5rem}}.cta-alt__desc{margin-bottom:1.5rem}@media(min-width:992px){.cta-alt__desc{font-size:1.125rem;line-height:1.5rem;margin-bottom:2.25rem}}.blog{display:grid;gap:1rem}.blog-card{border:1px solid rgba(var(--black-rgb),.1);border-radius:1rem;display:flex;flex-direction:column;padding:1rem;gap:1rem}@media(min-width:768px){.blog-card{flex-direction:row}}@media(min-width:992px){.blog-card{padding:1.5rem;border-radius:1.5rem;gap:1.5rem}}.blog-card__img-box{aspect-ratio:16/9;border-radius:.875rem;overflow:hidden;background-color:var(--secondary-color);position:relative}@media(min-width:768px){.blog-card__img-box{min-width:40%;aspect-ratio:4/3}}@media(min-width:992px){.blog-card__img-box{min-width:30%;border-radius:1.25rem}}.blog-card__img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:transform .3s ease-in-out}.blog-card:hover .blog-card__img-box img{transform:scale(1.1)}.blog-card__info{display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.blog-card__title{font-family:var(--secondary-font-family);font-size:1.5625rem;line-height:2rem;font-weight:500;margin-bottom:.625rem;word-break:break-word}@media(min-width:992px){.blog-card__title{font-size:2rem;line-height:2rem;font-weight:500;line-height:1.75rem}}.blog-card__meta{display:flex;flex-direction:column;gap:.25rem;flex-wrap:wrap;font-size:.875rem;line-height:1.25rem;margin-bottom:.625rem;color:rgba(var(--black-rgb),.6)}@media(min-width:576px){.blog-card__meta{flex-direction:row;gap:.75rem}}.blog-card__date{display:flex;align-items:center;gap:.25rem;word-break:break-word}.blog-card__date svg{min-width:1.25rem;width:1.25rem;height:1.25rem}.blog-card__duration{display:flex;align-items:center;gap:.25rem;word-break:break-word}.blog-card__duration svg{min-width:1.25rem;width:1.25rem;height:1.25rem}.blog-card__author{display:flex;align-items:center;gap:.25rem;word-break:break-word}.blog-card__author svg{min-width:1.25rem;width:1.25rem;height:1.25rem}.blog-card__desc{font-size:.875rem;line-height:1.125rem;color:var(--text-color)}@media(min-width:992px)and (min-width:992px){.blog-card__desc{font-size:1.125rem}}.blog-card__tags{display:flex;flex-wrap:wrap;gap:.25rem}.tag{background:var(--primary-color);color:var(--white);font-weight:500;line-height:1.5rem;font-size:.875rem;border-radius:1rem;padding:.25rem 1rem;display:block;transition:background-color .3s ease-in-out,color .3s ease-in-out}a.tag:hover{background-color:var(--green-1);color:var(--white)}.article__meta{display:flex;flex-direction:column;gap:.25rem;flex-wrap:wrap;font-size:.875rem;line-height:1.25rem;margin:1rem 0 0;color:rgba(var(--black-rgb),.6)}@media(min-width:576px){.article__meta{flex-direction:row;gap:.75rem}}.article__date{display:flex;align-items:center;gap:.25rem;word-break:break-word}.article__date svg{min-width:1.25rem;width:1.25rem;height:1.25rem}.article__duration{display:flex;align-items:center;gap:.25rem;word-break:break-word}.article__duration svg{min-width:1.25rem;width:1.25rem;height:1.25rem}.article__author{display:flex;align-items:center;gap:.25rem;word-break:break-word}.article__author svg{min-width:1.25rem;width:1.25rem;height:1.25rem}.article__tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:1.5rem}.filter-links{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}@media(min-width:992px){.filter-links{font-size:1.125rem;margin-bottom:1.875rem}}.filter-links__item{text-transform:uppercase}.filter-links__item--active{color:var(--primary-color)}.fixed-socials{position:fixed;z-index:20;display:grid;gap:1.125rem;inset:auto .625rem 3.125rem auto}@media(min-width:1400px){.fixed-socials{bottom:3.75rem}}.fixed-socials__item{width:3.125rem;height:3.125rem;display:grid;place-items:center;border-radius:50%;color:var(--white);background:var(--primary-color);transition:opacity .3s ease-in-out;border:0;padding:0;cursor:pointer;position:relative;-webkit-appearance:button;-moz-appearance:button;appearance:button;box-shadow:-.125rem .125rem .125rem rgba(var(--black-rgb),.1)}.fixed-socials__item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;transition:transform .3s,opacity .3s;opacity:0;background:rgba(var(--white-rgb),.2);transform:scale(.1);border-radius:50%}.fixed-socials__item:focus{color:var(--white)}.fixed-socials__item:hover{color:var(--white)}.fixed-socials__item:hover:before{opacity:1;transform:scale(1)}@media(min-width:992px){.fixed-socials__item{width:3.75rem;height:3.75rem}}@media(min-width:1400px){.fixed-socials__item{width:4.375rem;height:4.375rem}}.fixed-socials__item--tg{background:var(--telegram-color)}.fixed-socials__icon{width:50%;height:50%}.footer{margin-top:auto;padding:0 1rem;background:var(--gray-1);color:var(--white)}@media(min-width:992px){.footer{padding:0 2%}}.footer__container{max-width:var(--max-container);margin:0 auto}.footer__top{padding:1.875rem 0}@media(min-width:992px){.footer__top{padding:3.75rem 0 3.125rem}}.footer__box{display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width:992px){.footer__box{flex-direction:row;align-items:start;gap:3.125rem}}@media(min-width:1200px){.footer__box{gap:9.375rem}}@media(min-width:1400px){.footer__box{gap:15.625rem}}.footer__left-part{width:100%;margin-bottom:1.5rem;text-align:center}@media(min-width:992px){.footer__left-part{width:auto;text-align:left}}.footer__logo{display:flex;color:var(--white);align-items:center;text-decoration:none;margin-bottom:1.5rem;justify-content:center}@media(min-width:992px){.footer__logo{min-width:14.0625rem}}.footer__phone{font-size:1.125rem;line-height:1.5rem;font-weight:500}.footer__phone-title{font-size:1.25rem;line-height:1.625rem;margin-bottom:0;white-space:nowrap}@media(min-width:992px){.footer__phone-title{margin-bottom:.3125rem}}.footer__phone-number{font-weight:400;color:var(--white)}.footer__right-part{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:576px){.footer__right-part{flex-direction:row;justify-content:space-around}}@media(min-width:992px){.footer__right-part{flex-direction:column}}.footer__menus{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:576px){.footer__menus{flex-direction:row}}@media(min-width:992px){.footer__menus{justify-content:space-between;gap:1.5rem}}.footer__menu{display:flex;flex-direction:column;gap:.375rem}@media(min-width:992px){.footer__menu--main{flex-direction:row;justify-content:space-between}}@media(min-width:992px){.footer__menu:not(.footer__menu--main){display:grid;grid-template-columns:1fr;-moz-column-gap:1.25rem;column-gap:1.25rem}}@media(min-width:1200px){.footer__menu:not(.footer__menu--main){-moz-column-gap:3.125rem;column-gap:3.125rem}}@media(min-width:992px){.footer__menu-box:first-child .footer__menu{grid-template-columns:repeat(2,1fr)}}.footer__menu-item{font-size:1rem;color:var(--white)}.footer__menu-item--active,.footer__menu-item:hover{color:var(--primary-color)}.footer__menu--main .footer__menu-item{font-size:1.125rem;text-transform:uppercase;font-weight:500}.footer__title{font-size:1.125rem;text-transform:uppercase;font-weight:500;opacity:.7;margin:0 0 .5rem}.footer__bottom{padding:.625rem 0;text-align:center;background:var(--gray-2);border-radius:1rem;margin-bottom:1rem}@media(min-width:992px){.footer__bottom{padding:1.25rem 0;text-align:left}}.footer__bottom-inner{display:flex;flex-direction:column}@media(min-width:768px){.footer__bottom-inner{flex-direction:row;justify-content:space-between;align-items:center;padding:0 1rem}}@media(min-width:1600px){.footer__bottom-inner{padding:0}}.footer__copyright{color:var(--white);font-size:.875rem;line-height:1.1875rem}.footer__link{font-size:.875rem;color:var(--white)}.footer__link:hover{color:var(--primary-color)}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal__content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-clip:padding-box;border-radius:1.25rem;background-color:var(--background-color);max-height:100%;overflow:hidden;outline:0}.modal__header{flex-shrink:0;padding:1.5rem 1.125rem .9375rem;position:relative}@media(min-width:576px){.modal__header{padding:2rem 1.6875rem .9375rem}}.modal__close{padding:.5rem;position:absolute;right:.75rem;top:.75rem;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") center/1rem auto no-repeat;cursor:pointer;width:1rem;height:1rem;border:0;opacity:.5;box-sizing:content-box;transition:opacity .3s}.modal__close:hover{opacity:.8}.modal__title{font-family:var(--secondary-font-family);font-size:1.5625rem;line-height:2rem;font-weight:500;margin:0;text-align:center}@media(min-width:576px){.modal__title{font-size:2rem;line-height:2rem;font-weight:500}}.modal__body{overflow-y:auto;position:relative;flex:1 1 auto;padding:0 1.125rem}@media(min-width:576px){.modal__body{padding:0 1.6875rem}}@media(min-width:992px){.modal__desc{font-size:1.125rem}}.modal__desc{color:var(--gray-1);margin-bottom:1.5rem;text-align:center}.modal__desc a{text-decoration:underline}.modal__footer{flex-shrink:0;padding:1.5rem 1.125rem;text-align:center}.modal-dialog{transform:translateY(-3.125rem);transition:transform .3s ease-out;display:flex;align-items:center;min-height:calc(100% - 1.25rem);height:calc(100% - 1.25rem);position:relative;width:auto;margin:.625rem;pointer-events:none}@media(min-width:576px){.modal-dialog{max-width:27.5rem;margin-right:auto;margin-left:auto}}.modal.show .modal-dialog{transform:none}.modal-backdrop{position:fixed;top:0;left:0;z-index:1045;width:100vw;height:100vh;background-color:rgba(var(--black-rgb),.5)}.modal-backdrop.fade{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.modal-backdrop.show{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cookie-notice{position:fixed;inset:auto 1rem 1rem;background:var(--gray-2);color:var(--white);border-radius:1rem;padding:1rem;z-index:9999;display:none}@media(min-width:576px){.cookie-notice{inset:auto auto 1rem 1rem;max-width:31.25rem}}.cookie-notice__content{max-width:75rem;margin:0 auto;display:flex;gap:1rem;align-items:center;flex-direction:column}@media(min-width:576px){.cookie-notice__content{flex-direction:row;justify-content:space-between}}.cookie-notice p{margin:0;font-size:.875rem;line-height:1.125rem}.cookie-notice p a{color:var(--primary-color);text-decoration:underline}
