.slider__wrapper{position:relative}.slider__wrapper .slider__control{align-items:center;background:var(--rr-theme-block-color);border:none;border-radius:100px 0 0 100px;box-shadow:0 4px 10px #00000014;cursor:pointer;display:flex;height:32px;justify-content:center;left:-16px;position:absolute;top:168px;width:16px;z-index:1}.slider__wrapper .slider__control:hover{color:var(--rr-theme-block-hover-color)}.slider__wrapper .slider__control:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjgiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA3IDgiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTYuNTUyLjEyOCAyLjk2OCAzLjc0NGwzLjU4NCAzLjZIMy45NzZsLTMuNTg0LTMuNkwzLjk3Ni4xMjh6Ii8+PC9zdmc+);filter:var(--rr-theme-filter-img)}.slider__wrapper .slider__control:disabled{cursor:not-allowed}.slider__wrapper .slider__control:disabled:before{opacity:.3}.slider__wrapper .slider__control:disabled:hover{color:var(--rr-theme-block-hover-color)}.slider__wrapper .slider__control--right{border-radius:0 100px 100px 0;left:unset;right:-16px}.slider__wrapper .slider__control--right:before{transform:rotate(180deg)}.photos-modal-wrapper{align-items:center;background-color:#000c;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1999}.photos-modal-wrapper.active{display:flex}.photos-modal-wrapper .photo-wrapper{align-items:center;display:flex;justify-content:center}.photos-modal-wrapper .photo-wrapper,.photos-modal-wrapper .photo-wrapper img{max-height:80%;max-width:80%}@media only screen and (max-width:767px){.photos-modal-wrapper .photo-wrapper,.photos-modal-wrapper .photo-wrapper img{max-height:90%;max-width:90%}}.photos-modal-wrapper .photos-list-wrapper{align-items:center;bottom:16px;column-gap:16px;display:flex;justify-content:center;left:50%;position:fixed;transform:translate(-50%)}.photos-modal-wrapper .photos-list-wrapper .review-card__photo-item,.photos-modal-wrapper .photos-list-wrapper .review-card__photo-item img{height:96px;width:96px}.review-card__photo-items{column-gap:16px;display:flex;flex-direction:row;row-gap:16px}@media only screen and (max-width:767px){.review-card__photo-items{flex-wrap:wrap;max-width:100%}}.review-card__photo-item{box-sizing:border-box;cursor:pointer;height:128px;position:relative;width:128px}.review-card__photo-item img{border-radius:16px;height:128px;object-fit:cover;width:128px}@media only screen and (max-width:767px){.review-card__photo-item{max-height:90px;max-width:90px}.review-card__photo-item img{height:90px;width:90px}}.single-review__pros-cons-wrapper{align-items:start;column-gap:16px;display:flex}@media only screen and (max-width:767px){.single-review__pros-cons-wrapper{flex-direction:column;row-gap:16px}}.single-review__pros-cons-wrapper.translated .single-review__pros_cons li{display:none}.single-review__pros-cons-wrapper.translated .single-review__pros_cons li.translated{display:flex}.single-review__pros_cons{display:flex;flex-direction:column;padding:0;row-gap:12px;width:100%}.single-review__pros_cons li{align-items:start;color:var(--rr-theme-text-color);column-gap:8px;display:flex;font-size:18px}.single-review__pros_cons .translated{display:none}.single-review__pros_cons.cons li:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='red' viewBox='0 -960 960 960'%3E%3Cpath d='M280-440h400v-80H280zM480-80q-83 0-156-31.5T197-197t-85.5-127T80-480t31.5-156T197-763t127-85.5T480-880t156 31.5T763-763t85.5 127T880-480t-31.5 156T763-197t-127 85.5T480-80'/%3E%3C/svg%3E");height:24px;width:24px}.single-review__pros_cons.pros li:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2300b862' viewBox='0 -960 960 960'%3E%3Cpath d='M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160zm40 200q-83 0-156-31.5T197-197t-85.5-127T80-480t31.5-156T197-763t127-85.5T480-880t156 31.5T763-763t85.5 127T880-480t-31.5 156T763-197t-127 85.5T480-80'/%3E%3C/svg%3E");height:24px;width:24px}.review_card__body-text{color:var(--rr-theme-text-color);font-size:18px;font-weight:600;line-height:24px}.review_card__pros-cons-wrapper{display:flex;flex-direction:column;row-gap:8px;width:100%}.review_card__pros-cons-wrapper:first-child{width:calc(100% - 16px)}.custom-component-select__list{background:#fafaff;border-radius:8px;box-shadow:0 0 10px #0009;display:block;max-height:300px;min-width:200px;opacity:0;overflow:auto;pointer-events:none;position:absolute;right:-23px;top:32px;transform:scaleY(0);transform-origin:top left;transition:all .3s ease-in-out;z-index:2}.custom-component-select__list.show{opacity:1;pointer-events:auto;transform:scale(1)}.custom-component-select__list-item{background:var(--rr-color-white);color:var(--rr-theme-text-color);display:block;font-size:16px;line-height:24px;list-style-type:none;padding:12px 16px;position:relative;transition:all .3s ease-in-out}.custom-component-select__list-item[data-value]{background:#fafaff;text-align:left}.custom-component-select__list-item[data-value]:hover{background:var(--rr-color-white-hover);cursor:pointer}.custom-component-select__list-item:first-letter{text-transform:capitalize}.custom-component-select__list-item.active:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgOSI+PHBhdGggZmlsbD0iIzJlMmQzMSIgZD0ibTQuMzY3IDktMy44LTMuOC45NS0uOTUgMi44NSAyLjg1TDEwLjQ4My45ODNsLjk1Ljk1eiIvPjwvc3ZnPg==);position:absolute;right:16px}.customer-reviews-list{position:relative}.customer-reviews-list .customer-reviews-list__loader{align-items:center;background-color:#ffffffb3;cursor:progress;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:3}.reviews-section__rewiews-wrapper{display:flex;flex-direction:column;width:100%}.reviews-section__rewiews-wrapper .reviews-section__review{background:var(--rr-theme-second-block-color);border-color:var(--rr-theme-border-color);border-radius:16px;display:flex;flex-direction:column;position:relative;width:100%}.reviews-section__rewiews-wrapper .reviews-section__review:not(:last-child){margin-bottom:16px}.reviews-section__rewiews-wrapper .reviews-section__review .review__top{align-items:center;background:var(--rr-theme-block-color);border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #7373730d;display:flex;height:72px;padding:10px 32px}@media only screen and (max-width:1199px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top{padding:10px 15px}}@media only screen and (max-width:991px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top{padding:10px 20px}}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top{display:grid;grid-auto-rows:auto;grid-template-columns:auto 1fr;height:auto;padding:24px 20px 12px;position:relative}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating{align-items:center;color:var(--rr-theme-text-color);display:flex}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating span{font-size:24px;font-weight:500;margin-left:10px}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating span{font-size:18px}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating{align-items:start;grid-column:1/3;grid-row:1/2;justify-content:space-between;width:100%}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-title{color:var(--rr-theme-text-color);font-size:24px;font-weight:500;margin:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-title{font-size:20px;line-height:24px;margin:4px 0;max-width:100%;text-wrap:wrap}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-title.disabled{display:none}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-info{column-gap:8px;display:flex;flex:1;flex-direction:row;font-size:16px;font-weight:500;justify-content:space-between}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-info{align-items:center;flex-direction:row;grid-column:1/3;grid-row:3/4;justify-content:space-between;width:100%}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-name{align-items:center;color:var(--rr-theme-second-text-color);display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-time{align-items:center;color:#a5adca;display:flex;white-space:nowrap}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-time-user{display:none;font-weight:400}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-time-user{display:flex}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-time-alone{display:none}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-img{grid-area:img}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-user-info{display:flex;flex-direction:column;grid-area:info;min-height:100%}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-address{align-items:flex-start;color:#a5adca;display:flex;flex:1;font-weight:400}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-address:not(:empty):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' fill='none' viewBox='0 0 12 17'%3E%3Cpath fill='%23a5adca' d='M6 0C2.692 0 0 2.762 0 6.157c0 4.213 5.37 10.398 5.598 10.66.215.244.59.244.804 0C6.631 16.554 12 10.37 12 6.156 12 2.762 9.308 0 6 0m0 9.254c-1.665 0-3.019-1.39-3.019-3.097S4.335 3.059 6 3.059s3.019 1.39 3.019 3.098S7.665 9.254 6 9.254'/%3E%3C/svg%3E");margin-right:4px}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-user{column-gap:12px;display:grid;grid-template-areas:"img info info";place-items:center}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-address:empty{display:none}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified{align-items:center;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMS4xOSA3LjM2NSAyLjYwNCA1Ljk1bDMuODc1IDMuODc0IDYuNDYtNi40NTcgMS40MTUgMS40MTQtNy44NzUgNy44NzR6Ii8+PC9zdmc+) #940ffd;background-position:50%;background-repeat:no-repeat;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-left:16px;width:20px}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified{background-size:14px 14px;grid-column:2/3;grid-row:2/3;height:16px;margin-left:8px;margin-right:8px;position:static;width:16px}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified:hover:before{border:8px solid transparent;border-bottom:8px solid #fff;border-top:none;content:"";position:absolute;top:68px;z-index:1}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified:hover:after{border:8px solid transparent;border-bottom:8px solid #e8ebf4;border-top:none;content:"";position:absolute;top:67px}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text{right:30px;top:-14px;width:415px}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text{left:20px;right:unset;top:75px;width:calc(100% - 40px)}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text:before{border-bottom-color:transparent;border-right:none;border-top-color:transparent;right:-7px;top:15px}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text:before{content:none}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text:after{border-bottom-color:transparent;border-right:none;border-top-color:transparent;right:-8px;top:15px}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text:after{content:none}}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom{background:var(--rr-theme-review-bottom-color);border-radius:0 0 16px 16px;display:flex;flex-direction:column;padding:24px 32px;position:relative;row-gap:16px}@media only screen and (max-width:991px){.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom{padding:24px}}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom{padding:12px 20px 24px}}.reviews-section__rewiews-wrapper .reviews-section__review .rewiew__bottom-title{display:flex}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .rewiew__bottom-title{flex-direction:column}}.reviews-section__rewiews-wrapper .reviews-section__review .review__status{color:#a5adca;font-size:12px;position:absolute;right:10px;top:10px}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-text{color:var(--rr-theme-text-color);font-size:18px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:pre-line;word-break:break-word}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-text.disabled{display:none}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-actions{align-items:center;column-gap:15px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:16px;row-gap:10px}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-actions{justify-content:start}}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-actions .review__bottom-actions__respond{align-items:center;background:none;border:none;color:#940ffd;cursor:pointer;display:flex;font-size:16px;font-weight:700;text-decoration:underline}@media only screen and (max-width:767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-actions .review__bottom-actions__respond{font-size:14px}}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-actions .review__bottom-actions__respond:hover{text-decoration:underline}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-actions__respond-block{display:flex}.reviews-section__rewiews-wrapper .reviews-section__review .dropdown:hover>.dropdown-menu{display:block}.reviews-section__rewiews-wrapper .reviews-section__review .dropdown>.dropdown-toggle:active{pointer-events:none}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper{align-items:center;display:flex}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__share-btns{align-items:center;background:none;background:#e0e3f4;border:none;border-radius:16px;color:var(--rr-theme-text-color);cursor:pointer;display:flex;height:24px;justify-content:center;outline:none;padding:4px;width:24px}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-count{color:#8a8d99;font-size:16px;margin-left:5px}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn{align-items:center;background:none;border:none;color:#8a8d99;cursor:pointer;display:flex;font-size:16px;outline:none}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn svg{margin-right:8px}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn:hover{color:var(--rr-theme-text-color)}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn.liked{color:#940ffd}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn.liked svg{stroke:#940ffd}.reviews-section__rewiews-wrapper .reviews-section__review .review__share-btn{align-items:center;column-gap:1rem;display:flex}.reviews-section__rewiews-wrapper .reviews-section__review .review__share-btn p{margin:0}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer{background:#fff;background:var(--rr-theme-pagination-background);border:1px solid #e8ebf4;border-color:var(--rr-theme-border-color);border-radius:16px;box-shadow:0 -4px 20px #7373730d;display:flex;flex-direction:column;margin-top:24px;padding:24px;row-gap:16px;width:100%}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer .hidden{display:none}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top{align-items:center;column-gap:16px;display:flex}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top img{border-radius:50%;flex-shrink:0;height:32px;width:32px}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top-details{color:var(--rr-theme-text-color);display:flex;flex-direction:column;font-size:16px;font-weight:500;line-height:20px}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top-details time{color:#a5adca;font-weight:400}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__text{color:var(--rr-theme-text-color);font-size:18px;line-height:24px}.review__own-company{color:#a5adca;font-size:16px;font-weight:400;margin-right:15px}@media only screen and (max-width:767px){.review__own-company{font-size:14px;margin-right:0}}.review__info-box{align-items:end;display:flex;flex-grow:1;justify-content:flex-end}@media only screen and (max-width:767px){.review__info-box{justify-content:space-between}}.review-tooltip__icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjYzRjOWRhIiBkPSJNOSAxNWgyVjlIOXptMS04YS45Ny45NyAwIDAgMCAuNzEzLS4yODhBLjk2Ljk2IDAgMCAwIDExIDZhLjk3Ljk3IDAgMCAwLS4yODgtLjcxMkEuOTcuOTcgMCAwIDAgMTAgNWEuOTcuOTcgMCAwIDAtLjcxMi4yODhBLjk3Ljk3IDAgMCAwIDkgNnEwIC40MjQuMjg4LjcxM0EuOTYuOTYgMCAwIDAgMTAgN20wIDEzYTkuNyA5LjcgMCAwIDEtMy45LS43ODggMTAuMSAxMC4xIDAgMCAxLTMuMTc1LTIuMTM3UTEuNTc1IDE1LjcyNS43ODggMTMuOUE5LjggOS44IDAgMCAxIDAgMTBxMC0yLjA3NC43ODgtMy45YTEwLjEgMTAuMSAwIDAgMSAyLjEzNy0zLjE3NVE0LjI3MyAxLjU3NSA2LjEuNzg4QTkuNyA5LjcgMCAwIDEgMTAgMHEyLjA3MyAwIDMuOS43ODhhMTAuMSAxMC4xIDAgMCAxIDMuMTc1IDIuMTM3cTEuMzQ4IDEuMzUgMi4xMzggMy4xNzVBOS43IDkuNyAwIDAgMSAyMCAxMGE5LjggOS44IDAgMCAxLS43ODggMy45IDEwIDEwIDAgMCAxLTIuMTM3IDMuMTc1IDEwLjIgMTAuMiAwIDAgMS0zLjE3NSAyLjEzOEE5LjcgOS43IDAgMCAxIDEwIDIwbTAtMnEzLjM1IDAgNS42NzUtMi4zMjVUMTggMTB0LTIuMzI1LTUuNjc1VDEwIDIgNC4zMjUgNC4zMjUgMiAxMHQyLjMyNSA1LjY3NVQxMCAxOCIvPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjIiIGQ9Ik05IDE1aDJWOUg5em0xLThhLjk3Ljk3IDAgMCAwIC43MTMtLjI4OEEuOTYuOTYgMCAwIDAgMTEgNmEuOTcuOTcgMCAwIDAtLjI4OC0uNzEyQS45Ny45NyAwIDAgMCAxMCA1YS45Ny45NyAwIDAgMC0uNzEyLjI4OEEuOTcuOTcgMCAwIDAgOSA2cTAgLjQyNC4yODguNzEzQS45Ni45NiAwIDAgMCAxMCA3bTAgMTNhOS43IDkuNyAwIDAgMS0zLjktLjc4OCAxMC4xIDEwLjEgMCAwIDEtMy4xNzUtMi4xMzdRMS41NzUgMTUuNzI1Ljc4OCAxMy45QTkuOCA5LjggMCAwIDEgMCAxMHEwLTIuMDc0Ljc4OC0zLjlhMTAuMSAxMC4xIDAgMCAxIDIuMTM3LTMuMTc1UTQuMjczIDEuNTc1IDYuMS43ODhBOS43IDkuNyAwIDAgMSAxMCAwcTIuMDczIDAgMy45Ljc4OGExMC4xIDEwLjEgMCAwIDEgMy4xNzUgMi4xMzdxMS4zNDggMS4zNSAyLjEzOCAzLjE3NUE5LjcgOS43IDAgMCAxIDIwIDEwYTkuOCA5LjggMCAwIDEtLjc4OCAzLjkgMTAgMTAgMCAwIDEtMi4xMzcgMy4xNzUgMTAuMiAxMC4yIDAgMCAxLTMuMTc1IDIuMTM4QTkuNyA5LjcgMCAwIDEgMTAgMjBtMC0ycTMuMzUgMCA1LjY3NS0yLjMyNVQxOCAxMHQtMi4zMjUtNS42NzVUMTAgMiA0LjMyNSA0LjMyNSAyIDEwdDIuMzI1IDUuNjc1VDEwIDE4Ii8+PC9zdmc+);display:flex;height:20px;width:20px}.review-tooltip{cursor:pointer;margin-left:10px;position:relative}.review-tooltip__text{background:#fff;border:1px solid #e8ebf4;border-radius:8px;bottom:-97px;box-shadow:0 4px 20px #0000000d;color:#000;display:none;font-size:16px;font-weight:500;padding:10px;position:absolute;right:-19px;width:440px;z-index:9999}@media only screen and (max-width:767px){.review-tooltip__text{bottom:-90px;font-size:14px;height:80px;width:288px}}.review-tooltip__text.tooltip__side_left{bottom:-110px;left:-21px}@media only screen and (max-width:767px){.review-tooltip__text.tooltip__side_left{left:-130px}}.review-tooltip:hover .review-tooltip__text{display:block}.review-tooltip__text:before{border:8px solid transparent;border-bottom:8px solid #fff;border-top:none;bottom:100%;content:"";position:absolute;right:20px;z-index:11}.review-tooltip__text.tooltip__side_left:before{right:400px}.show-review-moderation{align-items:center;background:#edd7ff;border-radius:16px 0;color:var(--rr-color-purple);display:flex;justify-content:center;padding:14px 40px}@media only screen and (max-width:767px){.show-review-moderation{border-radius:0 0 16px 16px;padding:14px 0;width:100%}}.freeze-one-month-background{background:#e1e3fa;color:#5c89fe}.review__bottom-moderation{align-items:end;display:flex;justify-content:flex-end;margin:0 -32px -24px;position:relative}@media only screen and (max-width:991px) and (min-width:768px){.review__bottom-moderation{margin:0 -24px -24px}}@media only screen and (max-width:767px){.review__bottom-moderation{margin:0 -20px -24px}}.show-review-moderation:after{background-color:#940ffd;content:"";display:inline-block;height:22px;margin-left:8px;mask:url(/build/assets/warning_icon-0a46714d.svg) no-repeat 50% 50%;mask-size:cover;width:22px}.freeze-one-month-background:after{background-color:#5c89ff}.review__actions{align-items:center;background:var(--rr-theme-second-block-color);border-radius:0 0 16px 16px;column-gap:16px;display:flex;padding:12px 32px}@media only screen and (max-width:767px){.review__actions{padding:12px 20px}}.review__translation-wrapper{align-items:center;display:flex;margin-left:auto}.review__translation-button{background:none;border:none;color:#8a8d99;cursor:pointer;font-size:16px;font-weight:400}.review__translation-options{column-gap:16px;display:none;text-align:center}.review__translation-wrapper.active>button{display:none}.review__translation-wrapper.active .review__translation-options{display:flex}.review__translation-dots{align-items:center;background:none;border:none;cursor:pointer;display:flex}.review__translation-dots-wrapper{display:flex;position:relative}.categories-section .main-list{font-weight:500}.categories-section .main-list>.categories-list__item a.categories-list__expander{border-radius:8px}.categories-section .main-list>.categories-list__item>.categories-list__expander{align-items:center;border-radius:8px 8px 0 0;display:flex;height:70px;justify-content:center;position:relative;width:100%;-webkit-tap-highlight-color:transparent;column-gap:8px;outline:none}@media only screen and (max-width:767px){.categories-section .main-list>.categories-list__item>.categories-list__expander{border-radius:8px}.categories-section .main-list>.categories-list__item>.categories-list__expander.expanded{border-radius:8px 8px 0 0}}.categories-section .main-list>.categories-list__item>.categories-list__expander img{height:30px;width:30px}.categories-section .main-list>.categories-list__item>.categories-list__expander a{font-size:18px;font-weight:500}@media only screen and (max-width:991px){.categories-section .main-list>.categories-list__item>.categories-list__expander a{font-size:17px}}@media only screen and (max-width:767px){.categories-section .main-list>.categories-list__item>.categories-list__expander a{font-size:16px}}.categories-section .main-list>.categories-list__item>.categories-list__expander p{font-size:18px;font-weight:500}.categories-section .main-list>.categories-list__item>.categories-list__expander span{align-items:center;column-gap:8px;display:flex}.categories-section .main-list>.categories-list__item>.categories-list__expander span img{height:30px;width:30px}.categories-section .main-list>.categories-list__item .arrow-main-category,.categories-section .main-list>.categories-list__item .arrow-up-main-category{position:absolute;right:2px;top:50%;transform:translateY(-50%)}.categories-section .categories-list__expander:hover{color:var(--rr-color-purple);cursor:pointer}.categories-section .categories-list__expander.expanded{color:var(--rr-color-purple)}.categories-section .categories-section__wrapper{border-radius:8px;column-count:3;padding:40px 48px;width:100%}@media only screen and (max-width:991px){.categories-section .categories-section__wrapper{column-count:2;padding:32px}}@media only screen and (max-width:767px){.categories-section .categories-section__wrapper{column-count:1;padding:22px 0}}.categories-section .categories-section__wrapper>.categories-list{align-items:flex-start;display:inline-flex;flex-direction:column;margin-bottom:24px;row-gap:10px;width:100%;-moz-column-break-inside:avoid;background:var(--rr-theme-block-color);border-radius:8px;break-inside:avoid-column}@media only screen and (max-width:767px){.categories-section .categories-section__wrapper>.categories-list{margin-bottom:10px}}.categories-section .categories-list{list-style:none}.categories-section .categories-list .categories-list .categories-list{padding-left:15px}.categories-section .categories-list__item{display:flex;flex-direction:column;row-gap:10px;width:100%}.categories-section .categories-list__item .categories-list{display:flex;flex-direction:column;padding-bottom:25px;padding-left:25px;row-gap:10px}@media only screen and (max-width:767px){.categories-section .categories-list__item .categories-list{display:none}}.categories-section .categories-list__item a{color:var(--rr-theme-text-color);font-weight:400;text-align:start;text-decoration:none}.categories-section .categories-list__item a:hover{color:var(--rr-color-purple)!important}@media only screen and (max-width:767px){.categories-section .categories-list__expander.expanded+.categories-list{display:flex}.arrow-main-category{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADNSURBVHgB7ZOxDcIwEEX/2YSKhJRA5TIFQRYTkA1Yg44RGIUNEBNkBDICZcoMEGJikQiERGKnAuEnnWTZd/d0sg5wOL6GOF6fokgKmxpmkyylFAS19Rg2NnVWkqE4yQ9KhJBh33tfTqdktZSHwKfLp73QzYMJpYGPI4ZK2OhRPPYofRe1AhBCxrEfLMmy7Mq4SlpRWULos2J8+hSoROd19SEYoDe9utVNgbCJQoeJoHeSlpeJiubKWKDhMCTP82K+mJ1VBar/amcqcPwxdwQ9O84EBHm3AAAAAElFTkSuQmCC)}.arrow-main-category,.arrow-up-main-category{display:inline-block;font-size:0;height:24px;margin-right:5px;width:24px}.arrow-up-main-category{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADSSURBVHgB7ZQxCsIwFIZfE9q5drDWqWMRKvEIvYHewCt4E2/g6i2c3Tp27JihQ2YFY1IUIqh9IYNC80PIe4//8YWXEACvUYramIuC5Vk2PyRJeu46LrB9AdaoAVEYnFSYq9VerrJqmrrF9BKMyQDEj1Kf6zqmfxBiAIBQuemLN7lTMxBYELEAVGprdSwlCEJUjgR9hUQU1k9AXb/OX+UGCPbgIsZYbMT5slzJcsG2nzzvNHgn+sSuHtTrcpWH/B/E6oPknIt0OpvQEI46Bi+vn+sODrNCn5CsawQAAAAASUVORK5CYII=)}}.home-categories .categories-list .categories-list__item .categories-list__expander{background:var(--rr-theme-block-color);color:var(--rr-theme-text-color);justify-content:center;padding:0}.home-categories .categories-list .categories-list__item .categories-list__expander:hover{background:var(--rr-theme-second-background-color)}.home-categories .categories-list .categories-list__item .categories-list__expander a:hover{color:var(--rr-color-font)}.home-categories .categories-list .categories-list__item .categories-list__expander img{filter:var(--rr-theme-filter-img)}.home-categories .read-more-block{overflow:hidden;position:relative;transition:height .3s ease}@media only screen and (min-width:768px){.home-categories .read-more-block{height:auto!important}}@media only screen and (max-width:767px){.home-categories .read-more-block:not(.expanded):after{display:none}}.sub-list .categories-list__expander a{color:var(--rr-theme-text-color)}@media only screen and (min-width:768px){.home-title-box-button{align-items:center;display:flex;justify-content:space-between}}.categories__wrapper{column-count:3;list-style-type:none;margin:0;padding:0;width:100%}@media only screen and (max-width:991px){.categories__wrapper{column-count:2}}@media only screen and (max-width:767px){.categories__wrapper{column-count:1}}.categories__item{display:inline-flex;flex-direction:column;justify-content:center;width:100%;-moz-column-break-inside:avoid;background:var(--rr-theme-block-color);border-radius:8px;break-inside:avoid-column;margin-bottom:16px}.categories__item.open .categories__list{display:flex}.categories__item.open .arrow-icon{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADSSURBVHgB7ZQxCsIwFIZfE9q5drDWqWMRKvEIvYHewCt4E2/g6i2c3Tp27JihQ2YFY1IUIqh9IYNC80PIe4//8YWXEACvUYramIuC5Vk2PyRJeu46LrB9AdaoAVEYnFSYq9VerrJqmrrF9BKMyQDEj1Kf6zqmfxBiAIBQuemLN7lTMxBYELEAVGprdSwlCEJUjgR9hUQU1k9AXb/OX+UGCPbgIsZYbMT5slzJcsG2nzzvNHgn+sSuHtTrcpWH/B/E6oPknIt0OpvQEI46Bi+vn+sODrNCn5CsawQAAAAASUVORK5CYII=)}.categories__link-wrapper{align-items:center;border-radius:8px;display:flex;justify-content:center;position:relative;width:100%}@media only screen and (max-width:767px){.categories__link-wrapper{font-size:16px}}.categories__link-wrapper.blue{background:#b4e3ff}.categories__link-wrapper.purple{background:#edd7ff}.categories__link-wrapper.yellow{background:#ffdbaa}.categories__link-wrapper.light_blue{background:#d3ecff}.categories__link-wrapper.orange{background:#fcb}.categories__link{align-items:center;color:var(--rr-color-font);column-gap:8px;display:flex;height:70px;justify-content:center;text-decoration:none}.categories__link p{font-size:18px;font-weight:500}.categories__link img{height:30px;width:30px}.categories__link:hover{color:var(--rr-color-purple)!important;cursor:pointer}.categories__link:hover img{filter:brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(3830%) hue-rotate(264deg) brightness(86%) contrast(136%)!important}.categories__list{display:flex;flex-direction:column;list-style-type:none;padding:12px 16px;row-gap:12px}@media only screen and (max-width:767px){.categories__list{display:none}}.categories__list-item a{color:var(--rr-theme-text-color);text-decoration:none}.categories__list-item a:hover{color:var(--rr-color-purple);cursor:pointer}.categories__wrapper.home .categories__item:hover{background:var(--rr-theme-second-background-color)}.categories__wrapper.home .categories__link{color:var(--rr-theme-text-color)}.categories__wrapper.home .categories__link img{filter:var(--rr-theme-filter-img)}.categories__arrow{background:none;border:none;display:inline-block;height:24px;position:absolute;right:8px;width:24px}.categories__arrow .arrow-icon{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADNSURBVHgB7ZOxDcIwEEX/2YSKhJRA5TIFQRYTkA1Yg44RGIUNEBNkBDICZcoMEGJikQiERGKnAuEnnWTZd/d0sg5wOL6GOF6fokgKmxpmkyylFAS19Rg2NnVWkqE4yQ9KhJBh33tfTqdktZSHwKfLp73QzYMJpYGPI4ZK2OhRPPYofRe1AhBCxrEfLMmy7Mq4SlpRWULos2J8+hSoROd19SEYoDe9utVNgbCJQoeJoHeSlpeJiubKWKDhMCTP82K+mJ1VBar/amcqcPwxdwQ9O84EBHm3AAAAAElFTkSuQmCC)}@media only screen and (min-width:768px){.categories__arrow{display:none}}.static-stars{display:flex}.static-stars .static-stars__wrapper{align-items:center;display:flex;justify-content:flex-start;position:relative}.static-stars .static-stars__empty{color:transparent;column-gap:4px;display:flex}.static-stars .static-stars__empty svg{stroke:#c4c9da;stroke-width:1px}.static-stars .static-stars__filled{column-gap:4px;display:flex;overflow:hidden;position:absolute}.static-stars .static-stars__filled svg{flex-shrink:0;stroke:currentColor}.simple-stars{align-items:center;column-gap:4px;display:flex}.simple-stars span{display:flex}.latest-reviews__list{display:flex;flex-wrap:wrap;list-style:none}@media only screen and (max-width:767px){.latest-reviews__list{column-gap:16px;flex-flow:row nowrap;overflow-x:auto;scroll-snap-type:x mandatory;width:100%;-ms-overflow-style:none;scrollbar-width:none}.latest-reviews__list::-webkit-scrollbar{display:none}}.latest-reviews__list .latest-review-item{display:flex;flex-direction:column;width:calc(33.33333% - 13.33333px)}@media only screen and (max-width:1199px){.latest-reviews__list .latest-review-item{width:calc(33.33333% - 10.66667px)}}@media only screen and (max-width:767px){.latest-reviews__list .latest-review-item{flex:none;scroll-snap-align:center;width:232px}}.latest-reviews__list .latest-review-item__top{height:100px;max-height:100px}.latest-reviews__list .latest-review-item__top,.latest-reviews__list .latest-review-item__top-in-business{background:var(--rr-theme-block-color);border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #7373730d;padding:16px 16px 11px}.latest-reviews__list .latest-review-item__top-bottom{display:flex;justify-content:space-between}.latest-reviews__list .latest-review-item__link{color:#5c89ff;font-size:16px;font-weight:700;line-height:150%;margin-bottom:7px;text-decoration:none}.latest-reviews__list .latest-review-item__link:hover{text-decoration:underline}.latest-reviews__list .latest-review-item__name{color:var(--rr-theme-text-color);font-size:16px;font-weight:600;margin-right:10px;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.latest-reviews__list .latest-review-item__name.link{color:#5c89ff;text-decoration:none}.latest-reviews__list .latest-review-item__name.link:hover{text-decoration:underline}.latest-reviews__list a.latest-review-item__name{text-decoration:none}.latest-reviews__list a.latest-review-item__name:hover{text-decoration:underline}.latest-reviews__list .latest-review-item__rating{align-items:center;color:var(--rr-theme-text-color);column-gap:6px;display:flex;font-size:16px;font-weight:700}.latest-reviews__list .latest-review-item__rating .static-stars__wrapper svg:nth-child(n+2){display:none}.latest-reviews__list .latest-review-item__bottom{background:var(--rr-theme-review-bottom-color);border-radius:0 0 16px 16px;flex-grow:1;padding:16px 16px 24px}.latest-reviews__list .latest-review-item__text{display:-webkit-box;-webkit-line-clamp:4;max-width:100%;position:relative;-webkit-box-orient:vertical;color:var(--rr-theme-text-color);font-size:18px;font-weight:400;line-height:24px;overflow:hidden}.latest-reviews__list .latest-review-item__comment-link{background:#fafaff;bottom:0;display:flex;position:absolute;right:0}.latest-reviews__list .latest-review-item__comment-link a{color:#5c89ff;font-weight:700;text-decoration:none}@media only screen and (max-width:767px){.reviews-slider.slider__wrapper{padding-left:16px;padding-right:16px}.reviews-slider.slider__wrapper .slider__control--left{left:0}.reviews-slider.slider__wrapper .slider__control--right{right:0}}@media only screen and (min-width:1200px){.reviews-slider.slider__wrapper .slider__controls{display:none}}.reviews-slider.slider__wrapper .slider__control{top:55px}.reviewed-class{color:#a6a6a6}:root{--rr-color-main-background:#edeef8;--rr-color-white:#fff;--rr-color-white-hover:#e3e5e9;--rr-color-light-purple:#b967ff;--rr-color-purple:#940ffd;--rr-color-purple-hover:#a32aff;--rr-color-link:#5c89ff;--rr-color-error:#ff3838;--rr-color-font:#2e2d31;--rr-color-font-secondary:#2b2b3a;--rr-color-purple-background:#edd7ff;--rr-color-input-background:#e8ebf4;--rr-color-gray-light:#e7e7e7;--rr-color-dark-gray:#565656;--rr-color-light-header:#333;--rr-color-header:#2e2e2e;--rr-color-mainblock:#2c2c2c;--rr-color-background:#222;--rr-color-background-second:#272727;--rr-color-text-dark-mode:#dedede;--rr-color-text-dark-off:#979797;--rr-filter-dark-img-source:invert(100%) sepia(18%) saturate(186%) hue-rotate(235deg) brightness(112%) contrast(88%);--rr-theme-background-color:#edeef8;--rr-theme-second-background-color:#edd7ff;--rr-theme-block-color:#fff;--rr-theme-block-hover-color:#e3e5e9;--rr-theme-second-block-color:#dee2f2;--rr-theme-third-block-color:#f8f9ff;--rr-theme-text-color:#2e2d31;--rr-theme-second-text-color:#2b2b3a;--rr-theme-filter-img:none;--rr-theme-filter-dark-img:brightness(0) saturate(100%);--rr-theme-input-background:#e8ebf4;--rr-theme-input-second-background:#fff;--rr-theme-autofill:0 0 0 9999px #e8ebf4 inset;--rr-theme-input-placeholder:#c4c4c4;--rr-theme-second-autofill:0 0 0 9999px #fff inset;--rr-theme-pagination-background:#fff;--rr-theme-disabled-text:#a6adc8;--rr-theme-star-background:#c4c9da;--rr-theme-progress-color:#2e2d31;--rr-theme-new-progress-color:#2e2d31;--rr-theme-new-progress-background-color:#dcdfe9;--rr-theme-about-shadow:linear-gradient(360deg,#fff,transparent);--rr-theme-review-bottom-color:#fafaff;--rr-theme-border-color:#e8ebf4;--rr-theme-second-border-color:#e8ebf4;--rr-theme-third-border-color:#eaecf9;--rr-theme-share-color:#fff;--rr-theme-custom-plan-color:#d5defe;--rr-theme-btn-background:#f5f6fc;--rr-theme-attract-business-blue-color:#c7d4ff;--rr-theme-attract-second-business-blue-color:#5c89ff;--rr-theme-attract-business-blue-background:#e6edff;--rr-theme-attract-business-orange-background:#ffede8;--rr-theme-attract-business-orange-color:#fcb;--rr-theme-attract-second-business-orange-color:#fe5621;--rr-theme-attract-business-purple-color:#edd7ff;--rr-theme-attract-second-business-purple-color:#940ffd;--rr-theme-attract-business-yellow-color-background:#fff1dd;--rr-theme-attract-business-yellow-color:#ffdbaa;--rr-theme-attract-second-business-yellow-color:#fea832;--rr-theme-attract-business-turquoise-color-background:#e6f4ff;--rr-theme-attract-business-turquoise-color:#d3ecff;--rr-theme-attract-second-business-turquoise-color:#86cafd;--rr-theme-attract-business-black-blue-color-background:#d2eeff;--rr-theme-attract-business-black-blue-color:#b4e3ff;--rr-theme-attract-second-business-black-blue-color:#18a7fc;--rr-theme-rvt-background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxNDQwIDkyNSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGgxNDQwdjkyNUgweiIgb3BhY2l0eT0iLjkiLz48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNMCA1MTJoMTQ0MHY0MTNIMHoiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxNDUyLjU5IiB4Mj0iLTg2Ljc4NiIgeTE9Ii00Ni4zNDkiIHkyPSIzNzkuMDcxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI2VkZDdmZiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2NjZGNmZiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJiIiB4MT0iNzIwIiB4Mj0iNjg4Ljk4MyIgeTE9Ijg0NC41IiB5Mj0iNTY4LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNlZGVlZjgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlZGVlZjgiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==);--rr-theme-rvt-banner-background:linear-gradient(260deg,#edd7ff -1.5%,#ccdcff 96.22%);--rr-theme-rvs-background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxNDQwIDkyNSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGgxNDQwdjkyNUgweiIgb3BhY2l0eT0iLjkiLz48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNMCA1MTJoMTQ0MHY0MTNIMHoiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxNDUyLjU5IiB4Mj0iLTg2Ljc4NiIgeTE9Ii00Ni4zNDkiIHkyPSIzNzkuMDcxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZTVjMiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2NjZGNmZiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJiIiB4MT0iNzIwIiB4Mj0iNjg4Ljk4MyIgeTE9Ijg0NC41IiB5Mj0iNTY4LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNlZGVlZjgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlZGVlZjgiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==);--rr-theme-rvs-banner-background:linear-gradient(260deg,#ffe5c2 -1.5%,#ccdcff 96.22%);--rr-theme-rvr-background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxNDQwIDkyNSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGgxNDQwdjkyNUgweiIgb3BhY2l0eT0iLjkiLz48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNMCA1MTJoMTQ0MHY0MTNIMHoiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxNDUyLjU5IiB4Mj0iLTg2Ljc4NiIgeTE9Ii00Ni4zNDkiIHkyPSIzNzkuMDcxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2VjYiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2NjZGNmZiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJiIiB4MT0iNzIwIiB4Mj0iNjg4Ljk4MyIgeTE9Ijg0NC41IiB5Mj0iNTY4LjI1NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNlZGVlZjgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlZGVlZjgiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==);--rr-theme-rvr-banner-background:linear-gradient(260deg,#ffcecb -1.5%,#ccdcff 96.22%);--rr-theme-burger-btn:#edeef8;--rr-theme-background-dark-color:#232325;--rr-theme-background-footer:#2e2d31;--rr-theme-banner-background:#fff;--rr-theme-btn-main-color:#fff;--rr-theme-btn-main-hover-color:#e3e5e9;--rr-theme-background-light:rgba(196,201,218,.5);--rr-theme-dashboard-info:#edeef8;--rr-theme-input-file-background:#eee;--rr-theme-input-file-hover-background:#fff;--rr-theme-plan-card:#f2f5ff;--rr-theme-border-plan-card:none;--rr-theme-question-modal-background:linear-gradient(180deg,#e9ceff,#edd9e9);--rr-theme-plan-best-card-background:linear-gradient(180deg,#f6eaff,#fff 76.03%);--rr-theme-plan-best-card-border:linear-gradient(180deg,#fff,#e9ceff);--rr-theme-purple-btn:#940ffd;--rr-theme-card-plan-background:#f5f5ff;--rr-theme-dashboard-second-text-color:#2b2b3a;--rr-theme-deal-card-background:linear-gradient(89.98deg,#f0f2ff .01%,#f8f9ff 99.97%);--rr-theme-deal-card-border-color:#e8eafe;--rr-theme-deal-border-color:#d1d4ee;--rr-theme-deal-card-list-background:#f5f6ff;--rr-theme-deal-card-list-border-color:#e8eafe;--rr-theme-diver-color:#d1d4ee;--rr-theme-link-color:#940ffd;--rr-theme-gray-text-color:#595959;--rr-theme-white-btn-background:#fff;--rr-theme-scrollbar-track:#eff0fb;--rr-theme-scrollbar-thumb:#d4d8f5;--rr-theme-new-modal-overlay:rgba(40,42,58,.5);--rr-theme-text-title-modal-color:#2b2b3a;--rr-theme-modal-shadow:linear-gradient(0deg,hsla(0,0%,100%,0),#fff);--rr-theme-image-placeholder:#f4f4f4}[data-theme=dark]{--rr-theme-background-color:#222;--rr-theme-second-background-color:#333;--rr-theme-block-color:#2c2c2c;--rr-theme-block-hover-color:#333;--rr-theme-second-block-color:#272727;--rr-theme-third-block-color:#3d3d3d;--rr-theme-text-color:#dedede;--rr-theme-second-text-color:#979797;--rr-theme-filter-img:var(--rr-filter-dark-img-source);--rr-theme-filter-dark-img:none;--rr-theme-input-background:#565656;--rr-theme-input-second-background:#565656;--rr-theme-input-placeholder:#c4c4c4;--rr-theme-autofill:inset 0 0 20px 20px #565656;--rr-theme-second-autofill:inset 0 0 20px 20px #565656;--rr-theme-pagination-background:#2e2e2e;--rr-theme-disabled-text:#979797;--rr-theme-star-background:#a1b7bf;--rr-theme-progress-color:#4f525d;--rr-theme-new-progress-color:#dcdfe9;--rr-theme-new-progress-background-color:#565656;--rr-theme-about-shadow:linear-gradient(360deg,#2c2c2c,transparent);--rr-theme-review-bottom-color:#2e2e2e;--rr-theme-border-color:#222;--rr-theme-second-border-color:#a5adca;--rr-theme-third-border-color:#222;--rr-theme-share-color:#8a8d99;--rr-theme-custom-plan-color:#2e2e2e;--rr-theme-btn-background:#565656;--rr-theme-attract-business-blue-background:#222;--rr-theme-attract-business-blue-color:#244ebe;--rr-theme-attract-second-business-blue-color:#4f43b6;--rr-theme-attract-business-orange-background:#222;--rr-theme-attract-business-orange-color:#813d1a;--rr-theme-attract-second-business-orange-color:#713112;--rr-theme-attract-business-purple-color-background:#222;--rr-theme-attract-business-purple-color:#6108b1;--rr-theme-attract-second-business-purple-color:#001be6;--rr-theme-attract-business-yellow-color-background:#222;--rr-theme-attract-business-yellow-color:#ed7015;--rr-theme-attract-second-business-yellow-color:#e35610;--rr-theme-attract-business-turquoise-color-background:#222;--rr-theme-attract-business-turquoise-color:#0064c5;--rr-theme-attract-second-business-turquoise-color:#0048a8;--rr-theme-attract-business-black-blue-color-background:#222;--rr-theme-attract-business-black-blue-color:#0095d6;--rr-theme-attract-second-business-black-blue-color:#3296e6;--rr-theme-rvs-background:#222;--rr-theme-rvr-background:#222;--rr-theme-rvt-background:#222;--rr-theme-rvt-banner-background:#2c2c2c;--rr-theme-rvs-banner-background:#2c2c2c;--rr-theme-rvr-banner-background:#2c2c2c;--rr-theme-burger-btn:#565656;--rr-theme-background-dark-color:#2e2e2e;--rr-theme-background-footer:#222;--rr-theme-banner-background:#ebd7fe;--rr-theme-btn-main-color:#940ffd;--rr-theme-btn-main-hover-color:#a32aff;--rr-theme-background-light:rgba(0,0,0,.5);--rr-theme-dashboard-info:#333;--rr-theme-input-file-background:#565656;--rr-theme-input-file-hover-background:#3c3c3c;--rr-theme-plan-card:#303030;--rr-theme-border-plan-card:2px solid #272727;--rr-theme-question-modal-background:#2c2c2c;--rr-theme-plan-best-card-background:linear-gradient(180deg,#940ffd,#2c2c2c 76.03%);--rr-theme-plan-best-card-border:linear-gradient(180deg,#2c2c2c,#940ffd);--rr-theme-purple-btn:#b967ff;--rr-theme-card-plan-background:#333;--rr-theme-dashboard-second-text-color:#c9c9c9;--rr-theme-deal-card-background:#3d3d3d;--rr-theme-deal-card-border-color:#58585b;--rr-theme-deal-border-color:#636469;--rr-theme-deal-card-list-background:#474747;--rr-theme-deal-card-list-border-color:#69696a;--rr-theme-diver-color:#636469;--rr-theme-link-color:#6d86f0;--rr-theme-gray-text-color:#dedede;--rr-theme-white-btn-background:#2e2e2e;--rr-theme-scrollbar-track:#474747;--rr-theme-scrollbar-thumb:#6e6f71;--rr-theme-new-modal-overlay:rgba(0,0,0,.8);--rr-theme-text-title-modal-color:#fff;--rr-theme-modal-shadow:linear-gradient(0deg,rgba(46,46,46,0),#2e2e2e);--rr-theme-image-placeholder:#3d3d3d}:root{--rr-mq-min:360px;--rr-mq-phone:450px;--rr-mq-phone-lg:650px;--rr-mq-tablet-small:768px;--rr-mq-tablet:992px;--rr-mq-laptop:1200px;--rr-mq-laptop-large:1400px;--rr-mq-desktop:1700px;--fs-base-value:20px;--fs-base:20px;--lh-base:150%;--ff-base:Inter,sans-serif}.blogs-section__info{align-items:center;display:flex;font-size:16px;justify-content:space-between;line-height:24px;margin-bottom:24px;width:100%}@media only screen and (max-width:991px){.blogs-section__info{align-items:center}}@media only screen and (max-width:767px){.blogs-section__info{align-items:flex-start;flex-direction:column}.blogs-section__info .blogs-section__info-top{margin-bottom:24px}}.blogs-section__info p{color:#2b2b3a}.blogs-section__info a{color:var(--rr-theme-filter-dark-img);font-weight:700}.blogs-section__title{margin-bottom:0}.blogs-section__title a{color:var(--rr-theme-text-color);font-size:32px;font-weight:500;line-height:40px;text-decoration:none}@media only screen and (max-width:991px){.blogs-section__title a{font-size:28px;line-height:32px;margin-bottom:8px}}.blogs-section__wrapper{display:flex;gap:20px;margin-bottom:45px}@media only screen and (min-width:992px){.blogs-section__wrapper{flex-flow:row nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}}@media only screen and (max-width:991px){.blogs-section__wrapper{flex-wrap:wrap;justify-content:center}}.blogs-section__wrapper .blogs-section__post{display:flex;flex-direction:column;flex-shrink:0;scroll-snap-align:center;width:368px}@media only screen and (max-width:991px){.blogs-section__wrapper .blogs-section__post{width:354px}}@media only screen and (max-width:767px){.blogs-section__wrapper .blogs-section__post{max-width:328px}}.blogs-section__wrapper .blogs-section__post-img{border-radius:16px;height:292px;object-fit:fill;width:368px}@media only screen and (max-width:991px){.blogs-section__wrapper .blogs-section__post-img{margin-bottom:16px;width:354px}}@media only screen and (max-width:767px){.blogs-section__wrapper .blogs-section__post-img{width:328px}}.blogs-section__wrapper .blogs-section__post-title{color:var(--rr-theme-text-color);text-decoration:none}@media only screen and (max-width:991px){.blogs-section__wrapper .blogs-section__post-title{margin-bottom:16px}}@media only screen and (max-width:767px){.blogs-section__wrapper .blogs-section__post-title{margin-bottom:8px}}.blogs-section__wrapper .blogs-section__post-title:hover{text-decoration:underline}.blogs-section__wrapper .blogs-section__post-title h3{display:-webkit-box;-webkit-line-clamp:3;max-width:100%;-webkit-box-orient:vertical;font-size:32px;font-weight:700;line-height:40px;overflow:hidden}@media only screen and (max-width:991px){.blogs-section__wrapper .blogs-section__post-title h3{font-size:24px;-webkit-line-clamp:2;line-height:32px}}.blogs-section__wrapper .blogs-section__post-bottom p{color:var(--rr-theme-second-text-color);font-size:18px;line-height:28px;position:relative}@media only screen and (max-width:767px){.blogs-section__wrapper .blogs-section__post-bottom p{font-size:16px;line-height:24px}}.blogs-section__wrapper .blogs-section__post-bottom p a{color:var(--rr-theme-filter-dark-img)}.blogs-section__wrapper .blogs-section__read-more{bottom:0;color:var(--rr-theme-filter-dark-img);cursor:pointer;position:absolute;right:10px;text-decoration:none}.blogs-section__wrapper .blogs-section__read-more:hover{text-decoration:underline}@media only screen and (max-width:991px){.blogs-slider .slider__controls{display:none}}.older-posts__item-title-wrapper{display:flex;flex-direction:column;margin-bottom:12px;row-gap:4px}.older-posts__item-img{display:flex;margin-bottom:24px;width:100%}@media only screen and (max-width:767px){.older-posts__item-img{margin-bottom:16px}}.older-posts__item-img img{border-radius:16px;height:292px;object-fit:fill;width:100%}.top-section{align-items:center;background:var(--rr-theme-second-background-color);display:flex;min-height:calc(70vh - 64px);padding:35px 0 55px}.top-section .container{align-items:center;column-gap:30px;display:flex;justify-content:space-between}@media only screen and (max-width:991px){.top-section .container{column-gap:unset;flex-direction:column-reverse;row-gap:25px}}@media only screen and (max-width:767px){.top-section .container{row-gap:8px}}.top-section .top-section__right{flex-shrink:0;margin-left:auto}@media only screen and (max-width:991px){.top-section .top-section__right{margin:0}.top-section .top-section__left{align-items:center;display:flex;flex-direction:column}}.top-section .top-section__left .top-section__title{color:var(--rr-theme-text-color);font-size:36px;font-weight:400;line-height:48px;margin-bottom:24px}.top-section .top-section__left .top-section__title span{color:var(--rr-color-purple);font-weight:700}@media only screen and (max-width:991px){.top-section .top-section__left .top-section__title{font-size:32px;line-height:40px;margin-bottom:16px;text-align:center}}@media only screen and (max-width:767px){.top-section .top-section__left .top-section__title{line-height:36px}}.top-section .top-section__left .search-wrapper{background:var(--rr-theme-input-second-background);height:64px;max-width:553px;padding:8px;width:100%}.top-section .top-section__left .search-input:-webkit-autofill{box-shadow:inset 0 0 0 9999px #fff}.top-section .top-section__left .search-input{border:none;height:100%;padding:8px}.top-section .top-section__left .search-input:-webkit-autofill{-webkit-background-clip:text;box-shadow:var(--rr-theme-second-autofill);-webkit-text-fill-color:var(--rr-theme-text-color)}.top-section .top-section__left .search-icon{padding-right:0;width:32px}@media only screen and (max-width:767px){.top-section .top-section__left .search-icon{padding-left:8;width:auto}}.top-section .top-section__left .search-btn{flex-shrink:0;height:100%;width:182px}.top-section .top-section__left .search-btn span{color:inherit}@media only screen and (max-width:767px){.top-section .top-section__left .search-btn{width:83px}.top-section .top-section__left .search-btn span{display:none}}.top-section .top-section__left .search-result{border-radius:10px;box-shadow:0 0 5px #0006;left:0;overflow:auto;position:absolute;top:calc(100% + 10px);z-index:100}.top-section .top-section__left .search-result:not(:empty){margin:0;padding:0}.top-section .top-section__left .search-result .list li:first-child{padding-left:24px;padding-right:24px}@media only screen and (max-width:649px){.top-section .top-section__left .search-result .list li:first-child{padding-left:16px;padding-right:16px}}.top-section .top-section__left .search-result .list .search-result__brand-category{margin-top:-8px;padding:0 8px}.top-section .top-section__left .search-result a{box-sizing:border-box;color:var(--rr-theme-text-color);cursor:pointer;flex-shrink:0;font-size:16px;padding:8px;text-align:start;text-decoration:none;width:100%}.top-section .top-section__left .search-result a:not(:first-child){border-top:1px solid #dbdce4}.main-content{padding:45px 15px 120px}@media only screen and (max-width:991px){.main-content{padding:40px 15px 80px}}.latest-reviews__list{column-gap:20px;flex-flow:row nowrap;overflow-x:auto;scroll-snap-type:x mandatory;width:100%;-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width:1199px){.latest-reviews__list{column-gap:16px}}.latest-reviews__list::-webkit-scrollbar{display:none}.latest-reviews__list .latest-review-item{flex:none;scroll-snap-align:center;width:271px}@media only screen and (max-width:1199px){.latest-reviews__list .latest-review-item{width:232px}}.cta-banner{align-items:center;background:var(--rr-theme-second-background-color);border-radius:16px;box-shadow:0 4px 20px #7373730d;display:flex;margin:30px 0 45px;padding:24px;width:100%}@media only screen and (max-width:767px){.cta-banner{flex-direction:column;row-gap:16px}}.cta-banner .cta-banner__pic{display:flex;flex-shrink:0;margin-right:24px}.cta-banner .cta-banner__title{color:var(--rr-theme-text-color);font-size:24px;font-weight:500;line-height:32px}@media only screen and (max-width:767px){.cta-banner .cta-banner__title{line-height:28px;text-align:center}}.cta-banner .cta-banner__text{color:var(--rr-color-purple);font-size:24px;font-weight:500;line-height:32px}@media only screen and (max-width:767px){.cta-banner .cta-banner__text{line-height:28px;text-align:center}}.cta-banner .cta-banner__right{align-items:center;display:flex;flex-grow:1;justify-content:space-between}@media only screen and (max-width:767px){.cta-banner .cta-banner__right{flex-direction:column;row-gap:16px}}.cta-banner .cta-banner__center{display:flex;flex-direction:column;margin-right:54px}@media only screen and (max-width:767px){.cta-banner .cta-banner__center{margin-right:0}}.cta-banner .cta-banner__btn{max-width:240px;width:100%}.brands_main{margin:48px 0}.brands_main .brands_row{background:var(--rr-theme-banner-background);border:1px #c4c9da;border-radius:8px;display:flex;flex-direction:column;padding:24px 7vw;row-gap:20px;width:100%}@media only screen and (max-width:991px){.brands_main .brands_row{row-gap:16px}}@media only screen and (max-width:991px) and (min-width:768px){.brands_main .brands_row{flex-direction:row}}.brands_main .brands_row .brands_column{align-items:center;column-gap:24px;display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:991px){.brands_main .brands_row .brands_column{flex-direction:column;row-gap:16px}}.brands_main .brands_row .brands_column img{max-height:40px;overflow:auto}.categories-section .categories-section__title{color:var(--rr-theme-text-color);margin-bottom:8px}.categories-section .a-class{color:#5c89ff;font-weight:700}.categories-section .categories-section__subtitle{color:#2b2b3a;font-size:16px;line-height:24px;margin-bottom:24px}.categories-section .categories-section__wrapper{border:none;padding:0}.categories-section .read-more__wrapper{border-radius:8px;margin-bottom:15px}@media only screen and (max-width:767px){.categories-section .read-more__wrapper{padding-top:25px}}.categories-section .read-more-block{overflow:hidden;position:relative;transition:height .3s ease}@media only screen and (min-width:768px){.categories-section .read-more-block{height:unset!important}}@media only screen and (max-width:767px){.categories-section .read-more-block:not(.expanded):after{background:linear-gradient(1turn,#edeef8,#edeef8,transparent);bottom:0;content:"";height:100px;left:0;position:absolute;width:100%}}.categories-section .read-more-expander{background:transparent;border:none;color:#5c89ff;cursor:pointer;display:flex;display:none;font-size:16px;font-weight:700;margin:0 auto;outline:none}.categories-section .read-more-expander:hover{text-decoration:underline}.cta-banner-big{align-items:center;background:var(--rr-theme-block-color);border-radius:16px;column-gap:52px;display:flex;margin-bottom:45px;padding:20px 24px;width:100%}@media only screen and (max-width:991px){.cta-banner-big{column-gap:24px}}@media only screen and (max-width:767px){.cta-banner-big{align-items:center;column-gap:unset;flex-direction:column;padding:24px;row-gap:16px}}.cta-banner-big .cta-banner-big__pic{display:flex;flex-shrink:0}@media only screen and (max-width:767px){.cta-banner-big .cta-banner-big__right{align-items:center;display:flex;flex-direction:column}}.cta-banner-big .cta-banner-big__title{color:var(--rr-theme-text-color);font-size:32px;font-weight:500;margin-bottom:8px}@media only screen and (max-width:991px){.cta-banner-big .cta-banner-big__title{font-size:28px}}@media only screen and (max-width:767px){.cta-banner-big .cta-banner-big__title{font-size:20px;text-align:center}}.cta-banner-big .cta-banner-big__text{color:#a5adca;font-size:20px;font-weight:500;line-height:24px;margin-bottom:16px}@media only screen and (max-width:1199px){.cta-banner-big .cta-banner-big__text br{display:none}}@media only screen and (max-width:991px){.cta-banner-big .cta-banner-big__text{font-size:16px}}@media only screen and (max-width:767px){.cta-banner-big .cta-banner-big__text{text-align:center}}.cta-banner-big .cta-banner-big__link{width:174px}@media only screen and (max-width:767px){.cta-banner-big .cta-banner-big__link{max-width:280px;width:100%}}@media only screen and (min-width:1200px){.reviews-slider.slider__wrapper .slider__controls{display:unset}}.pagination-wrapper{display:flex;justify-content:center}.pagination{display:flex;gap:10px;list-style:none;margin:0;padding:0}.pagination li{align-items:center;cursor:pointer;display:flex}.pagination li button{border:none;cursor:pointer;font-size:16px}.pagination li button,.pagination li span{align-items:center;background:var(--rr-theme-pagination-background);border-radius:50%;color:#000;display:flex;height:24px;justify-content:center;text-decoration:none;transition:background-color .3s ease;width:24px}.pagination li.active span{background-color:#f0f0f0;color:#d7a7ff}.pagination li button:hover{background:var(--rr-theme-block-hover-color);color:#d7a7ff}.pagination li.disabled span{color:var(--rr-theme-disabled-text)}.pagination .dot{background-color:#fff;border:1px solid #d7a7ff;border-radius:50%;height:10px;transition:background-color .3s ease;width:10px}.pagination .active .dot{background-color:#d7a7ff}.pagination .active,.pagination .disabled{cursor:default}.next-previuos-arrow{box-shadow:0 0 7px #00000014;font-weight:500;height:32px;width:32px}.mobile_app-section,.next-previuos-arrow{background:var(--rr-theme-pagination-background);color:var(--rr-theme-text-color)}.mobile_app-section{border-radius:16px;display:flex;justify-content:space-between;margin-bottom:45px;padding:20px 24px}.mobile_app-section.reverse{flex-direction:row-reverse}@media only screen and (max-width:767px){.mobile_app-section,.mobile_app-section.reverse{flex-direction:column-reverse}.mobile_app-section{align-items:center;justify-content:center;row-gap:16px}}.mobile_app-section .mobile_app-mockup{border-radius:8px;box-shadow:18px 18px 60px -20px #59595980;height:240px;margin-right:32px}@media only screen and (max-width:767px){.mobile_app-section .mobile_app-mockup{border-radius:18px;height:256px;margin:0}.mobile_app-section .extension{border-radius:4px;height:180px}}.mobile_app-section .mobile_app-section__wrapper-btn{display:flex}@media only screen and (max-width:767px){.mobile_app-section .mobile_app-section__wrapper-btn{align-items:center;justify-content:center;width:100%}}.mobile_app-section .mobile_app-section__wrapper-btn a{display:flex}.mobile_app-section .mobile_app-section__info{display:flex;flex-direction:column;justify-content:center;row-gap:4px}.mobile_app-section .mobile_app-section__info.banner{row-gap:8px}.mobile_app-section .mobile_app-section__info h3{font-size:32px;font-weight:500}@media only screen and (max-width:991px){.mobile_app-section .mobile_app-section__info h3{font-size:28px}}@media only screen and (max-width:767px){.mobile_app-section .mobile_app-section__info h3{font-size:20px;text-align:center}}.mobile_app-section .mobile_app-section__info p{color:#a5adca;font-size:20px;font-weight:500;line-height:24px;margin-bottom:16px}@media only screen and (max-width:991px){.mobile_app-section .mobile_app-section__info p{font-size:16px}}@media only screen and (max-width:767px){.mobile_app-section .mobile_app-section__info p{font-size:16px;text-align:center}}
