@font-face{font-family:Montserrat;font-weight:400;font-style:normal;src:url(../fonts/Montserrat-Regular.woff);font-display:swap}@font-face{font-family:Montserrat;font-weight:500;font-style:normal;src:url(../fonts/Montserrat-Medium.woff);font-display:swap}@font-face{font-family:Montserrat;font-weight:600;font-style:normal;src:url(../fonts/Montserrat-SemiBold.woff);font-display:swap}@font-face{font-family:Montserrat;font-weight:700;font-style:normal;src:url(../fonts/Montserrat-Bold.woff);font-display:swap}@font-face{font-family:Inter;font-weight:600;font-style:normal;src:url(../fonts/Inter-SemiBold.woff);font-display:swap}:root{--color-white:#fff;--color-black:#000;--color-primary:#2972FF;--color-gray:#727272;--color-light-bg:#EDF1FF;--color-dark-blue:#0E1E46;--color-lightest-bg:#F6F8FF}*,::after,::before{box-sizing:border-box}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}html{height:100%;scroll-behavior:smooth}body{margin:0;padding:0;font-size:clamp(.75rem,.1315789474vw + .7171052632rem,.875rem);line-height:140%;font-weight:500;font-family:Montserrat,sans-serif;color:var(--color-gray);background-color:var(--color-lightest-bg);display:flex;flex-direction:column;position:relative}body.overflow-hidden{overflow:hidden}h1,h2,h3,h4,h5,h6{margin:0;line-height:120%}a{text-decoration:none;color:var(--color-primary);transition:.5s}p{margin:0}img{max-width:100%;height:auto;display:block}.btn-reset{background:0 0;border:none;cursor:pointer;font-family:inherit;padding:0;color:inherit;transition:.3s}.lc-button{display:flex;align-items:center;justify-content:center;padding:0 20px;min-height:49px;border-radius:8px;border:1px solid var(--color-primary);font-size:14px;font-weight:500;line-height:1.25rem}.lc-button--blue{background-color:var(--color-primary);color:var(--color-white)}.lc-button--blue:focus-visible,.lc-button--blue:hover{background-color:var(--color-white);color:var(--color-primary)}.lc-button--outline{background-color:var(--color-white);color:var(--color-primary)}.lc-button--outline:focus-visible,.lc-button--outline:hover{background-color:var(--color-primary);color:var(--color-white)}.lc-button--gray{background-color:var(--color-light-bg);border-color:var(--color-light-bg)}.lc-button--gray:focus-visible,.lc-button--gray:hover{background-color:var(--color-primary);border-color:var(--color-primary)}.lc-button--white{background-color:var(--color-white);color:var(--color-primary);border-color:var(--color-white)}.lc-button--white:focus-visible,.lc-button--white:hover{background-color:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.lc-button:disabled{opacity:.5;pointer-events:none}.list-reset{margin:0;padding:0;list-style:none}.container{width:100%;max-width:1310px;padding:0 clamp(.75rem,1.8421052632vw + .2894736842rem,2.5rem);margin:0 auto}#footer,#header{flex:0 0 auto}#content{flex:1 0 auto}.m-40{margin:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem) 0}.mt-40{margin-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.mb-40{margin-bottom:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.m-80{margin:clamp(2.5rem,2.6315789474vw + 1.8421052632rem,5rem) 0}.mt-80{margin-top:clamp(2.5rem,2.6315789474vw + 1.8421052632rem,5rem)}.mb-80{margin-bottom:clamp(2.5rem,2.6315789474vw + 1.8421052632rem,5rem)}.p-80{padding:clamp(2.5rem,2.6315789474vw + 1.8421052632rem,5rem) 0}.pt-80{padding-top:clamp(2.5rem,2.6315789474vw + 1.8421052632rem,5rem)}.pb-80{padding-bottom:clamp(2.5rem,2.6315789474vw + 1.8421052632rem,5rem)}.section__header{margin-bottom:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.section__header--center{text-align:center}.section__title{color:var(--color-dark-blue);font-size:clamp(1.625rem,.7894736842vw + 1.4276315789rem,2.375rem);font-weight:700}.section__footer{margin-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.section__footer--center{display:flex;flex-direction:column;align-items:center}.section__more{width:100%;max-width:179px}.form{display:flex;flex-direction:column;row-gap:12px}.form__group{display:flex;flex-direction:column;row-gap:12px;width:100%}.form__column{display:flex;gap:12px}.form__label{color:#80848e;font-size:12px}.form__label span{color:#e16363}.form__field{width:100%;height:57px;border-radius:8px;background-color:#fafafa;border:1px solid transparent;padding:0 16px;font-size:16px;font-weight:500;color:var(--color-dark-blue);outline:0;transition:.3s}.form__field--gray{background-color:var(--color-light-bg);border-color:#e2e9ff}.form__field::-moz-placeholder{color:#80848e}.form__field::placeholder{color:#80848e}.form__field:focus{border-color:var(--color-primary)}.form__field--textarea{padding-top:20px;padding-bottom:20px;height:120px;resize:none}.form__calendar{position:relative}.form__calendar input{cursor:pointer}.form__calendar svg{position:absolute;top:50%;transform:translate(-50%,-50%);right:10px;z-index:2;fill:transparent;stroke:#727272}.form__checkbox{cursor:pointer;font-size:14px}.form__checkbox-check{position:relative;display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.form__checkbox-check::before{content:"";display:inline-block;width:16px;height:16px;flex-shrink:0;border:1px solid #80848e;border-radius:3px}.form__checkbox span{color:#727272}.form__checkbox span a{color:var(--color-primary);text-decoration:underline}.form__checkbox span a:focus-visible,.form__checkbox span a:hover{text-decoration:none}.form__checkbox input[type=checkbox]{display:none}.form__checkbox input[type=checkbox]:checked~div::before{background-color:var(--color-primary);border-color:var(--color-primary);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDEwNS40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0yNTYgMjU2Yy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTI4LTEyOGMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMEwxNjAgMzM4LjcgMzkzLjQgMTA1LjRjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDB6Ii8+PC9zdmc+);background-repeat:no-repeat;background-position:center;background-size:50%}.form__radios{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.form__radio{width:100%;cursor:pointer;font-size:14px}.form__radio input[type=radio]{opacity:0;position:absolute}.form__radio input[type=radio]:checked~div{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.form__radio input[type=radio]:focus-visible~.form__radio-check{outline:2px solid var(--color-primary);outline-offset:2px}.form__radio-check{width:100%;height:57px;display:flex;align-items:center;justify-content:center;background-color:var(--color-lightest-bg);color:var(--color-primary);border-radius:8px;transition:.3s}.custom-select{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select__selected{border-radius:8px;width:100%;height:57px;font-size:16px;font-weight:500;padding:0 16px;outline:0;display:flex;align-items:center;position:relative;white-space:nowrap;overflow:hidden;background-color:#fafafa;color:#80848e;-moz-column-gap:4px;column-gap:4px}.custom-select__selected span{color:var(--color-dark-blue)}.custom-select__selected-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:91%}.custom-select__selected::after{content:"";position:absolute;width:12px;height:12px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzRGNEY0RiIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;background-size:contain;right:18px;transition:.4s}.custom-select__options{position:absolute;top:110%;left:0;right:0;background-color:#fafafa;border:1px solid var(--color-lightest-bg);border-radius:8px;visibility:hidden;opacity:0;transition:.3s;z-index:10;text-align:left;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.custom-select__option{padding:12px 24px;font-size:clamp(.75rem,.3427592117vw + .588688946rem,1rem);color:var(--color-dark-blue)}.custom-select__option--selected,.custom-select__option:hover{background-color:var(--color-light-bg)}.custom-select.open .custom-select__options{opacity:1;visibility:visible}.custom-select.open .custom-select__selected::after{transform:rotate(180deg)}.custom-select--gray .custom-select__selected{background-color:var(--color-light-bg)}.iti__search-input{padding:10px}.iti__country-container{width:100%}.iti__country-name{color:var(--color-dark-blue)}.editor-content ol,.editor-content ul{padding-left:15px;display:flex;flex-direction:column;row-gap:5px}.editor-text h3,.editor-text h4,.editor-text h5{color:var(--color-dark-blue);font-weight:600}.editor-text h3{font-size:clamp(.875rem,.7894736842vw + .6776315789rem,1.625rem);margin-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);margin-bottom:clamp(.5rem,.7894736842vw + .3026315789rem,1.25rem)}.editor-text h4{font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);margin-top:16px;margin-bottom:clamp(.5rem,.2631578947vw + .4342105263rem,.75rem)}.editor-text img{margin:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem) 0;width:100%;height:clamp(10.875rem,14.8684210526vw + 7.1578947368rem,25rem);border-radius:20px;-o-object-fit:cover;object-fit:cover}.editor-text strong{color:var(--color-dark-blue)}.editor-text p{margin:10px 0}.more-section__button{align-items:center;-moz-column-gap:10px;column-gap:10px}.more-section__button svg{fill:transparent;stroke:var(--color-primary);transform:rotate(180deg);position:relative;transition:.3s}.more-section__button:focus-visible svg,.more-section__button:hover svg{stroke:var(--color-white)}.more-section__button--active svg{transform:rotate(0)}.more-section--hidden{display:none!important}.more-section--expanded .more-section--hidden-flex{display:flex!important}.scroller[data-animated=true]{overflow:hidden}.scroller[data-animated=true] .scroller__inner{display:flex;flex-wrap:nowrap;animation:scroll var(--_animation-duration,40s) linear infinite}.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=fast]{--_animation-duration:20s}.scroller[data-speed=slow]{--_animation-duration:40s}.scroller[data-animated=true]:hover .scroller__inner{animation-play-state:paused}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes pulse-up-down{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.logo{display:flex}.social{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.social__link{font-size:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);border-radius:50%}.social__link svg{fill:var(--color-dark-blue);transition:.3s}.social__link:focus-visible,.social__link:hover{background-color:var(--color-primary)}.social__link:focus-visible svg,.social__link:hover svg{fill:var(--color-white)}.social--blue .social__link{border-radius:8px;background-color:#e9ecf8}.social--blue .social__link svg{fill:var(--color-primary)}.social--blue .social__link:focus-visible,.social--blue .social__link:hover{background-color:var(--color-primary)}.social--blue .social__link:focus-visible svg,.social--blue .social__link:hover svg{fill:var(--color-white)}.lang-selector{display:flex;align-items:center;position:relative}.lang-selector__button{display:flex;align-items:center;font-size:0;-moz-column-gap:4px;column-gap:4px}.lang-selector__button .lang-selector__name{font-size:0}.lang-selector__arrow{flex-shrink:0;fill:transparent;stroke:#80848e;transform:rotate(180deg);transition:.4s}.lang-selector__flag{width:28px;height:20px;display:inline-block;background-repeat:no-repeat;background-position:center;border-radius:4px;background-size:cover}.lang-selector__dropdown{position:absolute;top:200%;left:0;width:180px;box-shadow:rgba(0,0,0,.1) 0 5px 15px;font-size:clamp(.75rem,.3378378378vw + .6655405405rem,.875rem);opacity:0;visibility:hidden;transform:translateY(-10px);z-index:1000;border-radius:8px;font-weight:500;background-color:#fafafa;color:#80848e;overflow:hidden;transition:.3s}.lang-selector__dropdown .lang-selector__flag{width:clamp(1.25rem,1.3513513514vw + .9121621622rem,1.75rem);height:clamp(.9375rem,.8445945946vw + .7263513514rem,1.25rem)}.lang-selector__option{display:flex;align-items:center;color:#353535;padding:10px clamp(.625rem,.8445945946vw + .4138513514rem,.9375rem);-moz-column-gap:10px;column-gap:10px;transition:background-color .2s}.lang-selector__option--active{background-color:#d5dee7;pointer-events:none}.lang-selector__option:focus-visible,.lang-selector__option:hover{background-color:#eff5fb}.lang-selector.open .lang-selector__arrow{transform:rotate(0)}.lang-selector.open .lang-selector__dropdown{opacity:1;visibility:visible}.filter__items{display:flex;align-items:center;gap:12px}.filter__item{width:100%;max-width:200px}.filter__title{margin-bottom:20px;color:var(--color-dark-blue);font-size:18px;font-weight:600}.filter__close{width:16px;height:16px;position:absolute;top:15px;right:15px;display:flex;align-items:center;justify-content:center}.filter__close::after,.filter__close::before{content:"";position:absolute;height:1px;width:100%;background-color:var(--color-dark-blue);border-radius:8px;transform:rotate(45deg)}.filter__close::after{transform:rotate(-45deg)}.filter-toggle{height:57px;width:56px;flex-shrink:0;border-radius:8px;display:flex;align-items:center;justify-content:center}.filter-toggle svg{fill:#80848e;stroke:#80848e}.filter-toggle:focus-visible svg,.filter-toggle:hover svg{fill:var(--color-white);stroke:var(--color-white)}.page__title{color:var(--color-dark-blue);font-size:clamp(1.625rem,.7894736842vw + 1.4276315789rem,2.375rem);font-weight:700;margin-bottom:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.page__title--center{text-align:center}.page__header{margin-bottom:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.page__header-content{display:flex;align-items:center;justify-content:space-between;gap:clamp(.375rem,1.1842105263vw + .0789473684rem,1.5rem)}.page__filter{width:100%}.page__footer{margin-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);display:flex;align-items:center;justify-content:space-between;gap:24px}.page__select{width:100%}.page__select--post-count{max-width:252px}.page__select--category{max-width:250px}.page__select .custom-select__option{font-size:16px}.page__search{position:relative;overflow:hidden;width:100%;max-width:300px}.page__search-icon{fill:transparent;stroke:#727272;position:absolute;top:50%;transform:translate(-50%,-50%);left:25px;width:16px;height:16px}.page__search-field{padding-left:50px}.pagination{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:10px}.pagination__link{display:flex;align-items:center;justify-content:center;width:52px;height:52px;text-align:center;background-color:var(--color-white);border-radius:4px;background-color:#fafbfc;font-size:14px;font-weight:400;color:var(--color-dark-blue);line-height:0;border:1px solid transparent}.pagination__link--current{background-color:var(--color-primary);color:var(--color-white)}.pagination__link--arrow{background-color:transparent;border-color:#e2e9ff}.pagination__link--arrow svg{fill:transparent;stroke:var(--color-dark-blue);transform:rotate(90deg)}.pagination__link--arrow-prev{transform:rotate(180deg)}.pagination__link:focus-visible,.pagination__link:hover{background-color:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.pagination__link:focus-visible svg,.pagination__link:hover svg{stroke:var(--color-white)}.load-more{max-width:216px;width:100%}.file-upload input[type=file]{display:none}.file-upload__preview{display:flex;align-items:center;-moz-column-gap:5px;column-gap:5px;overflow-x:auto}.file-upload__button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);border-radius:8px;flex-shrink:0}.file-upload__button:focus-visible,.file-upload__button:hover{background-color:var(--color-primary)}.file-upload__button:focus-visible svg,.file-upload__button:hover svg{fill:var(--color-white)}.file-upload__image{width:40px;height:40px;border-radius:8px;border:2px solid var(--color-primary)}.file-upload__image-button{flex-shrink:0;position:relative}.file-upload__image-button:focus-visible,.file-upload__image-button:hover{opacity:.4}.header{padding:clamp(.75rem,.5263157895vw + .6184210526rem,1.25rem) 0;border-bottom:1px solid rgba(41,114,255,.3);position:sticky;top:0;z-index:999;background:var(--color-lightest-bg)}.header__inner,.header__navigation-inner{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:10px;column-gap:10px}.header__logo{max-width:clamp(4.6875rem,2.3684210526vw + 4.0953947368rem,6.9375rem);flex-shrink:0}.header__logo:focus-visible,.header__logo:hover{opacity:.7}.header__nav-list{display:flex;-moz-column-gap:16px;column-gap:16px}.header__nav-item--current{font-weight:700}.header__nav-item--current .header__nav-link{color:var(--color-dark-blue);pointer-events:none}.header__nav-link{color:#80848e}.header__nav-link:focus-visible,.header__nav-link:hover{color:var(--color-primary)}.header__languages{margin-right:8px}.header__right{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.header__burger{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;width:20px;height:20px;row-gap:3px}.header__burger-item{width:16px;height:2px;background-color:var(--color-primary);border-radius:10px;transition:.3s}.header__burger-item:nth-child(2){width:9px}.header__burger-item:nth-child(3){width:13px}.header__burger--active .header__burger-item:nth-child(1){transform:rotate(45deg) translate(4px,3px);width:100%}.header__burger--active .header__burger-item:nth-child(2){opacity:0}.header__burger--active .header__burger-item:nth-child(3){transform:rotate(-45deg) translate(4px,-3px);width:100%}.indicators{height:clamp(2.25rem,1.0526315789vw + 1.9868421053rem,3.25rem);background-color:#e9eeff;display:flex;align-items:center}.indicators__list{display:flex;align-items:center;-moz-column-gap:clamp(1.5rem,1.0526315789vw + 1.2368421053rem,2.5rem);column-gap:clamp(1.5rem,1.0526315789vw + 1.2368421053rem,2.5rem)}.indicators__item{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;font-weight:600;color:var(--color-dark-blue);white-space:nowrap;line-height:1.25rem}.indicators__item--fall .indicators__change svg{fill:#e01b1b}.indicators__item--fall .indicators__sum{color:#e01b1b}.indicators__change{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.indicators__change svg{fill:#30d627}.indicators__sum{color:#30d627}.hero__content{border-radius:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);background-color:var(--color-white);overflow:hidden}.hero__slider{height:370px}.hero__slider-pagination{position:absolute;bottom:0;z-index:2;bottom:clamp(.625rem,.4605263158vw + .5098684211rem,1.0625rem)!important;left:25%!important;width:-moz-fit-content!important;width:fit-content!important}.hero__slider-pagination .swiper-pagination-bullet{width:12px;height:12px;background-color:#70a1ff;opacity:1}.hero__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-primary)}.hero__slide{display:flex;align-items:center;padding:clamp(1.25rem,1.8421052632vw + .7894736842rem,3rem);color:var(--color-white)}.hero__slide--type-1{background-color:var(--color-white);color:#80848e}.hero__slide--type-1 .hero__title{color:var(--color-dark-blue)}.hero__slide--type-1 .hero__img{position:absolute;width:clamp(24.0625rem,26.6447368421vw + 17.4013157895rem,49.375rem);height:clamp(24.0625rem,26.6447368421vw + 17.4013157895rem,49.375rem);top:-30%;right:-9%}.hero__slide--type-2{padding-right:0;padding-top:0;background-color:#0e295b;padding-bottom:0;display:flex;align-items:center;justify-content:space-between;-moz-column-gap:47px;column-gap:47px}.hero__slide--type-2 .hero__thumb{width:695px;height:100%}.hero__slide--type-2 .hero__thumb::after{content:"";position:absolute;border-radius:100%;background-color:#0e295b;filter:blur(70px);width:708px;height:500%;left:44%;top:50%;transform:translate(-50%,-50%)}.hero__slide--type-2 .hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__slide--type-2 .hero__title{position:relative;z-index:3}.hero__slide--type-2 .hero__info{max-width:49%;position:relative}.hero__slide--type-2 .hero__subtitle{position:relative;z-index:3;color:#fafbfc}.hero__slide--type-3::before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(270deg,rgba(0,0,0,0) 0,#000 100%);z-index:1}.hero__slide--type-3 .hero__info{position:relative;z-index:2}.hero__slide--type-3 .hero__img{position:absolute;left:0;right:0;bottom:0;top:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hero__img{-o-object-fit:contain;object-fit:contain}.hero__info{display:flex;flex-direction:column;row-gap:20px;max-width:52%}.hero__title{font-size:clamp(1.625rem,.7894736842vw + 1.4276315789rem,2.375rem);font-weight:700}.hero__title span{color:var(--color-primary)}.hero__subtitle{display:flex;flex-direction:column;row-gap:clamp(.625rem,.6578947368vw + .4605263158rem,1.25rem)}.hero__indicators{position:relative;z-index:3}.hero__indicators.indicators--fixed{position:fixed;top:var(--header-height);left:0;right:0;z-index:100}.about__top{display:flex;-moz-column-gap:37px;column-gap:37px}.about__text{display:flex;flex-direction:column;row-gap:10px}.about__text h4{font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);font-weight:600;color:var(--color-dark-blue);margin:10px 0}.about__images{flex-shrink:0;display:flex;flex-direction:column;row-gap:10px}.about__image{width:240px;height:420px;border-radius:20px}.about__more{margin-top:clamp(.75rem,.5263157895vw + .6184210526rem,1.25rem)}.about__slider{margin-top:40px}.about__slide{max-width:240px;height:auto;border-radius:20px;overflow:hidden}.about__slide-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.solutions__items{display:flex;flex-direction:column;row-gap:40px}.solutions__item{display:flex;-moz-column-gap:40px;column-gap:40px;row-gap:20px}.solutions__item-thumb{width:clamp(18.75rem,17.3611111111vw + 10.4166666667rem,31.25rem);flex-shrink:0}.solutions__item-img{width:100%;height:100%;border-radius:20px;-o-object-fit:cover;object-fit:cover}.solutions__item-info{display:flex;flex-direction:column;row-gap:20px;padding:26px 0}.solutions__item-title{font-size:clamp(1.25rem,.3947368421vw + 1.1513157895rem,1.625rem);font-weight:600;color:var(--color-dark-blue)}.solutions__item-more{width:100%;max-width:165px}.solutions__item:nth-child(even){flex-direction:row-reverse}.article{padding:8px 8px 16px;background-color:var(--color-light-bg);border-radius:20px;display:flex;flex-direction:column;row-gap:16px}.article__thumb{height:clamp(7.5rem,2.6315789474vw + 6.8421052632rem,10rem);border-radius:20px;overflow:hidden;flex-shrink:0}.article__thumb:focus-visible .article__img,.article__thumb:hover .article__img{transform:scale(1.2)}.article__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}.article__info{display:flex;flex-direction:column;row-gap:10px;height:100%}.article__date{border:1px solid #e2e9ff;width:-moz-fit-content;width:fit-content;padding:4px 20px;border-radius:30px;line-height:1.25rem}.article__title{font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);font-weight:600;color:var(--color-dark-blue);line-height:120%}.article__title:focus-visible,.article__title:hover{color:var(--color-primary)}.article__more{max-width:131px;margin-top:auto}.articles__slide{height:auto}.articles__items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.articles__item{height:100%}.press-item{display:flex;flex-direction:column;row-gap:20px;height:100%}.press-item__thumb{border-radius:20px;background-color:var(--color-light-bg);border:1px solid #e2e9ff;height:200px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.press-item__thumb--dark{background-color:#d1dbfd}.press-item__thumb:focus-visible .press-item__img,.press-item__thumb:hover .press-item__img{transform:scale(1.2)}.press-item__img{margin:0 auto;width:100%;max-width:80%;height:58px;-o-object-fit:contain;object-fit:contain;transition:.5s}.press-item__info{display:flex;flex-direction:column;row-gap:10px;height:100%}.press-item__excerpt{margin-bottom:auto}.press-item__title{font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);font-weight:600;color:var(--color-dark-blue);line-height:120%}.press-item__title:focus-visible,.press-item__title:hover{color:var(--color-primary)}.press-item__more{margin-top:40px;max-width:131px;width:100%}.press__slider-inner{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:clamp(3.125rem,7.974137931vw + -1.8189655172rem,7.75rem);column-gap:clamp(3.125rem,7.974137931vw + -1.8189655172rem,7.75rem);row-gap:66px}.press__slide{height:auto}.press__slide:nth-child(even){margin-top:clamp(3.125rem,6.7887931034vw + -1.0840517241rem,7.0625rem)}.press__items{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.25rem,.6578947368vw + 1.0855263158rem,1.875rem)}.promo__container{position:relative;overflow:hidden;height:clamp(25rem,1.3157894737vw + 24.6710526316rem,26.25rem);border-radius:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.promo__content{position:relative;background:linear-gradient(90deg,#000 0,rgba(0,0,0,0) 100%);color:var(--color-white);width:100%;height:100%;overflow:hidden}.promo__content::after,.promo__content::before{content:"";position:absolute;width:381px;height:381px;border-radius:50%;background-color:#2972ff;filter:blur(204px)}.promo__content::before{bottom:-60%;left:-15%}.promo__content::after{top:-60%;right:-15%}.promo__inner{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;height:100%;padding:clamp(1.25rem,1.8421052632vw + .7894736842rem,3rem);row-gap:20px}.promo__title{font-size:clamp(1.25rem,1.1842105263vw + .9539473684rem,2.375rem);font-weight:700}.promo__subtitle{display:flex;flex-direction:column;row-gap:8px}.promo__links{display:flex;-moz-column-gap:20px;column-gap:20px;row-gap:8px}.promo__link{width:100%}.promo__link:first-child{max-width:254px}.promo__link:last-child{max-width:303px}.promo__bg{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promo__logo{position:absolute;top:-30%;height:150%;right:-10%}.review{background-color:var(--color-light-bg);border-radius:20px;padding:16px;position:relative;overflow:hidden}.review::before{content:"";position:absolute;width:92px;height:64px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA5MiA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4xIiBkPSJNNDUuMDA3MSA0Mi4zMzQ1QzQ1LjAwNzEgNDguMjk4NyA0Mi44MTE2IDUzLjM5NDIgMzguNDMxMyA1Ny42MzUxQzM0LjE4MjUgNjEuODc5NiAyOS4xMzc5IDY0IDIzLjI5NzUgNjRDMTYuMTI1IDY0IDEwLjQxOTYgNjEuMzUxMiA2LjE3NDMgNTYuMDQzQzIuMDUzMzYgNTEuMTQ5NiAwIDQ1LjExNDUgMCAzNy45NTg5QzAgMjQuODM5MSAxMS4xNTUgMTIuMTkwOCAzMy40NTQyIDBMMzYuNjM3MyA0Ljk2MDcyQzI5LjA3MzkgMTEuMTk0NCAyNS4yODY5IDE2LjIyNjEgMjUuMjg2OSAyMC4wNjk4QzI1LjI4NjkgMjEuMjY4MyAyNi44Nzg1IDIyLjQ1NjIgMzAuMDY1MSAyMy42NTQ3QzM0Ljg1MzkgMjUuMzcwOSAzOC4wOTM4IDI3LjAzMDQgMzkuODMxIDI4LjYxNTRDNDMuMjczNCAzMS41MzczIDQ1LjAwNzEgMzYuMTA3OSA0NS4wMDcxIDQyLjMzNDVaTTkyIDQyLjMzNDVDOTIgNDguMjk4NyA5MC4wMDcgNTMuMzk0MiA4Ni4wMjExIDU3LjYzNTFDODEuNzc1OCA2MS44Nzk2IDc2LjY2NzMgNjQgNzAuNjk1NCA2NEM2My41MjI5IDY0IDU3LjgxMDQgNjEuMzUxMiA1My41NjUxIDU2LjA0M0M0OS4zMTk4IDUxLjE0OTYgNDcuMTkxOSA0NS4xMTQ1IDQ3LjE5MTkgMzcuOTU4OUM0Ny4xOTE5IDI0LjgzOTEgNTguMzQ2OCAxMi4xOTA4IDgwLjY0NjEgMEw4NC4yMzA2IDQuOTYwNzJDNzYuMzk3MyAxMS4xOTQ0IDcyLjQ3ODggMTYuMjI2MSA3Mi40Nzg4IDIwLjA2OThDNzIuNDc4OCAyMS4yNjgzIDc0LjIwMTggMjIuNDU2MiA3Ny42NTEzIDIzLjY1NDdDODIuMzA1MSAyNS4zNzA5IDg1LjQ5MTggMjcuMDMwNCA4Ny4yMTQ3IDI4LjYxNTRDOTAuNDA0OSAzMS41MzczIDkyIDM2LjEwNzkgOTIgNDIuMzM0NVoiIGZpbGw9IiMyMzMxMzMiIHN0eWxlPSJmaWxsOiMyMzMxMzM7ZmlsbDpjb2xvcihkaXNwbGF5LXAzIDAuMTM3MyAwLjE5MjIgMC4yMDAwKTtmaWxsLW9wYWNpdHk6MTsiLz4KPC9zdmc+Cg==);top:16px;left:16px}.review__thumb{overflow:hidden;display:flex;justify-content:flex-end;position:relative}.review__img{border-radius:50%;width:159px;height:159px;-o-object-fit:cover;object-fit:cover}.review__author{display:flex;flex-direction:column;row-gap:8px;margin-top:40px}.review__author-name{font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);font-weight:600;color:var(--color-dark-blue)}.review__text{display:flex;flex-direction:column;row-gap:8px}.review__more{text-align:left;margin-top:8px;color:var(--color-primary);text-decoration:underline;font-weight:500;font-size:16px}.review--text{padding-top:90px}.reviews__items{-moz-column-count:3;column-count:3}.reviews__item{margin-bottom:20px}.reviews__pagination{display:flex;justify-content:center;margin-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.reviews__pagination .swiper-pagination-bullet{opacity:1;border-radius:4px;width:100%;background-color:var(--color-light-bg);transition:.4s}.reviews__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color-primary)}.reviews__scrollbar{margin-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);height:8px;background-color:#edf1ff;border-radius:4px}.reviews__scrollbar .swiper-scrollbar-drag{background-color:var(--color-primary);cursor:pointer}.feedback__content{display:grid;grid-template-columns:clamp(31.25rem,19.7198275862vw + 19.0237068966rem,42.6875rem) 1fr;border-radius:40px;color:var(--color-white);background-color:var(--color-white);overflow:hidden}.feedback__left{background-color:var(--color-primary);padding-top:35px;padding-right:20px;padding-left:20px;display:flex;justify-content:flex-end;position:relative;overflow:hidden}.feedback__bg{position:absolute}.feedback__bg--logo{z-index:1;width:clamp(19.8125rem,20.5263157895vw + 14.6809210526rem,39.3125rem);height:clamp(19.8125rem,20.5263157895vw + 14.6809210526rem,39.3125rem);left:-222px;top:-35px}.feedback__bg--person{left:-33%;bottom:-25%;z-index:2;width:clamp(20.125rem,26.7763157895vw + 13.4309210526rem,45.5625rem);height:clamp(20.125rem,26.7763157895vw + 13.4309210526rem,45.5625rem);-o-object-fit:contain;object-fit:contain}.feedback__info{display:flex;flex-direction:column;row-gap:clamp(.75rem,.7894736842vw + .5526315789rem,1.5rem);align-items:flex-start;position:relative;z-index:3}.feedback__title{font-size:clamp(1.25rem,1.1842105263vw + .9539473684rem,2.375rem);font-weight:700}.feedback__subtitle{display:flex;flex-direction:column;row-gap:8px}.feedback__button{color:var(--color-primary);font-weight:500;width:100%;max-width:254px}.feedback__button:focus-visible,.feedback__button:hover{border-color:var(--color-white)}.feedback__right{padding:clamp(.75rem,1.8421052632vw + .2894736842rem,2.5rem) clamp(1.25rem,2.6315789474vw + .5921052632rem,3.75rem)}.feedback__info{max-width:340px}.feedback__form-submit{margin-top:30px;max-width:216px}.mobile-table{display:none;flex-direction:column;row-gap:10px}.mobile-table__row{display:flex;flex-direction:column;border-radius:8px;border:1px solid #eff5fb}.mobile-table__row:nth-child(even){background-color:#eff5fb}.mobile-table__cell{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:15px;column-gap:15px;padding:10px}.mobile-table__cell:not(:last-child){border-bottom:1px solid #eaeaea}.mobile-table__label{max-width:60%}.mobile-table__value{text-align:right}.get-info{display:none;list-style:none}.get-info-content{display:flex;padding:20px 0;-moz-column-gap:48px;column-gap:48px}.get-info-content__left,.get-info-content__right{display:flex;flex-direction:column;align-items:center;text-align:center}.get-info-content__note{font-size:10px;font-weight:400;color:#80848e}.get-info-content__text{font-size:14px;font-weight:700;color:var(--color-dark-blue)}.get-info-content__buttons{display:flex;align-items:center;gap:8px;margin-top:16px}.get-info-content__btn{width:48px;height:48px;border:1px solid var(--color-primary);border-radius:12px;display:flex;align-items:center;justify-content:center}.get-info-content__btn svg{fill:transparent;stroke:var(--color-dark-blue)}.get-info-content__btn:focus-visible,.get-info-content__btn:hover{background-color:var(--color-primary)}.get-info-content__btn:focus-visible svg,.get-info-content__btn:hover svg{stroke:var(--color-white)}.video-slider{display:flex;width:57%;height:521px;overflow:hidden}.video-slider .swiper-slide{display:flex;height:100%;justify-content:center;align-items:center;overflow:hidden;border-radius:clamp(1rem,.2631578947vw + .9342105263rem,1.25rem);position:relative;background:var(--color-white);border:2px solid var(--color-white);filter:blur(4px)}.video-slider .swiper-slide.swiper-slide-active{filter:blur(0)}.video-slider .swiper-slide.swiper-slide-active .video-slider__container{opacity:1}.video-slider .swiper-slide:hover .video-slider__thumbnail{transform:translate(-50%,-50%) scale(1.05)}.video-slider__container{position:relative;display:flex;width:100%;height:100%;opacity:.5}.video-slider__container video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-slider__container.playing .video-slider__play,.video-slider__container.playing .video-slider__thumbnail{opacity:0;pointer-events:none}.video-slider__thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:#000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.2s}.video-slider__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.2s;display:flex;flex-shrink:0;flex-grow:0;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:transparent;border:none;cursor:pointer;width:100%;height:100%}.video-slider__play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:clamp(2.25rem,1.0526315789vw + 1.9868421053rem,3.25rem);height:clamp(2.25rem,1.0526315789vw + 1.9868421053rem,3.25rem);border-radius:8px;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(255,255,255,.1)}.video-slider__play-icon svg{stroke:var(--color-white);stroke-width:3px;width:50%}.video-slider__nav{position:absolute;display:flex;width:24%;height:100%;padding:16px;color:var(--color-white);font-family:sans-serif;border-radius:8px;cursor:pointer;z-index:10;opacity:.2}.video-slider__nav--prev{top:0;left:0}.video-slider__nav--next{top:0;right:0}.video-slider__pagination{display:flex;flex-direction:column;width:43%!important;overflow:visible}.video-slider__pagination .swiper-pagination-bullet{list-style-type:none;margin:0!important;background:0 0;opacity:1;width:100%;height:auto!important;transition:.2s}.video-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .video-slider__pagination-trigger{box-shadow:0 0 24px 0 rgba(75,157,246,.13);border-radius:8px}.video-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .video-slider__pagination-content-wrapper{max-height:300px;transition:.5s}.video-slider__pagination-item:first-child .video-slider__pagination-trigger{border-top-left-radius:8px;border-top-right-radius:8px}.video-slider__pagination-item:last-child .video-slider__pagination-trigger{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.video-slider__pagination-trigger{padding:13px 16px;background-color:var(--color-white);display:flex;align-items:center;-moz-column-gap:20px;column-gap:20px;width:100%}.video-slider__pagination-number{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#f6f8ff;border-radius:8px;line-height:0;font-size:10px;font-weight:700;color:var(--color-primary)}.video-slider__pagination-title{font-size:14px;font-weight:700;color:var(--color-dark-blue)}.video-slider__pagination-content-wrapper{max-height:0;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center}.project__sliders{display:flex;-moz-column-gap:clamp(2.5rem,7.7586206897vw + -2.3103448276rem,7rem);column-gap:clamp(2.5rem,7.7586206897vw + -2.3103448276rem,7rem);max-width:1030px;margin:0 auto}.faq__items{background-color:#e9eeff;padding:clamp(.75rem,.5263157895vw + .6184210526rem,1.25rem) clamp(.75rem,.7894736842vw + .5526315789rem,1.5rem);border-radius:20px;display:flex;flex-direction:column;row-gap:12px}.faq__item{background-color:var(--color-white);color:var(--color-dark-blue);border-radius:8px;padding:24px;overflow:hidden}.faq__item-button{font-size:clamp(.875rem,.1315789474vw + .8421052632rem,1rem);font-weight:700;width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;-moz-column-gap:10px;column-gap:10px}.faq__item-button:focus-visible,.faq__item-button:hover{color:var(--color-primary)}.faq__item-arrow{fill:transparent;stroke:var(--color-dark-blue);flex-shrink:0;transition:.3s}.faq__item-content{padding-top:24px;flex-direction:column;row-gap:10px;display:none}.faq__item-content ol{margin:0}.faq__item-content ol ul{padding-left:clamp(.125rem,.8552631579vw + -.0888157895rem,.9375rem)}.faq__item-content ol,.faq__item-content ul{padding-left:15px;display:flex;flex-direction:column;row-gap:8px}.faq__item-content li::marker{color:var(--color-primary)}.faq__item-content li p,.faq__item-content ul ul{margin:10px 0}.faq__item-content table{min-width:600px;max-width:100%;overflow:hidden;border-spacing:5px;margin-bottom:20px}.faq__item-content table th{background-color:var(--color-primary);color:var(--color-white);padding:20px;font-weight:600;color:#fff;background:#0158b0;border-radius:8px}.faq__item-content table td{border-radius:8px;text-align:center;padding:20px;border:1px solid #eff5fb}.faq__item-content table tr:nth-child(even) td{background-color:#eff5fb}.faq__item-content h4{font-size:16px;margin:20px 0}.faq__item-content .lc-button{width:-moz-fit-content;width:fit-content}.faq__item.faq-item--active .faq__item-button{color:var(--color-primary)}.faq__item.faq-item--active .faq__item-arrow{transform:rotate(180deg)}.intro{height:calc(100vh - 200px);min-height:clamp(35rem,3.2894736842vw + 34.1776315789rem,38.125rem)}.intro__container{height:100%;max-width:1920px;margin:0 auto}.intro__content{height:100%;position:relative;overflow:hidden;border-radius:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);color:var(--color-white)}.intro__content::after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(17,66,140,.1)}.intro__bg{width:100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.intro__inner{padding:clamp(1.25rem,3.9473684211vw + .2631578947rem,5rem);position:relative;z-index:2}.intro__info{max-width:400px}.intro__header{display:flex;flex-direction:column;row-gap:clamp(1rem,1.0526315789vw + .7368421053rem,2rem)}.intro__title{color:var(--color-white)}.intro__subtitle{display:flex;flex-direction:column;row-gap:8px}.intro__support{display:flex;flex-direction:column;row-gap:12px;margin-top:clamp(1rem,1.0526315789vw + .7368421053rem,2rem)}.intro__support-text{max-width:260px}.intro__support-link{-moz-column-gap:10px;column-gap:10px;max-width:291px;font-weight:600}.intro__support-link svg{fill:var(--color-primary)}.intro__support-link:focus-visible svg,.intro__support-link:hover svg{fill:var(--color-white)}.intro__users{display:flex;align-items:center;margin-top:clamp(1.5rem,.7894736842vw + 1.3026315789rem,2.25rem);-moz-column-gap:16px;column-gap:16px}.intro__users-count{display:flex;flex-direction:column;row-gap:5px}.intro__users-count-number{font-size:20px;font-weight:600}.intro__users-count-text{font-size:12px;font-weight:400}.intro__avatars{display:flex;align-items:center;position:relative;padding-left:20px}.intro__avatar{display:flex;width:clamp(2rem,.7894736842vw + 1.8026315789rem,2.75rem);height:clamp(2rem,.7894736842vw + 1.8026315789rem,2.75rem);flex-shrink:0;flex-grow:0;border-radius:50%;border:1px solid var(--color-white);overflow:hidden;margin-left:-20px}.intro__to-bottom{position:absolute;left:50%;bottom:0;transform:translate(-50%,-50%);z-index:222;display:flex;flex-direction:column;align-items:center;row-gap:7px}.intro__to-bottom-icon{display:flex;width:32px;height:43px;background-repeat:no-repeat;background-size:contain}.intro__to-bottom svg{fill:transparent;stroke-width:2px;stroke:var(--color-white);animation:1s ease-in-out infinite pulse-up-down}.intro__images{position:absolute;top:61%;left:97%;transform:translate(-50%,-50%);display:flex;align-items:flex-start;width:50%;z-index:2}.intro__image{position:absolute;transition:transform .2s;will-change:transform}.intro__image--1{position:relative;width:467px;z-index:2;top:50px}.intro__image--2{width:clamp(7.125rem,8.6842105263vw + 4.9539473684rem,15.375rem);border-radius:clamp(.375rem,.5263157895vw + .2434210526rem,.875rem);top:4%;left:-5%}.intro__image--3{width:clamp(6.1875rem,7.4342105263vw + 4.3289473684rem,13.25rem);border-radius:clamp(.25rem,.3947368421vw + .1513157895rem,.625rem);left:-18%;bottom:36%}.breadcrumbs{font-weight:400}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap}.breadcrumbs__item:not(:last-child)::after{content:"/";margin:0 8px}.breadcrumbs__link{color:#80848e}.breadcrumbs__link--current{color:var(--color-dark-blue);pointer-events:none;font-weight:500}.breadcrumbs__link:focus-visible,.breadcrumbs__link:hover{color:var(--color-primary)}.sitemap__items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sitemap__item{display:flex;flex-direction:column;row-gap:16px}.sitemap__item-title{color:var(--color-dark-blue);font-size:20px;font-weight:600}.sitemap__list{display:flex;flex-direction:column;row-gap:12px}.sitemap__link{text-decoration:underline;text-underline-offset:2px}.sitemap__link:focus-visible,.sitemap__link:hover{color:var(--color-dark-blue);text-decoration:none}.contacts__content{display:flex;align-items:center;justify-content:space-between;gap:50px;font-size:14px}.contacts__info{display:flex;flex-direction:column;row-gap:clamp(.75rem,.5263157895vw + .6184210526rem,1.25rem);max-width:600px}.contacts__right{flex-shrink:0}.contacts__items{display:flex;flex-direction:column;row-gap:24px}.contacts__item{display:flex;flex-direction:column;row-gap:4px}.contacts__item-link{font-size:18px;color:var(--color-dark-blue)}.contacts__item a:hover,.contacts__item:focus-visible{color:var(--color-primary)}.contacts__social{margin-top:40px;display:flex;flex-direction:column;row-gap:12px}.contacts__social-title{font-size:14px}.features__items{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.5rem,1.0526315789vw + .2368421053rem,1.5rem)}.features__item{padding:16px clamp(.5rem,.5263157895vw + .3684210526rem,1rem);border-radius:16px;display:flex;flex-direction:column;row-gap:clamp(1.25rem,.7894736842vw + 1.0526315789rem,2rem)}.features__item-thumb{width:clamp(2.75rem,1.0526315789vw + 2.4868421053rem,3.75rem);height:clamp(2.75rem,1.0526315789vw + 2.4868421053rem,3.75rem);background-color:#e9ecf8;border-radius:clamp(.5rem,.5263157895vw + .3684210526rem,1rem);display:flex;align-items:center;justify-content:center}.features__item-icon{width:70%;margin:0 auto}.features__item-info{display:flex;flex-direction:column;row-gap:clamp(.5rem,.5263157895vw + .3684210526rem,1rem)}.features__item-title{font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);font-weight:600;color:var(--color-dark-blue)}.features__item-description{color:#505050;font-weight:400}.features__item:nth-child(even){border:1px solid #e2e9ff}.how__slide{display:flex;align-items:flex-start;gap:20px}.how__info{max-width:501px;width:100%;flex-shrink:0;display:flex;flex-direction:column;row-gap:16px;padding-top:35px}.how__title{color:var(--color-dark-blue);font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);font-weight:600}.how__description{display:flex;flex-direction:column;row-gap:16px}.how__description strong{font-weight:600;color:var(--color-primary)}.how__thumb{width:100%;overflow:hidden;position:relative;border-radius:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);background-color:#e9eeff}.how__thumb::after,.how__thumb::before{content:"";position:absolute;width:clamp(14.375rem,8.4868421053vw + 12.2532894737rem,22.4375rem);height:clamp(14.375rem,8.4868421053vw + 12.2532894737rem,22.4375rem);background-image:url(../img/promo-logo.png);background-size:contain;background-position:center;z-index:2;opacity:.3}.how__thumb::before{left:-18%;top:-40%}.how__thumb::after{right:-23%;bottom:-14%}.how__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;border-radius:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.how__button{max-width:194px;bottom:0;left:50%;transform:translate(-50%,-50%);position:absolute;z-index:3}.how__nav{display:flex;align-items:center;-moz-column-gap:20px;column-gap:20px;margin-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem)}.how__nav-button{display:flex;align-items:center;justify-content:center;width:96px;height:48px}.how__nav-button svg{transform:rotate(-90deg);stroke:var(--color-primary)}.how__nav-button--next svg{transform:rotate(90deg)}.how__nav-button:focus-visible svg,.how__nav-button:hover svg{stroke:var(--color-white)}.how__nav--mobile{justify-content:center}.webinar-item{padding:8px 8px 16px;background-color:var(--color-light-bg);border-radius:20px;display:flex;flex-direction:column;row-gap:16px}.webinar-item__thumb{height:clamp(7.5rem,2.6315789474vw + 6.8421052632rem,10rem);border-radius:20px;overflow:hidden;flex-shrink:0}.webinar-item__thumb:focus-visible .article__img,.webinar-item__thumb:hover .article__img{transform:scale(1.2)}.webinar-item__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}.webinar-item__info{display:flex;flex-direction:column;row-gap:10px;height:100%}.webinar-item__tags{display:flex;flex-wrap:wrap;-moz-column-gap:8px;column-gap:8px}.webinar-item__tag{border:1px solid #e2e9ff;width:-moz-fit-content;width:fit-content;padding:4px 20px;border-radius:30px;line-height:1.25rem}.webinar-item__title{font-size:20px;font-weight:600;color:var(--color-dark-blue);line-height:120%}.webinar-item__title:focus-visible,.webinar-item__title:hover{color:var(--color-primary)}.webinar-item__bottom{margin-top:auto}.webinar-item__more{max-width:164px;width:100%;margin-top:25px}.webinar-item--type-2 .webinar-item__more{max-width:205px}.webinars__items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.webinars__item{height:100%}.share-button{font-size:0}.share-button:focus-visible,.share-button:hover{opacity:.5}.comment{display:flex;flex-direction:column;row-gap:20px}.comment__form{display:flex;flex-direction:column;row-gap:12px}.comment__form-group{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.comment__form-textarea{position:absolute;bottom:0;top:0;height:100%;padding-bottom:80px}.comment__form-message{display:flex;justify-content:flex-end;position:relative;border-radius:8px;background-color:#fafafa;border:1px solid transparent;height:160px}.comment__form-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:20px;-moz-column-gap:30px;column-gap:30px}.comment__form-upload{display:flex;-moz-column-gap:10px;column-gap:10px;width:60%}.comment__form-submit{max-width:160px;bottom:20px;right:20px;width:100%}.comment__title{color:var(--color-dark-blue);font-size:clamp(.875rem,.3947368421vw + .7763157895rem,1.25rem);font-weight:600}.comment__more{max-width:189px}.comment__footer{display:flex;justify-content:center}.comment__items{margin-top:40px}.comment__items>ol{margin:0;padding:0}.comment__item--thread{background-color:#e0e7ff;border-radius:16px;padding:12px}.comment ol{list-style:none;display:flex;flex-direction:column;row-gap:32px}.comment ol li{display:flex;flex-direction:column;row-gap:12px}.comment ol ol li{position:relative}.comment ol ol li::before{content:"";position:absolute;width:20px;height:20px;left:-2.3rem;background-image:url(../img/icons/arrow-top.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.comment-item{display:flex;flex-direction:column;row-gap:12px}.comment-item__author{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px}.comment-item__author-thumb{flex-shrink:0}.comment-item__author-img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.comment-item__author-top{display:flex;-moz-column-gap:clamp(.625rem,.6578947368vw + .4605263158rem,1.25rem);column-gap:clamp(.625rem,.6578947368vw + .4605263158rem,1.25rem)}.comment-item__author-name{display:flex;flex-direction:column;row-gap:4px}.comment-item__author-firstname{font-size:clamp(1rem,.2631578947vw + .9342105263rem,1.25rem);font-weight:600;color:var(--color-dark-blue)}.comment-item__author-visit{font-size:14px}.comment-item__body{display:flex;flex-direction:column;row-gap:12px}.comment-item__images{display:flex;align-items:center;gap:8px}.comment-item__image{width:40px;height:40px;border-radius:8px;transition:.4s}.comment-item__image:focus-visible,.comment-item__image:hover{opacity:.5}.comment-item__footer{display:flex;align-items:center;justify-content:space-between}.comment-item__like{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;font-weight:500}.comment-item__like-icon{display:inline-block;width:16px;height:16px;background-image:url(../img/icons/fire.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.comment-item__like:focus-visible,.comment-item__like:hover{opacity:.5}.comment-item__reply{text-decoration:underline;color:var(--color-primary);font-size:14px;font-weight:500;text-underline-offset:2px}.comment-item__reply:focus-visible,.comment-item__reply:hover{text-decoration:none}.post-detail-container{background-color:#e9eeff;border-radius:20px;padding:20px clamp(1rem,.5263157895vw + .8684210526rem,1.5rem);max-width:814px;width:100%;margin:0 auto}.post-detail__inner{display:flex;flex-direction:column;row-gap:20px}.post-detail__image{width:100%;height:clamp(12.1875rem,14.8026315789vw + 8.4868421053rem,26.25rem);border-radius:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);-o-object-fit:cover;object-fit:cover}.post-detail__content{margin-top:-150px}.post-detail__header{display:flex;align-items:center;flex-wrap:wrap;-moz-column-gap:12px;column-gap:12px;row-gap:8px;margin-bottom:16px}.post-detail__date{border:1px solid #e2e9ff;border-radius:30px;padding:4px 20px;font-size:12px}.post-detail__date span:last-child{color:var(--color-dark-blue)}.post-detail__title{font-size:clamp(1.625rem,.7894736842vw + 1.4276315789rem,2.375rem);font-weight:700px;color:var(--color-dark-blue);margin-bottom:clamp(.75rem,.5263157895vw + .6184210526rem,1.25rem)}.post-detail__footer{display:flex;align-items:center;justify-content:space-between;margin-top:clamp(1.25rem,2.6315789474vw + .5921052632rem,3.75rem);-moz-column-gap:20px;column-gap:20px}.post-detail__footer-left{display:flex;align-items:center;-moz-column-gap:20px;column-gap:20px}.post-detail__meta{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;font-size:14px}.post-detail__meta-button{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;font-weight:500}.post-detail__meta-button:focus-visible,.post-detail__meta-button:hover{opacity:.5}.post-detail__meta--read svg{stroke:var(--color-dark-blue);fill:transparent}.post-detail__comment{margin-top:40px}.post-detail--v2 .post-detail-container{max-width:100%}.post-detail--v2 .post-detail__content{margin-top:0}.footer{background-color:var(--color-dark-blue);color:var(--color-white);padding-top:32px;padding-bottom:40px;font-size:14px;font-weight:500}.footer__inner{display:flex;justify-content:space-between;-moz-column-gap:20px;column-gap:20px}.footer__logo-img{max-width:111px}.footer__left{display:flex;flex-direction:column;row-gap:24px}.footer__link{margin-top:24px;color:var(--color-white);text-decoration:underline;text-underline-offset:2px}.footer__link:focus-visible,.footer__link:hover{color:var(--color-primary)}.footer__nav-list{display:flex;flex-direction:column;row-gap:10px}.footer__nav-link{color:var(--color-white)}.footer__nav-link:focus-visible,.footer__nav-link:hover{color:var(--color-primary)}.footer__contact{display:flex;flex-direction:column;row-gap:12px}.footer__contact-item{display:flex;flex-direction:column;row-gap:4px}.footer__contact-item-title{color:var(--color-white)}.footer__contact-link{font-size:18px;color:var(--color-white)}.footer__contact-link:focus-visible,.footer__contact-link:hover{color:var(--color-primary)}.footer__copyright{margin-top:62px}.copy-block{position:relative}.copy-block__tooltip{position:absolute;white-space:nowrap;font-size:12px;background-color:var(--color-light-bg);color:var(--color-primary);padding:5px 15px;border-radius:12px;top:0;right:-30%;transform:translate(-50%,-50%);opacity:1;visibility:hidden;transition:.4s}.copy-block__input{width:100%;padding-right:50px;color:var(--color-primary)}.copy-block__input:focus{border-color:var(--color-light-bg)}.copy-block__button{position:absolute;top:50%;right:16px;transform:translate(-50%,-50%)}.copy-block__button:focus-visible,.copy-block__button:hover{opacity:.6}.modal{position:fixed;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:10px;opacity:0;visibility:hidden;color:#80848e;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:rgba(0,0,0,.1);transition:.3s}.modal__inner{display:flex;flex-direction:column;row-gap:30px;position:relative;background-color:var(--color-white);padding-left:clamp(.75rem,1.8421052632vw + .2894736842rem,2.5rem);padding-right:clamp(.75rem,1.8421052632vw + .2894736842rem,2.5rem);padding-top:clamp(1.25rem,1.3157894737vw + .9210526316rem,2.5rem);padding-bottom:24px;max-width:814px;width:100%;border-radius:20px}.modal__header{display:flex;flex-direction:column;row-gap:12px}.modal__logo{max-width:74px;margin-bottom:15px}.modal__title{font-size:26px;margin:0;font-weight:600;color:var(--color-dark-blue)}.modal__form-submit{margin-top:12px;max-width:164px}.modal__close{position:absolute;font-size:0;z-index:2;width:16px;height:16px;display:flex;align-items:center;justify-content:center;top:clamp(.75rem,.7894736842vw + .5526315789rem,1.5rem);right:clamp(.75rem,.7894736842vw + .5526315789rem,1.5rem)}.modal__close::after,.modal__close::before{content:"";position:absolute;width:100%;height:1px;background-color:var(--color-dark-blue);transform:rotate(45deg);transition:.3s}.modal__close::after{transform:rotate(-45deg)}.modal__close:focus-visible,.modal__close:hover{opacity:.7}.modal--active{opacity:1;visibility:visible}.modal-webinar__copy{display:flex;flex-direction:column;row-gap:clamp(.75rem,1.0526315789vw + .4868421053rem,1.75rem);width:-moz-fit-content;width:fit-content}.modal-webinar__copy-field{position:relative;max-width:436px;width:100%}.modal-webinar__close{max-width:142px}.modal-success__header{row-gap:clamp(.75rem,1.0526315789vw + .4868421053rem,1.75rem)}.modal-success__close{max-width:142px}.modal-share__inner{max-width:400px;text-align:center}.modal-share__content{display:flex;flex-direction:column;row-gap:20px}.modal-share__social{justify-content:center}.modal-share__social .social__link{width:50px;height:50px}#share-project .modal__inner{max-width:500px}#share-project .modal__title{font-size:clamp(1.125rem,.5263157895vw + .9934210526rem,1.625rem)}@media (max-width:1440px){.hide-xxl{display:none}.feedback__bg--logo{left:unset;top:unset;bottom:-24%}}@media (max-width:1366px){.hide-xl{display:none}}@media (max-width:1200px){.hide-xl-md{display:none}.lang-selector__dropdown{left:unset;right:0}.header__languages--mobile{margin-left:auto}.header__navigation{position:fixed;top:var(--header-height);bottom:0;left:0;right:0;background-color:var(--color-lightest-bg);z-index:999;padding:40px 12px;opacity:0;visibility:hidden;transition:.3s;overflow-y:auto}.header__navigation-inner{flex-direction:column;align-items:flex-start;row-gap:clamp(1.25rem,3.3783783784vw + .4054054054rem,2.5rem)}.header__nav-list{flex-direction:column;row-gap:24px;font-size:16px}.header__nav-item--current .header__nav-link{font-weight:500}.header__right{row-gap:20px;width:100%}.header__link{width:100%}.header--nav-active .header__navigation{opacity:1;visibility:visible}}@media (max-width:992px){.hide-lg{display:none}.slider-container{padding:0}.slider-container .swiper{padding-left:clamp(.75rem,1.8421052632vw + .2894736842rem,2.5rem);padding-right:clamp(.75rem,1.8421052632vw + .2894736842rem,2.5rem)}.hero__slide--type-1 .hero__img{position:static}.hero__slide--type-2 .hero__thumb::after{left:40%}.intro__images{top:82%;left:91%}.articles__slide{max-width:clamp(15.375rem,17.5675675676vw + 10.9831081081rem,21.875rem)}.press__slider-inner{display:flex;grid-template-columns:unset;gap:0}.press__slide{max-width:clamp(15.375rem,17.5675675676vw + 10.9831081081rem,21.875rem)}.press__slide:nth-child(even){margin:0}.reviews__items{-moz-column-count:2;column-count:2}.reviews__slide{max-width:clamp(15.625rem,16.8918918919vw + 11.402027027rem,21.875rem)}.feedback__content{grid-template-columns:1fr}.feedback__left{min-height:488px;justify-content:flex-start}.feedback__info{max-width:70%}.feedback__bg--person{left:50%}.feedback__bg--logo{left:unset;right:-10%;bottom:-10%}.about__images{display:none}.features__items{grid-template-columns:repeat(2,1fr)}.how__slide{flex-direction:column-reverse}.how__thumb{height:clamp(14.3125rem,22.972972973vw + 8.5692567568rem,22.8125rem)}.how__info{padding-top:0;max-width:100%}.articles__items,.webinars__items{grid-template-columns:repeat(2,1fr)}.post-detail__content{max-width:100%;margin-top:0}.video-slider{width:100%;height:320px}.project__mobile-slider .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center}.project__mobile-slider-title{padding-top:35px;font-size:14px;color:var(--color-dark-blue);font-weight:700;width:calc(100% - 165px)}.project__mobile-slider-content{padding-top:20px}.project__mobile-slider-nav{position:absolute;top:20px;left:0;padding:0 24px;display:flex;width:100%;justify-content:space-between;z-index:15}.project__mobile-slider-nav-btn{width:48px;height:48px;border-radius:12px;border:1px solid var(--color-primary);display:flex;align-items:center;justify-content:center}.project__mobile-slider-nav-btn svg{fill:transparent;stroke:#353535;width:12px;height:12px;transform:rotate(90deg)}.project__mobile-slider-nav-btn--prev svg{transform:rotate(-90deg)}.project__mobile-slider-nav-btn:focus-visible,.project__mobile-slider-nav-btn:hover{background-color:var(--color-primary)}.project__mobile-slider-nav-btn:focus-visible svg,.project__mobile-slider-nav-btn:hover svg{stroke:var(--color-white)}.footer__inner{display:grid;grid-template-columns:repeat(2,1fr);row-gap:40px}}@media (max-width:767px){.hide-md{display:none}.filter{position:fixed;bottom:0;right:0;left:0;top:0;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:rgba(0,0,0,.1);opacity:0;padding:15px;visibility:hidden;transition:.3s}.filter__inner{padding:20px 15px 15px;background-color:var(--color-lightest-bg);max-width:500px;width:100%;border-radius:20px;transform:translateY(100px);transition:.5s}.filter__items{flex-direction:column}.filter__item{max-width:100%}.filter--active{opacity:1;visibility:visible}.filter--active .filter__inner{transform:translateY(0)}.page__title--center{text-align:left}.page__footer{flex-direction:column}.page__search,.page__select{max-width:100%}.pagination{width:100%;justify-content:space-between}.header__right{flex-direction:column}.has-table table{display:none}.has-table .mobile-table{display:flex}.form__column{flex-direction:column}.hero__slider-pagination{left:50%!important;transform:translate(-50%,-50%)}.hero__slide--type-1{flex-direction:column;align-items:flex-start}.hero__slide--type-1 .hero__info{max-width:100%}.hero__slide--type-1 .hero__img{position:relative;top:-5%}.hero__slide--type-2{align-items:flex-start;padding-top:20px}.hero__slide--type-2 .hero__info{max-width:100%;padding-right:20px}.hero__slide--type-2 .hero__thumb{position:absolute;width:auto;left:0;right:0;bottom:0;top:0}.hero__slide--type-2 .hero__thumb::after{width:100%;height:100%;filter:unset;opacity:.8;border-radius:0;left:0;top:0;bottom:0;right:0;transform:unset}.hero__slide--type-2 .hero__img{position:absolute;left:0;right:0;top:0;bottom:0}.hero__slide--type-3{align-items:flex-end}.hero__slide--type-3::before{background:0 0,linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)}.hero__slide--type-3 .hero__info{max-width:100%;padding-right:20px}.intro{height:90vh}.intro__content{padding-bottom:236px}.intro__images{left:unset;right:-29%}.intro__image--2{width:114px;top:17%;left:-21%}.intro__image--3{width:99px;left:-31%;bottom:18%}.intro__to-bottom{left:13%;bottom:13%}.intro__info{max-width:100%}.solutions__item{flex-direction:column}.solutions__item-thumb{width:100%}.solutions__item-info{padding:0}.solutions__item:nth-child(even){flex-direction:column}.section__header--center{text-align:left}.section__footer--center{align-items:flex-start}.promo__content::after,.promo__content::before{display:none}.promo__inner{text-align:center;justify-content:flex-end}.promo__links{flex-direction:column;align-items:center}.promo__bg{filter:blur(3px)}.promo__logo{width:279px;height:279px;right:-100px}.feedback__content{border-radius:20px;row-gap:20px}.feedback__left{flex-direction:column-reverse;padding-bottom:230px;border-radius:20px}.feedback__right{padding-bottom:20px}.feedback__info{max-width:100%}.feedback__title{font-weight:500}.feedback__bg--person{transform:translate(-50%,-50%);top:86%}.feedback__bg--logo{right:-32%;bottom:-22%}.press__items,.sitemap__items{grid-template-columns:1fr}.contacts__content{flex-direction:column;align-items:flex-start}.reviews__items{-moz-column-count:1;column-count:1}.how__thumb::after{display:none}.articles__items,.comment__form-group,.webinars__items{grid-template-columns:1fr}.comment-item__author-top{width:100%}.comment-item__author-name{margin-right:auto}.footer__inner{display:flex;flex-direction:column;row-gap:62px;align-items:center;text-align:center}.footer__contact,.footer__left,.footer__nav-list{align-items:center}.footer__contact-link--whatsapp{font-size:20px;font-weight:600}.footer__contact-link--email{font-size:14px}.footer__copyright{text-align:center}.modal__form-submit{max-width:100%}.modal-webinar__form-column{flex-direction:column-reverse}.modal-webinar__copy{width:100%}.modal-success__close,.modal-webinar__close,.modal-webinar__copy-field{max-width:100%}}@media (min-width:768px){.show-md{display:none}}@media (min-width:993px){.show-lg{display:none}}@media (min-width:1201px){.show-xl-md{display:none}}@media (min-width:1367px){.show-xl{display:none}}@supports (-webkit-appearance:none){.form__checkbox input[type=checkbox]:checked~div::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDEwNS40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0yNTYgMjU2Yy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTI4LTEyOGMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMEwxNjAgMzM4LjcgMzkzLjQgMTA1LjRjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDB6Ii8+PC9zdmc+)}.custom-select__selected::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzRGNEY0RiIvPgo8L3N2Zz4K)}.review::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA5MiA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4xIiBkPSJNNDUuMDA3MSA0Mi4zMzQ1QzQ1LjAwNzEgNDguMjk4NyA0Mi44MTE2IDUzLjM5NDIgMzguNDMxMyA1Ny42MzUxQzM0LjE4MjUgNjEuODc5NiAyOS4xMzc5IDY0IDIzLjI5NzUgNjRDMTYuMTI1IDY0IDEwLjQxOTYgNjEuMzUxMiA2LjE3NDMgNTYuMDQzQzIuMDUzMzYgNTEuMTQ5NiAwIDQ1LjExNDUgMCAzNy45NTg5QzAgMjQuODM5MSAxMS4xNTUgMTIuMTkwOCAzMy40NTQyIDBMMzYuNjM3MyA0Ljk2MDcyQzI5LjA3MzkgMTEuMTk0NCAyNS4yODY5IDE2LjIyNjEgMjUuMjg2OSAyMC4wNjk4QzI1LjI4NjkgMjEuMjY4MyAyNi44Nzg1IDIyLjQ1NjIgMzAuMDY1MSAyMy42NTQ3QzM0Ljg1MzkgMjUuMzcwOSAzOC4wOTM4IDI3LjAzMDQgMzkuODMxIDI4LjYxNTRDNDMuMjczNCAzMS41MzczIDQ1LjAwNzEgMzYuMTA3OSA0NS4wMDcxIDQyLjMzNDVaTTkyIDQyLjMzNDVDOTIgNDguMjk4NyA5MC4wMDcgNTMuMzk0MiA4Ni4wMjExIDU3LjYzNTFDODEuNzc1OCA2MS44Nzk2IDc2LjY2NzMgNjQgNzAuNjk1NCA2NEM2My41MjI5IDY0IDU3LjgxMDQgNjEuMzUxMiA1My41NjUxIDU2LjA0M0M0OS4zMTk4IDUxLjE0OTYgNDcuMTkxOSA0NS4xMTQ1IDQ3LjE5MTkgMzcuOTU4OUM0Ny4xOTE5IDI0LjgzOTEgNTguMzQ2OCAxMi4xOTA4IDgwLjY0NjEgMEw4NC4yMzA2IDQuOTYwNzJDNzYuMzk3MyAxMS4xOTQ0IDcyLjQ3ODggMTYuMjI2MSA3Mi40Nzg4IDIwLjA2OThDNzIuNDc4OCAyMS4yNjgzIDc0LjIwMTggMjIuNDU2MiA3Ny42NTEzIDIzLjY1NDdDODIuMzA1MSAyNS4zNzA5IDg1LjQ5MTggMjcuMDMwNCA4Ny4yMTQ3IDI4LjYxNTRDOTAuNDA0OSAzMS41MzczIDkyIDM2LjEwNzkgOTIgNDIuMzM0NVoiIGZpbGw9IiMyMzMxMzMiIHN0eWxlPSJmaWxsOiMyMzMxMzM7ZmlsbDpjb2xvcihkaXNwbGF5LXAzIDAuMTM3MyAwLjE5MjIgMC4yMDAwKTtmaWxsLW9wYWNpdHk6MTsiLz4KPC9zdmc+Cg==)}.how__thumb::after,.how__thumb::before{background-image:url(../img/promo-logo.webp)}.comment ol ol li::before{background-image:url(../img/icons/arrow-top.svg)}.comment-item__like-icon{background-image:url(../img/icons/fire.svg)}}