.achivements__brands{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.achivements__brands.frame{padding-bottom:145px}@media only screen and (min-width:1101px){.achivements__brands{gap:35px 90px}.achivements__brands.frame{padding:35px 45px 145px}}@media only screen and (min-width:641px)and (max-width:1100px){.achivements__brands{gap:35px 50px}}@media only screen and (max-width:640px){.achivements__brands{gap:25px 40px}}.achivements__brand{transition:transform .2s}.achivements__brand:hover{transform:translateY(-10%)}.achivements__link{display:flex}@media only screen and (min-width:641px)and (max-width:1100px){.achivements__link img{width:auto;height:40px}}@media only screen and (max-width:640px){.achivements__link img{width:auto;height:40px;height:30px}}.achivements__plus{margin-top:-105px;text-align:center}.achivements__list{display:grid;grid-template-columns:repeat(4,200px);justify-content:center;align-items:center;gap:50px;margin-top:15px}@media only screen and (min-width:641px)and (max-width:1100px){.achivements__list{gap:20px}}@media only screen and (max-width:640px){.achivements__list{gap:20px}}@media only screen and (min-width:641px)and (max-width:900px){.achivements__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.achivements__list{grid-template-columns:1fr}}.achivement{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:15px;height:160px;background:var(--bg-contrast);border-radius:var(--radius-block)}@media only screen and (min-width:641px)and (max-width:900px){.achivement{height:120px}}@media only screen and (max-width:640px){.achivement{flex-direction:row;gap:20px;height:auto}}.achivement__name{font-weight:500;text-transform:uppercase}.comparison__table{margin-top:35px}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table{margin-top:25px}}@media only screen and (max-width:640px){.comparison__table{margin-top:15px}}.comparison__table-row{display:grid;grid-template-columns:300px 6fr 6fr;gap:30px;margin-bottom:30px}@media only screen and (max-width:640px){.comparison__table-row{grid-template-columns:6fr 6fr;gap:15px;margin-bottom:20px}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-row{grid-template-columns:6fr 6fr;gap:15px;margin-bottom:20px}}@media only screen and (max-width:640px){.comparison__table-row{margin-bottom:10px;gap:5px}}.comparison__table-cell{display:flex;align-items:center;padding:15px 25px}@media only screen and (max-width:640px){.comparison__table-cell{padding:15px}}.comparison__table-cell--colourized{justify-content:center;padding:35px 75px;text-align:center;background-color:var(--cl-white);border-radius:var(--radius-block)}@media only screen and (min-width:1101px)and (max-width:1200px){.comparison__table-cell--colourized{padding:25px}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-cell--colourized{padding:15px 25px}}@media only screen and (max-width:640px){.comparison__table-cell--colourized{padding:15px}}.comparison__table-cell-icon{margin-right:10px;aspect-ratio:1/1}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-cell-icon{max-width:30px;max-height:30px}}@media only screen and (max-width:640px){.comparison__table-cell-icon{display:none}}.comparison__table-row--head{position:sticky;top:var(--header-height);margin-bottom:45px}.comparison__table-row--head .comparison__table-cell{justify-content:center}@media only screen and (max-width:640px){.comparison__table-row--head .comparison__table-cell:first-child{display:none}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-row--head .comparison__table-cell:first-child{display:none}}.comparison__table-row--head .comparison__table-cell:not(:first-child){background-color:var(--cl-purple-a-90);border:1px solid var(--cl-white);border-radius:var(--radius-block);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 12px var(--cl-purple-a-90)}.comparison__table-row--head .comparison__table-cell .comparison__table-head-cell-icon{max-width:200px;max-height:40px}@media only screen and (min-width:1101px)and (max-width:1200px){.comparison__table-row--head .comparison__table-cell .comparison__table-head-cell-icon{max-width:80%}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-row--head .comparison__table-cell .comparison__table-head-cell-icon{max-width:80%}}@media only screen and (max-width:640px){.comparison__table-row--head .comparison__table-cell .comparison__table-head-cell-icon{max-width:80%}.comparison__table-row--body{grid-template:"label label" "competitor ours" minmax(167px,auto)/6fr 6fr}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-row--body{grid-template:"label label" "competitor ours" minmax(167px,auto)/6fr 6fr}}@media only screen and (max-width:640px){.comparison__table-row--body .comparison__table-cell:first-child{grid-area:label;padding:0}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-row--body .comparison__table-cell:first-child{grid-area:label;padding:0}}@media only screen and (max-width:640px){.comparison__table-row--body .comparison__table-cell:nth-child(2){grid-area:competitor}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-row--body .comparison__table-cell:nth-child(2){grid-area:competitor}}@media only screen and (max-width:640px){.comparison__table-row--body .comparison__table-cell:nth-child(3){grid-area:ours;background-color:var(--bg-green-3)}}@media only screen and (min-width:641px)and (max-width:1100px){.comparison__table-row--body .comparison__table-cell:nth-child(3){grid-area:ours;background-color:var(--bg-green-3)}}@media only screen and (min-width:1101px){.examples__body{display:grid;grid-template-columns:1fr 1fr;gap:30px}}@media only screen and (min-width:641px)and (max-width:1100px){.examples__body{display:grid;grid-template-columns:1fr 1fr;gap:30px}}.examples__swiper{overflow:hidden}.examples__swiper .swiper{padding:35px;border-radius:30px;background-color:var(--cl-white)}@media only screen and (max-width:640px){.examples__swiper .swiper{margin-bottom:20px}}.examples__swiper .swiper-slide{display:flex;pointer-events:none}.four-steps__list{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:auto;gap:30px}@media only screen and (min-width:641px)and (max-width:1100px){.four-steps__list{gap:25px}}@media only screen and (max-width:640px){.four-steps__list{display:flex;flex-direction:column;gap:15px}}@media only screen and (min-width:1101px){.four-steps__item--first-step{grid-column:span 6;grid-row:1}}@media only screen and (min-width:641px)and (max-width:1100px){.four-steps__item--first-step{grid-column:span 6;grid-row:1}}@media only screen and (min-width:1101px){.four-steps__item--second-step{grid-column:7/span 6;grid-row:1}}@media only screen and (min-width:641px)and (max-width:1100px){.four-steps__item--second-step{grid-column:7/span 6;grid-row:1}}@media only screen and (min-width:1101px){.four-steps__item--third-step{grid-column:span 5;grid-row:2}}@media only screen and (min-width:641px)and (max-width:1100px){.four-steps__item--third-step{grid-column:span 5;grid-row:2}}@media only screen and (min-width:1101px){.four-steps__item--fourth-step{display:flex;flex-direction:column;grid-column:6/span 7;grid-row:2;padding-right:10px;padding-bottom:10px}}@media only screen and (min-width:641px)and (max-width:1100px){.four-steps__item--fourth-step{display:flex;flex-direction:column;grid-column:6/span 7;grid-row:2;padding-right:10px;padding-bottom:10px}}.four-steps__item--fourth-step .dec--contrast:not(:first-child){margin-top:5px}.four-steps__item-button{align-self:flex-end;aspect-ratio:1/1}@media only screen and (min-width:1101px){.four-steps__item-button{border-radius:20px}}@media only screen and (min-width:641px)and (max-width:1100px){.four-steps__item-button{border-radius:20px}}@media only screen and (max-width:640px){.four-steps__item-button{display:none}}.four-steps__button{margin-top:15px}@media only screen and (min-width:1101px){.four-steps__button{display:none}}@media only screen and (min-width:641px)and (max-width:1100px){.four-steps__button{display:none}}.main-points{overflow-x:hidden}.main-points__item{position:relative}.main-points__item .text{margin-left:10px}.main-points__item:not(:first-child){margin-top:30px}.main-points__item--wide{display:grid;grid-template-columns:9fr 3fr;gap:45px;overflow:hidden}@media only screen and (min-width:641px)and (max-width:1100px){.main-points__item--wide{grid-template-columns:1fr;grid-template-rows:1fr auto;gap:15px}}@media only screen and (max-width:640px){.main-points__item--wide{grid-template-columns:1fr;grid-template-rows:1fr auto;gap:15px}}@media only screen and (min-width:1101px)and (max-width:1200px){.main-points__item--wide .text{margin-right:100px}}@media only screen and (min-width:1101px){.main-points__item--wide .text{margin-right:20px}}.main-points__item--wide .main-points__item-img{position:absolute;right:0;bottom:0;max-height:80%;z-index:0}@media only screen and (min-width:641px)and (max-width:1100px){.main-points__item--wide .main-points__item-img{position:relative;right:-35px;bottom:-35px;justify-self:end;max-height:200px;width:auto}}@media only screen and (max-width:640px){.main-points__item--wide .main-points__item-img{position:relative;right:-35px;bottom:-35px;justify-self:end;max-height:200px;width:auto;right:-25px;bottom:-25px}}.main-points__item-message{position:relative;z-index:2}.main-points__item--second{position:relative;max-width:740px;overflow:visible}.main-points__item--second:after{content:"";position:absolute;bottom:-15px;left:calc(100% + 15px);width:1153px;height:100%;background-image:url(/img/person-with-labyrinth.2e81c610.svg);background-size:contain;background-repeat:no-repeat;z-index:-1}.main-points__item--third{position:relative;max-width:740px;margin-left:auto;overflow:visible}.main-points__item--third:before{content:"";position:absolute;bottom:-15px;left:calc(-100% + 50px);width:1153px;height:100%;background-image:url(/img/chameleon.a85f7077.svg);background-size:contain;background-repeat:no-repeat;z-index:-1}@media only screen and (min-width:1101px){.main-points__item--fourth .main-points__item-img{right:-50px;bottom:-25px}}.main-form__content,.main-form__form{display:flex;justify-content:center}.main-form__content{align-items:center}.main-form__form{flex-direction:column;align-items:stretch;gap:15px;width:600px}.field{position:relative;cursor:pointer}.field .field__input:focus+.field__label,.field.field--filled .field__label,.field:hover .field__label{transform:translateY(-15px)}.field__label{position:absolute;top:35px;left:25px;display:flex;align-items:center;width:100%;line-height:20px;font-size:14px;color:var(--text-light);transition:transform .2s;pointer-events:none;z-index:1}.field__input{display:block;padding:44px 25px 18px;width:100%;line-height:var(--text-line-height);font-size:var(--text-font-size);background:var(--bg-contrast);border:0;border-radius:var(--radius-block)}.field__input:active,.field__input:focus{border:0;outline:none}.notify{position:fixed;top:20px;right:20px;display:flex;gap:10px;padding:30px 25px;max-width:400px;color:var(--text-contrast);border-radius:var(--radius-block);z-index:200}@media only screen and (max-width:640px){.notify{max-width:calc(100% - 40px)}}.notify--success{background:var(--bg-green-light)}.notify--error{background:var(--bg-error)}.notify__icon{flex-shrink:0}.telegram-channel__frame{display:block;text-decoration:none;color:var(--text-contrast);border:0;background:linear-gradient(135deg,var(--cl-yellow-1) 0,var(--cl-green-2) 100%)}@media only screen and (min-width:1601px){.telegram-channel__frame{padding-right:500px;background:url(/img/telegramChannel.2b6f0c00.svg) no-repeat calc(100% - 100px) 100%/auto 100%,linear-gradient(135deg,var(--cl-yellow-1) 0,var(--cl-green-2) 100%)}}.telegram-channel__text{margin-top:24px}.partners__list{display:grid;grid-template-columns:repeat(3,4fr);gap:30px}@media only screen and (min-width:641px)and (max-width:1100px){.partners__list{gap:25px;grid-template-columns:repeat(2,6fr)}}@media only screen and (max-width:640px){.partners__list{grid-template-columns:1fr}}.partner{min-height:260px}@media only screen and (max-width:640px){.partner{min-height:160px}}@media only screen and (min-width:641px)and (max-width:1100px){.partner{min-height:160px}.partner--wide{grid-column:span 2}}@media only screen and (min-width:1101px){.partner--wide{grid-column:span 2}}.partner__logo,.partner__subtitle{transition:transform .2s}.partner__link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;border-radius:var(--radius-block);color:var(--text-contrast);background-color:var(--bg-contrast);text-decoration:none}.partner__link:hover .partner__logo,.partner__link:hover .partner__subtitle{transform:translateY(-5px)}.partner__link:focus .partner__logo,.partner__link:focus .partner__subtitle{transform:translateY(0)}.partner__logo{max-width:60%}