@import url(https://fonts.googleapis.com/css?family=Nunito:regular,500,600,700,800,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600&display=swap);.footer__link,.item-contacts__caption,.menu__link{transition:color .4s ease;position:relative}.footer__link::after,.item-contacts__caption::after,.menu__link::after{position:absolute;content:"";width:0;height:.0625rem;bottom:0;left:50%;transition:width .4s ease,left .4s ease}:root{--white:#fff;--white-primary:#fcfcfc;--white-light:#f2f7ff;--blue-light:#d0d6f8;--blue:#6777ef;--blue-light-dark:#25396f;--blue-dark:#192649;--grey-light:#d2d2d2;--grey:#7c7c7c;--black:#000;--button-border-radius:0.5rem}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:375px}body{color:var(--grey);line-height:1;font-family:Nunito,sans-serif;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Nunito,sans-serif;font-size:inherit;line-height:inherit;color:inherit;background-color:transparent}input,textarea{width:100%}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}img{max-width:100%}body{color:var(--grey);font-family:Nunito,sans-serif;line-height:1.4;background-color:var(--white-primary)}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper > main{flex:1 1 auto}.wrapper > *{min-width:0}[class*=__container]{max-width:75.5rem;margin:0 auto;padding:0 1.5rem}.menu__list{display:flex;align-items:center;justify-content:center}.menu__link{line-height:1.5;-webkit-tap-highlight-color:transparent}.menu__link::after{background-color:var(--blue)}.menu__lang,.menu__link{color:var(--blue-dark);font-weight:500}.menu__lang{width:3rem;display:grid;place-items:center;line-height:1.25;transition:background-color .3s ease,color .3s ease}.icon-menu{display:none}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}.button{-webkit-tap-highlight-color:transparent;display:block;border-radius:.55rem;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.5) 0,rgba(255,255,255,.3) 100%);padding:.0625rem;box-shadow:0 .0625rem 0 0 rgba(0,0,0,.05),0 .25rem .25rem 0 rgba(0,0,0,.05),0 .625rem .625rem 0 rgba(0,0,0,.1);max-width:-webkit-max-content;max-width:max-content;width:100%;transition:all .3s ease}.button__wrapper{color:var(--black);display:grid;place-items:center;overflow:hidden;font-size:1.25rem;border-radius:var(--button-border-radius);overflow:hidden;padding:.5rem 2.5rem;background:linear-gradient(180deg,rgba(255,255,255,.5) 0,rgba(255,255,255,.25) 100%);min-height:2.75rem;transition:all .3s ease}.title{color:var(--blue-dark);text-align:center;font-weight:700;line-height:1.2;letter-spacing:-.0975rem}.title span{color:var(--grey)}h1{color:var(--blue-dark);font-weight:700;line-height:1;text-transform:uppercase}.text{color:var(--blue-light-dark);font-weight:500;line-height:1.3}.title-decoration{position:relative}.title-decoration::before{content:"";position:absolute;height:.0625rem;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:13.75rem;margin-inline:auto;flex-shrink:0;border-radius:.625rem;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%)}.subtitle{font-weight:700;line-height:1.2;letter-spacing:-.1rem}.subtitle--white{color:var(--white-primary)}.subtitle--white span{color:var(--blue-light)}.actions{-webkit-tap-highlight-color:transparent;position:fixed;display:grid;z-index:12;cursor:pointer}.binotel,.message{background-color:var(--blue);border:.1875rem solid #4655c7;color:var(--white);border-radius:50%;display:grid;place-items:center;text-align:center;font-family:Inter,sans-serif;font-size:.5rem;letter-spacing:-.01rem;transition:background-color .3s ease}.binotel{padding:.25rem;position:relative}.binotel.dropdown-open{background-color:var(--blue-light-dark)}.binotel__socials{position:absolute;width:100%;height:100%;top:0;left:0}.binotel__socials .socials-list__item{position:absolute;top:20%;left:20%;transition:all .6s ease;z-index:-1}.dropdown-open .binotel__socials .socials-list__item:nth-child(1){-webkit-transform:translateY(-180%);transform:translateY(-180%)}.dropdown-open .binotel__socials .socials-list__item:nth-child(2){-webkit-transform:translate(-130%,-130%);transform:translate(-130%,-130%)}.dropdown-open .binotel__socials .socials-list__item:nth-child(3){-webkit-transform:translate(-180%);transform:translate(-180%)}.message{padding:.75rem}.message svg{max-width:100%;height:100%;-webkit-animation:rotateMessage 1.5s ease infinite alternate;animation:rotateMessage 1.5s ease infinite alternate}@-webkit-keyframes rotateMessage{50%{-webkit-transform:rotate(5deg) scale(1.1);transform:rotate(5deg) scale(1.1)}}@keyframes rotateMessage{50%{-webkit-transform:rotate(5deg) scale(1.1);transform:rotate(5deg) scale(1.1)}}.lang{-webkit-tap-highlight-color:transparent;cursor:pointer}.lang.dropdown-open .lang__wrapper{opacity:1;visibility:visible;pointer-events:all}.lang__current{color:inherit}.lang__wrapper{opacity:0;pointer-events:none;visibility:hidden;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;overflow:hidden;transition:all .3s ease}.lang__list{min-width:2.9375rem;display:grid;padding:.625rem 0;text-align:center}.lang__link{padding:.25rem .25rem;width:100%;transition:background-color .3s ease,color .3s ease}.header{position:sticky;top:0;left:0;width:100%;z-index:10;background-color:var(--white-light)}.header__container{padding-top:.3125rem;padding-bottom:.3125rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;min-height:6.25rem}.header__logos{display:flex;align-items:center}.header__logos > :first-child{flex-grow:0;flex-shrink:0}.header__logos > :last-child{flex-grow:0;flex-shrink:0;background-color:var(--white);border-radius:.375rem;overflow:hidden}.footer{color:var(--white);background-color:var(--blue-light-dark)}.footer__container{display:grid}.footer__navigation{display:grid;grid-template-columns:repeat(auto-fit,minmax(14.375rem,1fr));gap:2.5rem}.footer__navigation:not(:last-child){margin-bottom:3rem}.footer__caption{color:var(--white-primary);font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:.05rem;text-transform:uppercase;min-height:3rem}.footer__list{display:grid}.footer__link::after{background-color:var(--white)}.footer__media{display:flex;align-items:center;gap:1.5rem}.footer__media img{height:3rem;max-width:100%}.footer__copy{text-align:center;font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.02rem}.hero{position:relative}.hero::after{content:"";position:absolute;width:100%;height:80%;bottom:0;left:0;background:url(../img/hero/background.webp) 0 0/cover no-repeat;z-index:-1}.hero__container{max-width:62.5rem}.hero__content{text-align:center}.hero__title{max-width:41.875rem;margin-inline:auto}.hero__title:not(:last-child){margin-bottom:1.5rem}.hero__text{text-align:center}.hero__text:not(:last-child){margin-bottom:1.5rem}.hero__button{margin-inline:auto;background-color:#fdfefe;font-size:1.25rem}.hero__image{position:relative}.hero__image img{overflow:hidden}.hero__image::before{content:"";position:absolute;width:102%;height:95%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:1.625rem;background:rgba(114,127,174,.2);box-shadow:0 .25rem 1.3125rem 0 rgba(145,153,204,.2);-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.125rem);z-index:-1}.advantages__title{max-width:40.625rem;margin-inline:auto}.advantages__text{text-align:center;max-width:58.125rem;margin-inline:auto}.advantages__list{display:grid}.item-advantages__icon{flex:0 0 3.125rem;background-color:var(--blue-light-dark);width:3.125rem;height:3.125rem;border-radius:50%;box-shadow:.5rem .5rem 1.4375rem 0 rgba(79,106,251,.3);display:grid;place-items:center}.item-advantages__icon svg{max-width:40%;max-height:40%;color:var(--white)}.item-advantages__title{color:var(--blue-light-dark);font-weight:700;line-height:1.3;letter-spacing:-.0375rem}.possibilities{background-color:var(--white)}.possibilities__text,.possibilities__title{max-width:60rem;margin-inline:auto}.possibilities__text{text-align:center}.possibilities__list{display:grid}.item-possibilities__wrapper{height:100%;border-radius:1rem;padding-top:1.5rem;padding-bottom:1.5rem;background-color:var(--white-primary);display:flex;flex-direction:column}.item-possibilities__description{flex:1 1 auto;color:var(--blue-dark);line-height:1.3;letter-spacing:-.03375rem}.item-possibilities__description span{font-weight:700}.item-possibilities__image{overflow:hidden;border:.0625rem solid rgba(103,119,239,.3);box-shadow:-.0625rem .1875rem .5rem 0 rgba(42,49,105,.2)}.item-possibilities__image img{max-width:100%}.trial{background-color:var(--blue);position:relative}.trial__title{text-align:center}.trial__title:not(:last-child){margin-bottom:1.5rem}.trial__button{margin-inline:auto}.whom__title{color:var(--blue-light-dark)}.whom__list{display:flex;justify-content:center;flex-wrap:wrap;row-gap:2.5rem}.whom__item{flex:1 1 33.33%;min-width:16.875rem}.whom__wrapper{height:100%;display:flex;flex-direction:column;justify-content:flex-start;border-radius:1rem;border:.0625rem solid var(--white-light);background:var(--white-primary);box-shadow:-.0625rem .25rem .6875rem 0 rgba(42,49,105,.2)}.whom__subtitle{color:var(--blue-light-dark);font-weight:700;letter-spacing:-.025rem}.whom__text{letter-spacing:-.02rem;flex:1 1 auto}.whom__decore{height:.0625rem;max-width:13.75rem;width:100%;border-radius:.625rem;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%)}.whom__button{margin-inline:auto}.integration__title{color:var(--blue-light-dark)}.integration__list{display:grid}.integration__item{overflow:hidden;border-radius:1rem;background:var(--white-light)}.item-integration__wrapper{display:flex}.item-integration__content{position:relative;z-index:1}.item-integration__image{position:relative;z-index:1}.item-integration__image::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../img/integration/background.svg) center/contain no-repeat;z-index:-1}.item-integration__text{color:var(--blue-dark)}.item-integration__text span{font-weight:700;display:block}.slide-reviews__wrapper{border-radius:1.25rem;background:var(--white-light);box-shadow:.0625rem .25rem .6875rem 0 rgba(42,49,105,.2);font-family:Inter,sans-serif}.slide-reviews__header{display:flex;align-items:center}.slide-reviews__photo{border-radius:50%;overflow:hidden}.slide-reviews__name{color:var(--blue-dark);font-weight:600;line-height:1.3}.slide-reviews__position{font-weight:500;letter-spacing:-.0225rem}.navigation-reviews{margin-top:2.5rem;display:flex;align-items:center}.navigation-reviews__scrollbar{flex:1 1 auto;width:100%;height:.0625rem;background-color:#e6e9ea}.navigation-reviews__scrollbar .swiper-scrollbar-drag{background-color:var(--blue);border-radius:2.0625rem;height:.1875rem;margin-top:-.0625rem;cursor:-webkit-grab;cursor:grab}.navigation-reviews__buttons{display:flex;align-items:center}.navigation-reviews__button{border:.0625rem solid var(--blue);color:var(--blue);border-radius:50%;overflow:hidden;pointer-events:all;-webkit-tap-highlight-color:transparent;transition:all .3s ease}.navigation-reviews__button:active{box-shadow:inset 0 0 0 .0625rem var(--blue);background-color:var(--white-light)}.navigation-reviews__button.swiper-button-disabled{pointer-events:none!important;background-color:var(--blue)}.navigation-reviews__button.swiper-button-disabled svg{color:var(--white)}.navigation-reviews__button svg{pointer-events:none;width:100%;height:100%;transition:all .3s ease}.navigation-reviews__button--prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.price{position:relative}.price__container{position:relative;z-index:1}.price__title{color:var(--blue-dark);text-align:center;font-family:Inter,sans-serif}.price__title:not(:last-child){margin-bottom:1.5rem}.price__box .advantages-box__wrapper{background:#fff;box-shadow:-.0625rem .25rem .6875rem 0 rgba(42,49,105,.2)}.price__box:not(:last-child){margin-bottom:2.5rem}.price__payment:not(:last-child){margin-bottom:1.5rem}.price__text{color:var(--blue-dark);max-width:40rem;margin-inline:auto;text-align:center}.body-price{padding:2.5rem;border:.0625rem solid rgba(255,255,255,.1);background-color:var(--blue);box-shadow:0 .3125rem .625rem 0 rgba(0,0,0,.1),0 .9375rem 1.875rem 0 rgba(0,0,0,.1),0 1.25rem 2.5rem 0 rgba(0,0,0,.15)}.body-price__title{text-align:center}.body-price__cost{text-align:center;font-family:Inter,sans-serif;color:var(--white-primary);font-size:1rem;line-height:1.25}.body-price__cost span{font-size:3.75rem;font-weight:600;line-height:1.2;display:inline-flex;align-items:center;gap:.25rem}.body-price__cost span mark{color:inherit;font-size:1.875rem;background-color:transparent}.body-price__button{margin-inline:auto}.advantages-box__wrapper{border-radius:1rem;background-color:rgba(252,252,252,.8);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.advantages-box__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr));gap:1.0625rem 2.5rem}.advantages-box__item{display:flex;align-items:center;gap:1.1875rem}.advantages-box__icon{width:1.25rem;height:1.25rem;flex-basis:1.25rem;padding:.25rem;border:.0625rem solid var(--blue);border-radius:50%;color:var(--blue);display:grid;place-items:center}.advantages-box__icon svg{max-width:100%;max-height:100%;margin-bottom:-.125rem}.advantages-box__caption{font-family:Inter,sans-serif;color:#22282b;font-size:1rem;font-style:normal;font-weight:500;letter-spacing:-.02rem}.payment__list{display:flex;align-items:center;justify-content:center}.blog{padding-bottom:1rem}.blog__body{display:grid}.item-blog{font-family:Inter,sans-serif}.item-blog__wrapper{border-radius:1rem;background:rgba(255,255,255,.5);box-shadow:-.0625rem .25rem .6875rem 0 rgba(42,49,105,.2);display:grid;gap:2.5rem}.item-blog__image{border-radius:1.25rem;overflow:hidden;box-shadow:-.0625rem .25rem .6875rem 0 rgba(42,49,105,.2);position:relative}.item-blog__image img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1.001);transform:scale(1.001);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.item-blog__header{font-weight:500;letter-spacing:-.02rem;display:flex;align-items:center;gap:1.25rem;justify-content:space-between}.item-blog__icon{width:1.125rem;height:1.125rem;padding:.125rem;display:inline-grid;place-items:center}.item-blog__icon svg{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;max-width:100%;max-height:100%;color:inherit}.item-blog__content{display:grid;gap:1.5625rem}.item-blog__title{color:var(--blue-dark);font-weight:600;line-height:1.3;letter-spacing:-.045rem;transition:color .3s ease}.item-blog__text{font-weight:500;letter-spacing:-.02rem}.item-blog__link{color:var(--blue);font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;letter-spacing:-.03rem;text-transform:uppercase;display:inline-flex;align-items:center;gap:.125rem}.item-blog__link .item-blog__icon{width:1.25rem;height:1.375rem}.question__title{text-align:center}.question__spollers{display:grid;counter-reset:myCounter;list-style:none}.question__item{color:var(--blue-dark);-webkit-tap-highlight-color:transparent;background-color:#f3f5f6;transition:background-color .3s ease}.question__item:not(:last-child){border-bottom:.0625rem solid #e6e9ea}.question__header{display:flex;align-items:center;gap:.625rem;width:100%;cursor:default;list-style:none;font-weight:600;font-family:Inter,sans-serif;transition:color .3s ease;line-height:1.3}.question__header::-webkit-details-marker,.question__header::marker{display:none}._spoller-init .question__header{cursor:pointer}.question__counter{flex:0 0 15%;letter-spacing:-.0675rem}.question__counter::before{content:"0" counter(myCounter) "";counter-increment:myCounter}.question__caption{flex:1 1 auto;align-self:center;letter-spacing:-.045rem}.question__icon{flex:0 0 15%}._spoller-init .question__icon{position:relative;border-radius:50%;transition:border .3s ease;background-color:var(--white-primary)}._spoller-init .question__icon::after,._spoller-init .question__icon::before{content:"";position:absolute;height:.125rem;top:50%;left:50%;border-radius:.875rem;background-color:var(--blue-dark);transition:background-color .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,background-color .3s ease;transition:transform .3s ease,background-color .3s ease,-webkit-transform .3s ease}._spoller-init .question__icon::before{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}._spoller-init .question__icon::after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}._spoller-active .question__icon::after,._spoller-active .question__icon::before{background-color:var(--blue)}._spoller-active .question__icon::after{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.question__body{padding-left:16%;padding-right:16%}[open].question__item{background-color:var(--blue);color:var(--white-primary)}[open].question__item:not(:last-child){border-bottom:.0625rem solid var(--blue)}.contacts__container{color:var(--blue-light-dark);position:relative;display:grid}.contacts__text{max-width:22.5rem;font-weight:700}.contacts__body{display:flex;justify-content:space-between;flex-wrap:wrap}.contacts__action{display:flex;gap:2.5rem}.contacts__column,.contacts__list{display:grid;gap:1.25rem}.contacts__description{font-size:1.125rem;font-weight:500;letter-spacing:-.0225rem}.contacts__socials{display:flex;gap:1.5rem}.item-contacts__link{display:inline-flex;align-items:center;gap:1rem}.item-contacts__icon{width:1.5rem;height:1.5rem;flex-basis:1.5rem;padding:.0625rem;color:var(--blue)}.item-contacts__icon svg{max-width:100%;max-height:100%}.item-contacts__caption{font-size:1.125rem;font-weight:500;letter-spacing:-.0225rem}.item-contacts__caption::after{background-color:var(--blue)}.socials-list__item{width:2.5rem;height:2.5rem;flex-basis:2.5rem}.socials-list__link{-webkit-tap-highlight-color:transparent;-webkit-transform:scale(1.001);transform:scale(1.001);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.swiper{overflow:hidden}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}@media (min-width:29.99875em){.footer__caption:not(:last-child){margin-bottom:1.6875rem}.advantages__list{margin:0 -.9375rem;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr))}.advantages__item{padding-right:1.5rem}.whom__list{margin:0 -.75rem}.whom__item{padding:0 .75rem}.item-integration__text:not(:last-child){margin-bottom:1.5rem}.price__bg img{position:absolute;width:100%;height:100%;bottom:7%;left:0;-o-object-fit:cover;object-fit:cover}.body-price{border-radius:.625rem;max-width:58.75rem;margin-inline:auto}.body-price__cost:not(:last-child){margin-bottom:1.5rem}.body-price__box:not(:last-child){margin-bottom:1.5rem}.advantages-box__wrapper{margin-inline:auto;max-width:41.25rem;padding:1.125rem 2.5rem}.blog__body{grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.item-blog__image{padding-bottom:67.405797%}.item-blog__header{font-size:1rem}.item-blog__title{font-size:1.5rem}.contacts__text{font-size:1.25rem;line-height:1.2}.contacts__body{gap:2.5rem}.contacts__action{justify-content:space-between}.contacts__column{flex:0 1 45%}}@media (min-width:40.625em){.integration__item{padding:5rem}.integration__item:nth-child(2n+2) .item-integration__wrapper{flex-direction:row-reverse}.item-integration__content{flex-grow:0;flex-shrink:0}.item-integration__image{align-self:center;flex:0 0 16.375rem}}@media (min-width:40.625em) and (min-width:75.5em){.integration__item{padding-left:9.25rem}.integration__item:nth-child(2n+2) .item-integration__wrapper{gap:7.5rem}.item-integration__content{flex-basis:21.25rem}}@media (min-width:46.56125em){.menu__body{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.menu__list{flex-wrap:wrap;row-gap:.25rem;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;margin-right:1rem}.menu__lang{border-top-left-radius:.5rem;border-top-right-radius:.5rem;height:2.375rem}.menu__button .button__wrapper{font-size:1rem;padding-left:1.25rem;padding-right:1.25rem;min-height:2.375rem}.text{letter-spacing:-.0225rem;font-size:1.125rem}.subtitle{font-size:2.5rem}.actions{width:3.1875rem;height:7.875rem;bottom:4rem;right:2.625rem;gap:1.5rem}.binotel,.message{width:3.1875rem;height:3.1875rem}.binotel__socials .socials-list__item{width:1.875rem;height:1.875rem;flex-basis:1.875rem}.lang{z-index:2;position:relative}.lang.dropdown-open{background-color:var(--white)}.lang__wrapper{box-shadow:0 .0625rem 0 0 rgba(0,0,0,.05),0 .25rem .25rem 0 rgba(0,0,0,.05),0 .625rem .625rem 0 rgba(0,0,0,.1);position:absolute;height:-webkit-max-content;height:max-content;right:0;width:-webkit-max-content;width:max-content;top:100%}.lang__list{background-color:var(--white)}.footer{padding-bottom:1.625rem}.footer__media:not(:last-child){margin-bottom:2rem}.hero{padding-top:12.5rem}.hero{padding-bottom:3.875rem}.advantages__list{row-gap:3rem}.advantages__item:nth-child(3n+2){border-left:.0625rem solid var(--grey-light);border-right:.0625rem solid var(--grey-light)}.item-advantages__icon:not(:last-child){margin-bottom:2.5rem}.item-advantages__title:not(:last-child){margin-bottom:1.5rem}.item-advantages__title{font-size:1.25rem}.possibilities__title:not(:last-child){margin-bottom:2rem}.possibilities__list{grid-template-columns:repeat(2,1fr)}.item-possibilities--big{grid-column:span 2}.item-possibilities__wrapper{padding-left:1.5rem}.item-possibilities__wrapper{padding-right:1.5rem}.item-possibilities__description:not(:last-child){margin-bottom:1.25rem}.trial__bg img{position:absolute;width:42%;height:100%;bottom:0;right:0;-o-object-fit:contain;object-fit:contain}.whom__list{margin:0 -1.25rem}.whom__item{padding:0 1.25rem}.whom__wrapper{padding:2.5rem 1.25rem}.whom__subtitle{font-size:1.25rem}.integration__list{gap:2.5rem}.integration__item:nth-child(2n+2) .item-integration__wrapper{justify-content:flex-end}.item-integration__text{font-size:1.125rem;letter-spacing:-.03375rem}.slide-reviews__wrapper{padding:1.75rem 2rem}.slide-reviews__name{letter-spacing:-.045rem;margin-bottom:.3125rem}.price__text:not(:last-child){margin-bottom:2.5rem}.body-price__title:not(:last-child){margin-bottom:1.5rem}.body-price__decoration{height:.0625rem;width:13.75rem;margin-inline:auto;border-radius:.625rem;background:radial-gradient(50% 50% at 50% 50%,rgba(255,255,255,.6) 0,rgba(0,0,0,0) 100%)}.body-price__decoration:not(:last-child){margin-bottom:1.5rem}.payment__list{gap:2.5rem}.payment__item img{max-height:2.8125rem}.blog__body{gap:5rem 2.5rem}.item-blog__wrapper{padding:1.25rem}.question__title:not(:last-child){margin-bottom:2.5rem}.question__item{padding:2.5rem}.question__body{padding-top:1.375rem}.contacts__container{gap:2rem}.contacts__action{flex:0 0 62%}.contacts__socials{flex:0 0 auto;align-self:flex-end}}@media (min-width:46.56125em) and (min-width:75.5em){.possibilities__list{-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}}@media (min-width:61.99875em){.title{font-size:3.25rem}h1{font-size:3.75rem}.contacts__bg img{position:absolute;width:32%;height:110%;right:-7%;bottom:1.375rem;-o-object-fit:contain;object-fit:contain;z-index:-1}}@media (min-width:75.5em){.title-decoration{padding-bottom:2rem}.header__logos{gap:1.5rem}.header__logos > :first-child{flex-basis:5rem}.header__logos > :first-child img{width:5rem}.header__logos > :first-child img{height:5rem}.header__logos > :last-child{flex-basis:6.375rem}.header__logos > :last-child img{width:6.375rem}.header__logos > :last-child img{height:3rem}.footer{padding-top:5rem}.footer{padding-bottom:5rem}.footer__list{gap:.8125rem}.hero__content:not(:last-child){margin-bottom:3rem}.hero__image img{border-radius:1.125rem}.advantages{padding-top:5rem}.advantages{padding-bottom:5rem}.advantages__title:not(:last-child){margin-bottom:2rem}.advantages__text:not(:last-child){margin-bottom:3rem}.advantages__item{min-height:20rem}.advantages__item{padding-left:1.5rem}.possibilities{padding-top:5rem}.possibilities{padding-bottom:5rem}.possibilities__text:not(:last-child){margin-bottom:5rem}.possibilities__list{row-gap:5rem}.item-possibilities__description{font-size:1.125rem}.item-possibilities__image{border-radius:.75rem}.trial{padding-top:5rem}.trial{padding-bottom:5rem}.whom{padding-top:5rem}.whom{padding-bottom:5rem}.whom__title:not(:last-child){margin-bottom:3rem}.whom__list:not(:last-child){margin-bottom:5rem}.whom__item{min-height:22.5rem}.whom__wrapper{gap:1.5rem}.integration{padding-top:5rem}.integration{padding-bottom:5rem}.integration__title:not(:last-child){margin-bottom:3rem}.item-integration__wrapper{gap:12.5rem}.item-integration__image::before{width:32.0625rem}.item-integration__image::before{height:32.0625rem}.reviews{padding-top:6.25rem}.reviews{padding-bottom:6.25rem}.reviews__title:not(:last-child){margin-bottom:3rem}.slide-reviews__header{gap:1.75rem}.slide-reviews__header:not(:last-child){margin-bottom:2.1875rem}.slide-reviews__photo{flex-basis:3.875rem}.slide-reviews__photo{width:3.875rem}.slide-reviews__photo{height:3.875rem}.slide-reviews__name{font-size:1.5rem}.slide-reviews__position{font-size:1.125rem}.navigation-reviews{gap:2.5rem}.navigation-reviews__buttons{gap:1.875rem}.navigation-reviews__button{width:3.125rem}.navigation-reviews__button{height:3.125rem}.navigation-reviews__button{flex-basis:3.125rem}.navigation-reviews__button{padding:.75rem}.price{padding-top:5rem}.price{padding-bottom:5rem}.price__body:not(:last-child){margin-bottom:3.9375rem}.blog{padding-top:5rem}.blog__title:not(:last-child){margin-bottom:3rem}.question{padding-top:5rem}.question{padding-bottom:5rem}.question__counter{font-size:2.25rem}.question__caption{font-size:1.5rem}._spoller-init .question__icon{width:3rem}._spoller-init .question__icon{height:3rem}._spoller-init .question__icon{flex-basis:3rem}._spoller-init .question__icon::after,._spoller-init .question__icon::before{width:1.125rem}.contacts{padding-top:5rem}.contacts{padding-bottom:5rem}}@media (max-width:61.99875em){.header__logos > :first-child{flex-basis:3.75rem}.header__logos > :first-child img{width:3.75rem}.header__logos > :first-child img{height:3.75rem}.header__logos > :last-child{flex-basis:8.0625rem}.header__logos > :last-child img{width:8.0625rem}.header__logos > :last-child img{height:3.75rem}.contacts__bg{display:none}}@media (max-width:46.56125em){.menu__body{position:fixed;width:100%;height:100%;left:-100%;top:0;overflow:auto;padding-left:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;background-color:var(--blue-light-dark);transition:left .3s}.menu__body::before{content:"";position:fixed;width:100%;height:4.375rem;left:-100%;top:0;transition:left .3s;z-index:2}.menu-open .menu__body{left:0}.menu-open .menu__body::before{left:0}.menu__list{flex-direction:column}.menu__lang,.menu__link{color:var(--white);font-weight:700;line-height:1.2;letter-spacing:-.1rem}.menu__button,.menu__lang{margin-inline:auto}.icon-menu{display:block;position:relative;-webkit-tap-highlight-color:transparent;width:2.0625rem;height:1.5rem;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all .3s ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:var(--blue-dark);border-radius:.625rem}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu::after,.menu-open .icon-menu::before{background-color:var(--white)}.menu-open .icon-menu span{-webkit-transform:scale(0);transform:scale(0)}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.text{font-size:1rem;letter-spacing:.02rem}.actions{width:3.9375rem;height:9.75rem;bottom:6.5625rem;right:1rem;gap:1.875rem}.binotel,.message{width:3.9375rem;height:3.9375rem}.lang{padding:.0625rem;width:-webkit-max-content;width:max-content;border-radius:.5rem;overflow:hidden;text-align:center}.lang.dropdown-open{transition:all .3s ease;background:linear-gradient(240deg,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 70%)}.lang__current{padding-top:.5rem;width:100%;background-color:var(--blue-light-dark);border-top-left-radius:.5rem;border-top-right-radius:.5rem}.lang__wrapper{max-height:0;overflow:hidden;transition:max-height .4s linear;padding:.375rem;width:100%;background-color:var(--blue-light-dark);border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.dropdown-open .lang__wrapper{max-height:21.875rem;opacity:1}.footer{padding-bottom:2.5rem}.footer__media:not(:last-child){margin-bottom:2.5rem}.hero__image::before{opacity:.8}.hero__image{margin:0 -.75rem}.advantages__list{row-gap:1.5rem}.advantages__item:nth-child(2n+1){border-left:.0625rem solid var(--grey-light)}.advantages__item:nth-child(2n+2){border-left:.0625rem solid var(--grey-light);border-right:.0625rem solid var(--grey-light)}.item-advantages__title{font-size:1.125rem}.possibilities__text:not(:last-child){margin-bottom:2.5rem}.possibilities__list{row-gap:1.5rem}.item-possibilities__description:not(:last-child){margin-bottom:1.5rem}.trial__bg{display:none}.whom__list:not(:last-child){margin-bottom:2.5rem}.whom__wrapper{gap:1rem}.whom__wrapper{padding:1.5rem 1rem}.whom__subtitle{font-size:1.125rem}.integration__title:not(:last-child){margin-bottom:2.5rem}.item-integration__wrapper{gap:2.625rem}.item-integration__wrapper{justify-content:center}.item-integration__image::before{width:21.625rem}.item-integration__image::before{height:21.625rem}.item-integration__text{font-size:1rem;letter-spacing:-.03rem}.reviews__title:not(:last-child){margin-bottom:2.5rem}.slide-reviews__wrapper{padding:1rem}.slide-reviews__header{gap:.75rem}.slide-reviews__photo{flex-basis:3rem}.slide-reviews__photo{width:3rem}.slide-reviews__photo{height:3rem}.slide-reviews__name{letter-spacing:-.03rem}.navigation-reviews{gap:1rem}.navigation-reviews__buttons{gap:1rem}.navigation-reviews__button{width:2.5rem}.navigation-reviews__button{height:2.5rem}.navigation-reviews__button{flex-basis:2.5rem}.body-price__decoration{display:none}.blog__body{gap:2.5rem}.item-blog__wrapper{padding:1rem}.question__item{padding:1rem}.question__body{padding-top:1rem}.contacts__container{gap:2.5rem}.contacts__action{flex:1 1 100%}.contacts__socials{flex:1 1 100%}}@media (max-width:46.56125em) and (max-width:23.4375em){.menu__body{padding-top:6.25rem}.menu__body > :not(:last-child){margin-bottom:1rem}.menu__list{gap:1rem}.menu__lang,.menu__link{font-size:1.5rem}}@media (max-width:46.56125em) and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:40.625em){.integration__item{padding:2.5rem 1rem}.item-integration__wrapper{flex-direction:column;align-items:center;text-align:center}.item-integration__button{margin-inline:auto}}@media (max-width:29.99875em){.footer__media{order:-1}.advantages__list{row-gap:2.5rem}.advantages__item:nth-child(2n+2){border-right:0}.possibilities__text{margin:0 -.3125rem}.item-integration__text:not(:last-child){margin-bottom:2.8125rem}.price__bg{display:none}.body-price__cost:not(:last-child){margin-bottom:2.5rem}.body-price__box:not(:last-child){margin-bottom:2.5rem}.advantages-box__wrapper{padding:1rem}.item-blog__image{margin:-1rem -1rem 0 -1rem;padding-bottom:120%}.item-blog__header{font-size:.875rem}.item-blog__title{font-size:1.25rem;letter-spacing:-.0375rem}.contacts__text{font-size:1.125rem;line-height:1.33}.contacts__body{gap:1.5rem}.contacts__action{flex-direction:column}.contacts__column{flex:1 1 100%}}@media (max-width:29.99875em) and (max-width:29.99875em){.body-price{margin:0 -1.875rem}}@media (max-width:23.4375em){.title{font-size:1.75rem}h1{font-size:2rem}.title-decoration{padding-bottom:1.5rem}.subtitle{font-size:2rem}.header__logos{gap:1rem}.footer{padding-top:2.5rem}.footer{padding-bottom:2.5rem}.footer__list{gap:.5rem}.hero{padding-top:6.25rem}.hero{padding-bottom:2.8125rem}.hero__content:not(:last-child){margin-bottom:2.5rem}.hero__image img{border-radius:.4375rem}.advantages{padding-top:2.5rem}.advantages{padding-bottom:2.5rem}.advantages__title:not(:last-child){margin-bottom:1.5rem}.advantages__text:not(:last-child){margin-bottom:2.5rem}.advantages__item{padding-left:1rem}.item-advantages__icon:not(:last-child){margin-bottom:1.5rem}.item-advantages__title:not(:last-child){margin-bottom:1rem}.possibilities{padding-top:2.5rem}.possibilities{padding-bottom:2.5rem}.possibilities__title:not(:last-child){margin-bottom:1.5rem}.item-possibilities__wrapper{padding-left:1rem}.item-possibilities__wrapper{padding-right:1rem}.item-possibilities__description{font-size:.875rem}.item-possibilities__image{border-radius:.1875rem}.trial{padding-top:2.5rem}.trial{padding-bottom:2.5rem}.whom{padding-top:2.5rem}.whom{padding-bottom:2.5rem}.whom__title:not(:last-child){margin-bottom:1.5rem}.integration{padding-top:2.5rem}.integration{padding-bottom:2.5rem}.integration__list{gap:1.5rem}.reviews{padding-top:2.5rem}.reviews{padding-bottom:2.5rem}.slide-reviews__header:not(:last-child){margin-bottom:1rem}.slide-reviews__name{font-size:1rem}.slide-reviews__position{font-size:.875rem}.navigation-reviews__button{padding:.5rem}.price{padding-top:2.5rem}.price{padding-bottom:2.5rem}.price__body:not(:last-child){margin-bottom:2.5rem}.price__text:not(:last-child){margin-bottom:1.5rem}.body-price__title:not(:last-child){margin-bottom:1rem}.payment__list{gap:1.5rem}.payment__item img{max-height:1.5rem}.blog{padding-top:2.5rem}.blog__title:not(:last-child){margin-bottom:1.5rem}.question{padding-top:2.5rem}.question{padding-bottom:2.5rem}.question__title:not(:last-child){margin-bottom:1.5rem}.question__counter{font-size:1.25rem}.question__caption{font-size:1.125rem}._spoller-init .question__icon{width:2rem}._spoller-init .question__icon{height:2rem}._spoller-init .question__icon{flex-basis:2rem}._spoller-init .question__icon::after,._spoller-init .question__icon::before{width:.75rem}.contacts{padding-top:2.5rem}.contacts{padding-bottom:2.5rem}}@media (max-width:46.56125em) and (min-width:46.56125em){.menu__body{padding-top:14.4375rem}.menu__lang,.menu__link{font-size:2.5rem}}@media (max-width:46.56125em) and (min-width:23.4375em) and (max-width:46.56125em){@supports (padding-top:clamp(6.25rem ,-2.0485904643rem + 35.4073193146vw ,14.4375rem)){.menu__body{padding-top:clamp(6.25rem ,-2.0485904643rem + 35.4073193146vw ,14.4375rem)}}@supports not (padding-top:clamp(6.25rem ,-2.0485904643rem + 35.4073193146vw ,14.4375rem)){.menu__body{padding-top:calc(6.25rem + 8.1875 * (100vw - 23.4375rem)/ 23.12375)}}@supports (font-size:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.menu__lang,.menu__link{font-size:clamp(1.5rem ,.486431699rem + 4.3245580842vw ,2.5rem)}}@supports not (font-size:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.menu__lang,.menu__link{font-size:calc(1.5rem + 1 * (100vw - 23.4375rem)/ 23.12375)}}}@media (max-width:46.56125em) and (min-width:75.5em){.menu__body > :not(:last-child){margin-bottom:2rem}.menu__list{gap:2rem}}@media (max-width:46.56125em) and (min-width:23.4375em) and (max-width:75.5em){@supports (margin-bottom:clamp(1rem ,0.549819928rem + 1.9207683073vw ,2rem)){.menu__body > :not(:last-child){margin-bottom:clamp(1rem ,.549819928rem + 1.9207683073vw ,2rem)}}@supports not (margin-bottom:clamp(1rem ,0.549819928rem + 1.9207683073vw ,2rem)){.menu__body > :not(:last-child){margin-bottom:calc(1rem + 1 * (100vw - 23.4375rem)/ 52.0625)}}@supports (gap:clamp(1rem ,0.549819928rem + 1.9207683073vw ,2rem)){.menu__list{gap:clamp(1rem ,.549819928rem + 1.9207683073vw ,2rem)}}@supports not (gap:clamp(1rem ,0.549819928rem + 1.9207683073vw ,2rem)){.menu__list{gap:calc(1rem + 1 * (100vw - 23.4375rem)/ 52.0625)}}}@media (min-width:23.4375em) and (max-width:61.99875em){@supports (font-size:clamp(1.75rem ,0.8383010795rem + 3.8899153943vw ,3.25rem)){.title{font-size:clamp(1.75rem ,.8383010795rem + 3.8899153943vw ,3.25rem)}}@supports not (font-size:clamp(1.75rem ,0.8383010795rem + 3.8899153943vw ,3.25rem)){.title{font-size:calc(1.75rem + 1.5 * (100vw - 23.4375rem)/ 38.56125)}}@supports (font-size:clamp(2rem ,0.9363512594rem + 4.5382346267vw ,3.75rem)){h1{font-size:clamp(2rem ,.9363512594rem + 4.5382346267vw ,3.75rem)}}@supports not (font-size:clamp(2rem ,0.9363512594rem + 4.5382346267vw ,3.75rem)){h1{font-size:calc(2rem + 1.75 * (100vw - 23.4375rem)/ 38.56125)}}}@media (min-width:23.4375em) and (max-width:75.5em){@supports (padding-bottom:clamp(1.5rem ,1.274909964rem + 0.9603841537vw ,2rem)){.title-decoration{padding-bottom:clamp(1.5rem ,1.274909964rem + .9603841537vw ,2rem)}}@supports not (padding-bottom:clamp(1.5rem ,1.274909964rem + 0.9603841537vw ,2rem)){.title-decoration{padding-bottom:calc(1.5rem + .5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (gap:clamp(1rem ,0.774909964rem + 0.9603841537vw ,1.5rem)){.header__logos{gap:clamp(1rem ,.774909964rem + .9603841537vw ,1.5rem)}}@supports not (gap:clamp(1rem ,0.774909964rem + 0.9603841537vw ,1.5rem)){.header__logos{gap:calc(1rem + .5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.footer{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.footer{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.footer{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.footer{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (gap:clamp(0.5rem ,0.3593187275rem + 0.600240096vw ,0.8125rem)){.footer__list{gap:clamp(.5rem ,.3593187275rem + .600240096vw ,.8125rem)}}@supports not (gap:clamp(0.5rem ,0.3593187275rem + 0.600240096vw ,0.8125rem)){.footer__list{gap:calc(.5rem + .3125 * (100vw - 23.4375rem)/ 52.0625)}}@supports (margin-bottom:clamp(2.5rem ,2.274909964rem + 0.9603841537vw ,3rem)){.hero__content:not(:last-child){margin-bottom:clamp(2.5rem ,2.274909964rem + .9603841537vw ,3rem)}}@supports not (margin-bottom:clamp(2.5rem ,2.274909964rem + 0.9603841537vw ,3rem)){.hero__content:not(:last-child){margin-bottom:calc(2.5rem + .5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (border-radius:clamp(0.4375rem ,0.1280012005rem + 1.3205282113vw ,1.125rem)){.hero__image img{border-radius:clamp(.4375rem ,.1280012005rem + 1.3205282113vw ,1.125rem)}}@supports not (border-radius:clamp(0.4375rem ,0.1280012005rem + 1.3205282113vw ,1.125rem)){.hero__image img{border-radius:calc(.4375rem + .6875 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.advantages{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.advantages{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.advantages{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.advantages{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (margin-bottom:clamp(1.5rem ,1.274909964rem + 0.9603841537vw ,2rem)){.advantages__title:not(:last-child){margin-bottom:clamp(1.5rem ,1.274909964rem + .9603841537vw ,2rem)}}@supports not (margin-bottom:clamp(1.5rem ,1.274909964rem + 0.9603841537vw ,2rem)){.advantages__title:not(:last-child){margin-bottom:calc(1.5rem + .5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (margin-bottom:clamp(2.5rem ,2.274909964rem + 0.9603841537vw ,3rem)){.advantages__text:not(:last-child){margin-bottom:clamp(2.5rem ,2.274909964rem + .9603841537vw ,3rem)}}@supports not (margin-bottom:clamp(2.5rem ,2.274909964rem + 0.9603841537vw ,3rem)){.advantages__text:not(:last-child){margin-bottom:calc(2.5rem + .5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-left:clamp(1rem ,0.774909964rem + 0.9603841537vw ,1.5rem)){.advantages__item{padding-left:clamp(1rem ,.774909964rem + .9603841537vw ,1.5rem)}}@supports not (padding-left:clamp(1rem ,0.774909964rem + 0.9603841537vw ,1.5rem)){.advantages__item{padding-left:calc(1rem + .5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.possibilities{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.possibilities{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.possibilities{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.possibilities{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (font-size:clamp(0.875rem ,0.762454982rem + 0.4801920768vw ,1.125rem)){.item-possibilities__description{font-size:clamp(.875rem ,.762454982rem + .4801920768vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.762454982rem + 0.4801920768vw ,1.125rem)){.item-possibilities__description{font-size:calc(.875rem + .25 * (100vw - 23.4375rem)/ 52.0625)}}@supports (border-radius:clamp(0.1875rem ,-0.0657262905rem + 1.0804321729vw ,0.75rem)){.item-possibilities__image{border-radius:clamp(.1875rem ,-.0657262905rem + 1.0804321729vw ,.75rem)}}@supports not (border-radius:clamp(0.1875rem ,-0.0657262905rem + 1.0804321729vw ,0.75rem)){.item-possibilities__image{border-radius:calc(.1875rem + .5625 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.trial{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.trial{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.trial{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.trial{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.whom{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.whom{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.whom{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.whom{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (margin-bottom:clamp(1.5rem ,0.824729892rem + 2.881152461vw ,3rem)){.whom__title:not(:last-child){margin-bottom:clamp(1.5rem ,.824729892rem + 2.881152461vw ,3rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.824729892rem + 2.881152461vw ,3rem)){.whom__title:not(:last-child){margin-bottom:calc(1.5rem + 1.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.integration{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.integration{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.integration{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.integration{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,0.8118247299rem + 7.2028811525vw ,6.25rem)){.reviews{padding-top:clamp(2.5rem ,.8118247299rem + 7.2028811525vw ,6.25rem)}}@supports not (padding-top:clamp(2.5rem ,0.8118247299rem + 7.2028811525vw ,6.25rem)){.reviews{padding-top:calc(2.5rem + 3.75 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,0.8118247299rem + 7.2028811525vw ,6.25rem)){.reviews{padding-bottom:clamp(2.5rem ,.8118247299rem + 7.2028811525vw ,6.25rem)}}@supports not (padding-bottom:clamp(2.5rem ,0.8118247299rem + 7.2028811525vw ,6.25rem)){.reviews{padding-bottom:calc(2.5rem + 3.75 * (100vw - 23.4375rem)/ 52.0625)}}@supports (margin-bottom:clamp(1rem ,0.4654111645rem + 2.2809123649vw ,2.1875rem)){.slide-reviews__header:not(:last-child){margin-bottom:clamp(1rem ,.4654111645rem + 2.2809123649vw ,2.1875rem)}}@supports not (margin-bottom:clamp(1rem ,0.4654111645rem + 2.2809123649vw ,2.1875rem)){.slide-reviews__header:not(:last-child){margin-bottom:calc(1rem + 1.1875 * (100vw - 23.4375rem)/ 52.0625)}}@supports (font-size:clamp(1rem ,0.774909964rem + 0.9603841537vw ,1.5rem)){.slide-reviews__name{font-size:clamp(1rem ,.774909964rem + .9603841537vw ,1.5rem)}}@supports not (font-size:clamp(1rem ,0.774909964rem + 0.9603841537vw ,1.5rem)){.slide-reviews__name{font-size:calc(1rem + .5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (font-size:clamp(0.875rem ,0.762454982rem + 0.4801920768vw ,1.125rem)){.slide-reviews__position{font-size:clamp(.875rem ,.762454982rem + .4801920768vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.762454982rem + 0.4801920768vw ,1.125rem)){.slide-reviews__position{font-size:calc(.875rem + .25 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding:clamp(0.5rem ,0.387454982rem + 0.4801920768vw ,0.75rem)){.navigation-reviews__button{padding:clamp(.5rem ,.387454982rem + .4801920768vw ,.75rem)}}@supports not (padding:clamp(0.5rem ,0.387454982rem + 0.4801920768vw ,0.75rem)){.navigation-reviews__button{padding:calc(.5rem + .25 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.price{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.price{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.price{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.price{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (margin-bottom:clamp(2.5rem ,1.8528661465rem + 2.7611044418vw ,3.9375rem)){.price__body:not(:last-child){margin-bottom:clamp(2.5rem ,1.8528661465rem + 2.7611044418vw ,3.9375rem)}}@supports not (margin-bottom:clamp(2.5rem ,1.8528661465rem + 2.7611044418vw ,3.9375rem)){.price__body:not(:last-child){margin-bottom:calc(2.5rem + 1.4375 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.blog{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.blog{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (margin-bottom:clamp(1.5rem ,0.824729892rem + 2.881152461vw ,3rem)){.blog__title:not(:last-child){margin-bottom:clamp(1.5rem ,.824729892rem + 2.881152461vw ,3rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.824729892rem + 2.881152461vw ,3rem)){.blog__title:not(:last-child){margin-bottom:calc(1.5rem + 1.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.question{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.question{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.question{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.question{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (font-size:clamp(1.25rem ,0.799819928rem + 1.9207683073vw ,2.25rem)){.question__counter{font-size:clamp(1.25rem ,.799819928rem + 1.9207683073vw ,2.25rem)}}@supports not (font-size:clamp(1.25rem ,0.799819928rem + 1.9207683073vw ,2.25rem)){.question__counter{font-size:calc(1.25rem + 1 * (100vw - 23.4375rem)/ 52.0625)}}@supports (font-size:clamp(1.125rem ,0.956182473rem + 0.7202881152vw ,1.5rem)){.question__caption{font-size:clamp(1.125rem ,.956182473rem + .7202881152vw ,1.5rem)}}@supports not (font-size:clamp(1.125rem ,0.956182473rem + 0.7202881152vw ,1.5rem)){.question__caption{font-size:calc(1.125rem + .375 * (100vw - 23.4375rem)/ 52.0625)}}@supports (width:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)){._spoller-init .question__icon{width:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)}}@supports not (width:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)){._spoller-init .question__icon{width:calc(2rem + 1 * (100vw - 23.4375rem)/ 52.0625)}}@supports (height:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)){._spoller-init .question__icon{height:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)}}@supports not (height:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)){._spoller-init .question__icon{height:calc(2rem + 1 * (100vw - 23.4375rem)/ 52.0625)}}@supports (flex-basis:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)){._spoller-init .question__icon{flex-basis:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)}}@supports not (flex-basis:clamp(2rem ,1.549819928rem + 1.9207683073vw ,3rem)){._spoller-init .question__icon{flex-basis:calc(2rem + 1 * (100vw - 23.4375rem)/ 52.0625)}}@supports (width:clamp(0.75rem ,0.581182473rem + 0.7202881152vw ,1.125rem)){._spoller-init .question__icon::after,._spoller-init .question__icon::before{width:clamp(.75rem ,.581182473rem + .7202881152vw ,1.125rem)}}@supports not (width:clamp(0.75rem ,0.581182473rem + 0.7202881152vw ,1.125rem)){._spoller-init .question__icon::after,._spoller-init .question__icon::before{width:calc(.75rem + .375 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.contacts{padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-top:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.contacts{padding-top:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}@supports (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.contacts{padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)}}@supports not (padding-bottom:clamp(2.5rem ,1.3745498199rem + 4.8019207683vw ,5rem)){.contacts{padding-bottom:calc(2.5rem + 2.5 * (100vw - 23.4375rem)/ 52.0625)}}}@media (min-width:23.4375em) and (max-width:46.56125em){@supports (font-size:clamp(2rem ,1.4932158495rem + 2.1622790421vw ,2.5rem)){.subtitle{font-size:clamp(2rem ,1.4932158495rem + 2.1622790421vw ,2.5rem)}}@supports not (font-size:clamp(2rem ,1.4932158495rem + 2.1622790421vw ,2.5rem)){.subtitle{font-size:calc(2rem + .5 * (100vw - 23.4375rem)/ 23.12375)}}@supports (padding-top:clamp(6.25rem ,-0.0848018812rem + 27.0284880264vw ,12.5rem)){.hero{padding-top:clamp(6.25rem ,-.0848018812rem + 27.0284880264vw ,12.5rem)}}@supports not (padding-top:clamp(6.25rem ,-0.0848018812rem + 27.0284880264vw ,12.5rem)){.hero{padding-top:calc(6.25rem + 6.25 * (100vw - 23.4375rem)/ 23.12375)}}@supports (padding-bottom:clamp(2.8125rem ,1.7355836802rem + 4.5948429645vw ,3.875rem)){.hero{padding-bottom:clamp(2.8125rem ,1.7355836802rem + 4.5948429645vw ,3.875rem)}}@supports not (padding-bottom:clamp(2.8125rem ,1.7355836802rem + 4.5948429645vw ,3.875rem)){.hero{padding-bottom:calc(2.8125rem + 1.0625 * (100vw - 23.4375rem)/ 23.12375)}}@supports (margin-bottom:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.item-advantages__icon:not(:last-child){margin-bottom:clamp(1.5rem ,.486431699rem + 4.3245580842vw ,2.5rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.item-advantages__icon:not(:last-child){margin-bottom:calc(1.5rem + 1 * (100vw - 23.4375rem)/ 23.12375)}}@supports (margin-bottom:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.item-advantages__title:not(:last-child){margin-bottom:clamp(1rem ,.4932158495rem + 2.1622790421vw ,1.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.item-advantages__title:not(:last-child){margin-bottom:calc(1rem + .5 * (100vw - 23.4375rem)/ 23.12375)}}@supports (margin-bottom:clamp(1.5rem ,0.9932158495rem + 2.1622790421vw ,2rem)){.possibilities__title:not(:last-child){margin-bottom:clamp(1.5rem ,.9932158495rem + 2.1622790421vw ,2rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.9932158495rem + 2.1622790421vw ,2rem)){.possibilities__title:not(:last-child){margin-bottom:calc(1.5rem + .5 * (100vw - 23.4375rem)/ 23.12375)}}@supports (padding-left:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.item-possibilities__wrapper{padding-left:clamp(1rem ,.4932158495rem + 2.1622790421vw ,1.5rem)}}@supports not (padding-left:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.item-possibilities__wrapper{padding-left:calc(1rem + .5 * (100vw - 23.4375rem)/ 23.12375)}}@supports (padding-right:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.item-possibilities__wrapper{padding-right:clamp(1rem ,.4932158495rem + 2.1622790421vw ,1.5rem)}}@supports not (padding-right:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.item-possibilities__wrapper{padding-right:calc(1rem + .5 * (100vw - 23.4375rem)/ 23.12375)}}@supports (gap:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.integration__list{gap:clamp(1.5rem ,.486431699rem + 4.3245580842vw ,2.5rem)}}@supports not (gap:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.integration__list{gap:calc(1.5rem + 1 * (100vw - 23.4375rem)/ 23.12375)}}@supports (margin-bottom:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.price__text:not(:last-child){margin-bottom:clamp(1.5rem ,.486431699rem + 4.3245580842vw ,2.5rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.price__text:not(:last-child){margin-bottom:calc(1.5rem + 1 * (100vw - 23.4375rem)/ 23.12375)}}@supports (margin-bottom:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.body-price__title:not(:last-child){margin-bottom:clamp(1rem ,.4932158495rem + 2.1622790421vw ,1.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.4932158495rem + 2.1622790421vw ,1.5rem)){.body-price__title:not(:last-child){margin-bottom:calc(1rem + .5 * (100vw - 23.4375rem)/ 23.12375)}}@supports (gap:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.payment__list{gap:clamp(1.5rem ,.486431699rem + 4.3245580842vw ,2.5rem)}}@supports not (gap:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.payment__list{gap:calc(1.5rem + 1 * (100vw - 23.4375rem)/ 23.12375)}}@supports (max-height:clamp(1.5rem ,0.169691605rem + 5.6759824855vw ,2.8125rem)){.payment__item img{max-height:clamp(1.5rem ,.169691605rem + 5.6759824855vw ,2.8125rem)}}@supports not (max-height:clamp(1.5rem ,0.169691605rem + 5.6759824855vw ,2.8125rem)){.payment__item img{max-height:calc(1.5rem + 1.3125 * (100vw - 23.4375rem)/ 23.12375)}}@supports (margin-bottom:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.question__title:not(:last-child){margin-bottom:clamp(1.5rem ,.486431699rem + 4.3245580842vw ,2.5rem)}}@supports not (margin-bottom:clamp(1.5rem ,0.486431699rem + 4.3245580842vw ,2.5rem)){.question__title:not(:last-child){margin-bottom:calc(1.5rem + 1 * (100vw - 23.4375rem)/ 23.12375)}}}@media (min-width:61.99875em) and (max-width:75.5em){@supports (flex-basis:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)){.header__logos > :first-child{flex-basis:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)}}@supports not (flex-basis:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)){.header__logos > :first-child{flex-basis:calc(3.75rem + 1.25 * (100vw - 61.99875rem)/ 13.50125)}}@supports (width:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)){.header__logos > :first-child img{width:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)}}@supports not (width:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)){.header__logos > :first-child img{width:calc(3.75rem + 1.25 * (100vw - 61.99875rem)/ 13.50125)}}@supports (height:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)){.header__logos > :first-child img{height:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)}}@supports not (height:clamp(3.75rem ,-1.9900935099rem + 9.2584019998vw ,5rem)){.header__logos > :first-child img{height:calc(3.75rem + 1.25 * (100vw - 61.99875rem)/ 13.50125)}}@supports (flex-basis:clamp(6.375rem ,15.8116262383rem + -12.4988426998vw ,8.0625rem)){.header__logos > :last-child{flex-basis:clamp(6.375rem ,15.8116262383rem + -12.4988426998vw ,8.0625rem)}}@supports not (flex-basis:clamp(6.375rem ,15.8116262383rem + -12.4988426998vw ,8.0625rem)){.header__logos > :last-child{flex-basis:calc(8.0625rem + -1.6875 * (100vw - 61.99875rem)/ 13.50125)}}@supports (width:clamp(6.375rem ,15.8116262383rem + -12.4988426998vw ,8.0625rem)){.header__logos > :last-child img{width:clamp(6.375rem ,15.8116262383rem + -12.4988426998vw ,8.0625rem)}}@supports not (width:clamp(6.375rem ,15.8116262383rem + -12.4988426998vw ,8.0625rem)){.header__logos > :last-child img{width:calc(8.0625rem + -1.6875 * (100vw - 61.99875rem)/ 13.50125)}}@supports (height:clamp(3rem ,7.1940561059rem + -5.5550411999vw ,3.75rem)){.header__logos > :last-child img{height:clamp(3rem ,7.1940561059rem + -5.5550411999vw ,3.75rem)}}@supports not (height:clamp(3rem ,7.1940561059rem + -5.5550411999vw ,3.75rem)){.header__logos > :last-child img{height:calc(3.75rem + -.75 * (100vw - 61.99875rem)/ 13.50125)}}}@media (min-width:46.56125em) and (max-width:75.5em){@supports (min-height:clamp(18.75rem ,16.7388017796rem + 4.3194678416vw ,20rem)){.advantages__item{min-height:clamp(18.75rem ,16.7388017796rem + 4.3194678416vw ,20rem)}}@supports not (min-height:clamp(18.75rem ,16.7388017796rem + 4.3194678416vw ,20rem)){.advantages__item{min-height:calc(18.75rem + 1.25 * (100vw - 46.56125rem)/ 28.93875)}}@supports (margin-bottom:clamp(2.5rem ,-1.5223964408rem + 8.6389356831vw ,5rem)){.possibilities__text:not(:last-child){margin-bottom:clamp(2.5rem ,-1.5223964408rem + 8.6389356831vw ,5rem)}}@supports not (margin-bottom:clamp(2.5rem ,-1.5223964408rem + 8.6389356831vw ,5rem)){.possibilities__text:not(:last-child){margin-bottom:calc(2.5rem + 2.5 * (100vw - 46.56125rem)/ 28.93875)}}@supports (row-gap:clamp(1.5rem ,-4.1313550171rem + 12.0945099564vw ,5rem)){.possibilities__list{row-gap:clamp(1.5rem ,-4.1313550171rem + 12.0945099564vw ,5rem)}}@supports not (row-gap:clamp(1.5rem ,-4.1313550171rem + 12.0945099564vw ,5rem)){.possibilities__list{row-gap:calc(1.5rem + 3.5 * (100vw - 46.56125rem)/ 28.93875)}}@supports (margin-bottom:clamp(2.5rem ,-1.5223964408rem + 8.6389356831vw ,5rem)){.whom__list:not(:last-child){margin-bottom:clamp(2.5rem ,-1.5223964408rem + 8.6389356831vw ,5rem)}}@supports not (margin-bottom:clamp(2.5rem ,-1.5223964408rem + 8.6389356831vw ,5rem)){.whom__list:not(:last-child){margin-bottom:calc(2.5rem + 2.5 * (100vw - 46.56125rem)/ 28.93875)}}@supports (gap:clamp(1rem ,0.1955207118rem + 1.7277871366vw ,1.5rem)){.whom__wrapper{gap:clamp(1rem ,.1955207118rem + 1.7277871366vw ,1.5rem)}}@supports not (gap:clamp(1rem ,0.1955207118rem + 1.7277871366vw ,1.5rem)){.whom__wrapper{gap:calc(1rem + .5 * (100vw - 46.56125rem)/ 28.93875)}}@supports (margin-bottom:clamp(2.5rem ,1.6955207118rem + 1.7277871366vw ,3rem)){.integration__title:not(:last-child){margin-bottom:clamp(2.5rem ,1.6955207118rem + 1.7277871366vw ,3rem)}}@supports not (margin-bottom:clamp(2.5rem ,1.6955207118rem + 1.7277871366vw ,3rem)){.integration__title:not(:last-child){margin-bottom:calc(2.5rem + .5 * (100vw - 46.56125rem)/ 28.93875)}}@supports (gap:clamp(2.625rem ,-13.263465941rem + 34.1237959483vw ,12.5rem)){.item-integration__wrapper{gap:clamp(2.625rem ,-13.263465941rem + 34.1237959483vw ,12.5rem)}}@supports not (gap:clamp(2.625rem ,-13.263465941rem + 34.1237959483vw ,12.5rem)){.item-integration__wrapper{gap:calc(2.625rem + 9.875 * (100vw - 46.56125rem)/ 28.93875)}}@supports (width:clamp(21.625rem ,4.8314948598rem + 36.067556477vw ,32.0625rem)){.item-integration__image::before{width:clamp(21.625rem ,4.8314948598rem + 36.067556477vw ,32.0625rem)}}@supports not (width:clamp(21.625rem ,4.8314948598rem + 36.067556477vw ,32.0625rem)){.item-integration__image::before{width:calc(21.625rem + 10.4375 * (100vw - 46.56125rem)/ 28.93875)}}@supports (height:clamp(21.625rem ,4.8314948598rem + 36.067556477vw ,32.0625rem)){.item-integration__image::before{height:clamp(21.625rem ,4.8314948598rem + 36.067556477vw ,32.0625rem)}}@supports not (height:clamp(21.625rem ,4.8314948598rem + 36.067556477vw ,32.0625rem)){.item-integration__image::before{height:calc(21.625rem + 10.4375 * (100vw - 46.56125rem)/ 28.93875)}}@supports (margin-bottom:clamp(2.5rem ,1.6955207118rem + 1.7277871366vw ,3rem)){.reviews__title:not(:last-child){margin-bottom:clamp(2.5rem ,1.6955207118rem + 1.7277871366vw ,3rem)}}@supports not (margin-bottom:clamp(2.5rem ,1.6955207118rem + 1.7277871366vw ,3rem)){.reviews__title:not(:last-child){margin-bottom:calc(2.5rem + .5 * (100vw - 46.56125rem)/ 28.93875)}}@supports (gap:clamp(0.75rem ,-0.8589585763rem + 3.4555742732vw ,1.75rem)){.slide-reviews__header{gap:clamp(.75rem ,-.8589585763rem + 3.4555742732vw ,1.75rem)}}@supports not (gap:clamp(0.75rem ,-0.8589585763rem + 3.4555742732vw ,1.75rem)){.slide-reviews__header{gap:calc(.75rem + 1 * (100vw - 46.56125rem)/ 28.93875)}}@supports (flex-basis:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)){.slide-reviews__photo{flex-basis:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)}}@supports not (flex-basis:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)){.slide-reviews__photo{flex-basis:calc(3rem + .875 * (100vw - 46.56125rem)/ 28.93875)}}@supports (width:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)){.slide-reviews__photo{width:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)}}@supports not (width:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)){.slide-reviews__photo{width:calc(3rem + .875 * (100vw - 46.56125rem)/ 28.93875)}}@supports (height:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)){.slide-reviews__photo{height:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)}}@supports not (height:clamp(3rem ,1.5921612457rem + 3.0236274891vw ,3.875rem)){.slide-reviews__photo{height:calc(3rem + .875 * (100vw - 46.56125rem)/ 28.93875)}}@supports (gap:clamp(1rem ,-1.4134378645rem + 5.1833614099vw ,2.5rem)){.navigation-reviews{gap:clamp(1rem ,-1.4134378645rem + 5.1833614099vw ,2.5rem)}}@supports not (gap:clamp(1rem ,-1.4134378645rem + 5.1833614099vw ,2.5rem)){.navigation-reviews{gap:calc(1rem + 1.5 * (100vw - 46.56125rem)/ 28.93875)}}@supports (gap:clamp(1rem ,-0.4078387543rem + 3.0236274891vw ,1.875rem)){.navigation-reviews__buttons{gap:clamp(1rem ,-.4078387543rem + 3.0236274891vw ,1.875rem)}}@supports not (gap:clamp(1rem ,-0.4078387543rem + 3.0236274891vw ,1.875rem)){.navigation-reviews__buttons{gap:calc(1rem + .875 * (100vw - 46.56125rem)/ 28.93875)}}@supports (width:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)){.navigation-reviews__button{width:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)}}@supports not (width:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)){.navigation-reviews__button{width:calc(2.5rem + .625 * (100vw - 46.56125rem)/ 28.93875)}}@supports (height:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)){.navigation-reviews__button{height:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)}}@supports not (height:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)){.navigation-reviews__button{height:calc(2.5rem + .625 * (100vw - 46.56125rem)/ 28.93875)}}@supports (flex-basis:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)){.navigation-reviews__button{flex-basis:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)}}@supports not (flex-basis:clamp(2.5rem ,1.4944008898rem + 2.1597339208vw ,3.125rem)){.navigation-reviews__button{flex-basis:calc(2.5rem + .625 * (100vw - 46.56125rem)/ 28.93875)}}}@media (min-width:46.56125em) and (min-width:46.56125em) and (max-width:75.5em){@supports ((-moz-column-gap:clamp(1.5rem ,-0.1089585763rem + 3.4555742732vw ,2.5rem)) or (column-gap:clamp(1.5rem ,-0.1089585763rem + 3.4555742732vw ,2.5rem))){.possibilities__list{-webkit-column-gap:clamp(1.5rem ,-.1089585763rem + 3.4555742732vw ,2.5rem);-moz-column-gap:clamp(1.5rem ,-.1089585763rem + 3.4555742732vw ,2.5rem);column-gap:clamp(1.5rem ,-.1089585763rem + 3.4555742732vw ,2.5rem)}}@supports not ((-moz-column-gap:clamp(1.5rem ,-0.1089585763rem + 3.4555742732vw ,2.5rem)) or (column-gap:clamp(1.5rem ,-0.1089585763rem + 3.4555742732vw ,2.5rem))){.possibilities__list{-webkit-column-gap:calc(1.5rem + 1 * (100vw - 46.56125rem)/ 28.93875);-moz-column-gap:calc(1.5rem + 1 * (100vw - 46.56125rem)/ 28.93875);column-gap:calc(1.5rem + 1 * (100vw - 46.56125rem)/ 28.93875)}}}@media (min-width:46.56125em) and (max-width:46.56125em){.possibilities__list{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width:29.99875em) and (max-width:61.99875em){.whom__item{max-width:17.5rem}}@media (min-width:29.99875em) and (max-width:75.5em){@supports (min-height:clamp(20.375rem ,18.9739979671rem + 4.6702013681vw ,22.5rem)){.whom__item{min-height:clamp(20.375rem ,18.9739979671rem + 4.6702013681vw ,22.5rem)}}@supports not (min-height:clamp(20.375rem ,18.9739979671rem + 4.6702013681vw ,22.5rem)){.whom__item{min-height:calc(20.375rem + 2.125 * (100vw - 29.99875rem)/ 45.50125)}}}@media (min-width:40.625em) and (min-width:23.4375em) and (max-width:75.5em){@supports (padding-left:clamp(1rem ,-2.7139855942rem + 15.8463385354vw ,9.25rem)){.integration__item{padding-left:clamp(1rem ,-2.7139855942rem + 15.8463385354vw ,9.25rem)}}@supports not (padding-left:clamp(1rem ,-2.7139855942rem + 15.8463385354vw ,9.25rem)){.integration__item{padding-left:calc(1rem + 8.25 * (100vw - 23.4375rem)/ 52.0625)}}}@media (min-width:40.625em) and (max-width:23.4375em){.integration__item{padding-left:1rem}}@media (min-width:40.625em) and (min-width:46.56125em) and (max-width:75.5em){@supports (gap:clamp(2.625rem ,-5.2186730595rem + 16.8459245821vw ,7.5rem)){.integration__item:nth-child(2n+2) .item-integration__wrapper{gap:clamp(2.625rem ,-5.2186730595rem + 16.8459245821vw ,7.5rem)}}@supports not (gap:clamp(2.625rem ,-5.2186730595rem + 16.8459245821vw ,7.5rem)){.integration__item:nth-child(2n+2) .item-integration__wrapper{gap:calc(2.625rem + 4.875 * (100vw - 46.56125rem)/ 28.93875)}}@supports (flex-basis:clamp(17.5rem ,11.4664053389rem + 12.9584035247vw ,21.25rem)){.item-integration__content{flex-basis:clamp(17.5rem ,11.4664053389rem + 12.9584035247vw ,21.25rem)}}@supports not (flex-basis:clamp(17.5rem ,11.4664053389rem + 12.9584035247vw ,21.25rem)){.item-integration__content{flex-basis:calc(17.5rem + 3.75 * (100vw - 46.56125rem)/ 28.93875)}}}@media (min-width:40.625em) and (max-width:46.56125em){.integration__item:nth-child(2n+2) .item-integration__wrapper{gap:2.625rem}.item-integration__content{flex-basis:17.5rem}}@media (min-width:29.99875em) and (max-width:46.56125em){.integration__item{margin:0 -1.5625rem}}@media (any-hover:hover){.footer__link:hover:hover::after,.item-contacts__caption:hover:hover::after,.menu__link:hover:hover::after{width:100%;left:0}.menu__link:hover{color:var(--blue)}.button:hover{box-shadow:0 .0625rem 0 0 rgba(0,0,0,.05),0 .25rem .25rem 0 rgba(0,0,0,.05),0 .625rem .625rem 0 rgba(0,0,0,.1),inset 0 -.3125rem 2.5rem 0 rgba(103,119,239,.3)}.binotel:hover,.message:hover{background-color:var(--blue-light-dark)}.lang__link:hover{color:var(--blue);background-color:var(--white-light)}.footer__link:hover{color:var(--white)}.navigation-reviews__button:hover{box-shadow:inset 0 0 0 .0625rem var(--blue)}.item-blog__wrapper:hover .item-blog__image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.item-blog__wrapper:hover .item-blog__title{color:var(--blue)}.item-blog__link:hover svg{-webkit-transform:translateX(30%);transform:translateX(30%)}.item-contacts__caption:hover{color:var(--blue)}.socials-list__link:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}}