@charset "UTF-8";@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:local("DM Sans"),url(DMSans-Regular-9ae2da66.ttf) format("truetype")}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:local("DM Sans"),url(DMSans-Medium-418ce314.ttf) format("truetype")}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:local("DM Sans"),url(DMSans-Bold-3edb1342.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto"),url(Roboto-Regular-4e147ab6.ttf) format("truetype")}.search-wrapper{position:relative;display:flex;width:100%;height:40px;border-radius:8px;background:#E8EBF4}.search-wrapper .search-input{height:100%;width:100%;padding:10px 12px 10px 6px;outline:none;border:none;border-radius:0 30px 30px 0;font-weight:500;font-size:16px;background:transparent}.search-wrapper .search-input::placeholder{color:#c4c9da}.search-wrapper .search-icon{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;width:40px;height:100%;padding-right:6px;outline:none;border:none;border-radius:30px 0 0 30px;background:none;cursor:pointer;color:#c4c9da}.search-wrapper .search-result{position:absolute;top:100%;display:flex;flex-direction:column;width:100%;max-height:200px;overflow:auto;border-radius:0 0 8px 8px;background:#E8EBF4}.search-wrapper .search-result:not(:empty){padding-top:8px;margin-top:-8px}.search-wrapper .search-result a{flex-shrink:0;width:100%;padding:8px;font-size:16px;text-decoration:none;color:#2b2b3a;border-top:1px solid #dbdce4;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search-wrapper .search-result a:hover{background:rgba(255,255,255,.4)}header{position:relative;display:flex;align-items:center;height:64px;padding:8px 0;background:#fff;box-shadow:0 4px 10px #0000000d;z-index:10}header .header-logo{display:flex}header .header-wrapper{display:flex;justify-content:space-between;align-items:center}header .header-search{max-width:278px;margin-right:25px}@media (max-width: 991px){header .header-search{margin-right:0;margin-bottom:32px}}header .header-nav{display:flex;align-items:center;list-style:none}header .header-nav a:not(.btn){white-space:nowrap;color:#2b2b3a;text-decoration:none;margin-right:32px}@media (max-width: 1199px){header .header-nav a:not(.btn){margin-right:15px}}@media (max-width: 991px){header .header-nav a:not(.btn){margin-right:0;display:flex;margin-bottom:32px;white-space:unset}}header .header-nav a:not(.btn):hover{text-decoration:underline}header .header-nav .btn{flex-shrink:0;width:166px;margin-right:12px}header .header-nav .btn.dashboard{border-color:#0984e3;color:#0984e3}@media (min-width: 992px){header .header-nav .btn.dashboard{width:133px}header .header-nav .btn.signin{width:auto;padding:0 3px}}header .header-nav .btn.white{margin-right:0}@media (max-width: 1199px) and (min-width: 992px){header .header-nav .btn{width:135px}}@media (max-width: 991px){header .header-nav .btn{margin-right:0;margin-bottom:8px}header .header-nav .btn.white{margin-bottom:0}}@media (max-width: 991px){header .header-nav{flex-direction:column}}header .header-menu{display:flex;align-items:center;justify-content:space-between;padding-left:30px}@media (max-width: 1199px){header .header-menu{padding-left:30px}}@media (max-width: 991px){header .header-menu{position:absolute;top:75px;right:15px;justify-content:flex-start;flex-direction:column;width:0;height:0;overflow:hidden;background:#fff;box-shadow:0 4px 10px #0000000d;border-radius:16px;z-index:100;transform:translate(calc(100% + 15px));transition:transform .3s ease-in-out}}header .burger-icon{position:relative;justify-content:center;width:40px;height:40px;background:#EDEEF8;border-radius:50%;transform:rotate(0);transition:.5s ease-in-out;cursor:pointer;order:2}@media (min-width: 992px){header .burger-icon{display:none}}header .burger-icon span{display:block;position:absolute;height:2px;width:20px;left:10px;background:#2E2D31;border-radius:9px;opacity:1;transform:rotate(0);transition:.25s ease-in-out}header .burger-icon span:nth-child(1){top:13px}header .burger-icon span:nth-child(2),header .burger-icon span:nth-child(3){top:19px}header .burger-icon span:nth-child(4){top:25px}header #burger-menu:checked~.burger-icon span:nth-child(1){top:19px;width:0%;left:50%}header #burger-menu:checked~.burger-icon span:nth-child(2){transform:rotate(45deg)}header #burger-menu:checked~.burger-icon span:nth-child(3){transform:rotate(-45deg)}header #burger-menu:checked~.burger-icon span:nth-child(4){top:19px;width:0%;left:50%}header #burger-menu:checked~.header-menu{width:auto;height:auto;padding:32px 24px 24px;overflow:unset;transform:translate(0)}header .header-nav-user{display:flex;align-items:center;list-style:none;margin-right:15px}@media (max-width: 991px){header .header-nav-user{order:1;margin-left:auto;margin-right:15px}}header .header-nav-user__dorpdown{position:relative;display:flex;justify-content:center;padding-bottom:10px;margin-left:10px;margin-bottom:-10px}header .header-nav-user__dorpdown .dropdown-list{position:absolute;top:100%;display:none;flex-direction:column;list-style:none;border-radius:8px;background:#fff;box-shadow:0 4px 10px #0000000d;overflow:hidden}header .header-nav-user__dorpdown:hover .dropdown-list{display:flex}header .dropdown-list__item{display:flex;align-items:center;column-gap:10px;width:100%;padding:10px;border:none;outline:none;font-size:14px;white-space:nowrap;text-decoration:none;color:#2e2d31;background:none;cursor:pointer}header .dropdown-list__item:hover{background:rgba(0,0,0,.02)}header .dropdown-list__item svg{width:14px;height:14px}header .header-nav-user__info{display:flex;align-items:center;column-gap:5px;font-size:14px;font-weight:500;color:#2e2d31;text-transform:capitalize;cursor:pointer}header .header-nav-user__info svg{width:11px}header .header-nav-user__info-round{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;text-transform:uppercase;background:#EDD7FF}header .header-nav-user__notifications{position:relative;display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding-bottom:10px;margin-bottom:-10px;color:#2e2d31;cursor:pointer}header .header-nav-user__notifications .header-nav-user__notifications-counter{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;width:13px;height:13px;font-size:10px;font-weight:700;color:#fff;border-radius:50%;background:#0984e3}header .header-nav-user__notifications .notifications-dropdown{position:absolute;flex-direction:column;top:100%;right:-30px;display:none;min-width:250px;padding:10px;border:1px solid #dde0e9;border-radius:8px;background:#fff;white-space:nowrap;color:#2e2d31;z-index:10}header .header-nav-user__notifications .notifications-dropdown:before{content:"";position:absolute;top:-8px;right:40px;border:8px solid #dde0e9;border-top:none;border-left-color:transparent;border-right-color:transparent;z-index:1}header .header-nav-user__notifications .notifications-dropdown:after{content:"";position:absolute;top:-7px;right:40px;border:8px solid #fff;border-top:none;border-left-color:transparent;border-right-color:transparent;z-index:2}header .header-nav-user__notifications .notifications-dropdown svg{color:#0984e3}header .header-nav-user__notifications .notifications-dropdown a{display:flex;align-items:center;width:100%;padding:5px 0;column-gap:10px;text-decoration:none;color:#2e2d31}header .header-nav-user__notifications .notifications-dropdown a:hover{text-decoration:underline}header .header-nav-user__notifications:hover .notifications-dropdown{display:flex}footer{display:flex;flex-direction:column;background:#2E2D31}.footer-top-row{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px;border-bottom:1px solid rgba(196,201,218,.2)}@media (min-width: 768px) and (max-width: 991px){.footer-top-row{padding-left:55px!important}}@media (max-width: 991px){.footer-top-row{border-bottom:none;padding-top:32px;padding-bottom:0}}@media (max-width: 767px){.footer-top-row{flex-direction:column;align-items:center;gap:16px;padding-top:24px}}.footer-top-row .lang-switcher .lang-switcher__list-item{text-decoration:none}.footer-top-row .lang-switcher .lang-switcher__button{color:#fff}.footer-top-row .lang-switcher .chevron-down:before{content:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.94595L2.93333 4L6 7.10811L9.06667 4L10 4.94595L6 9L2 4.94595Z' fill='%23fff'/%3E%3C/svg%3E%0A")}.footer-top{padding:17px 0 15px;background:#232325}.footer-top .container{display:grid;grid-template-columns:72px 1fr 174px;grid-template-rows:repeat(2,auto);align-items:center;column-gap:24px}@media (max-width: 991px){.footer-top .container{grid-template-columns:72px 1fr 150px}}@media (max-width: 767px){.footer-top .container{grid-template-columns:32px 1fr;grid-template-rows:repeat(3,auto);column-gap:12px;row-gap:10px}}.footer-top .footer-top__img{grid-column:1/2;grid-row:1/3;width:100%}@media (max-width: 767px){.footer-top .footer-top__img{grid-row:1/2;height:32px}}.footer-top .footer-top__title{grid-column:2/3;grid-row:1/2;font-weight:500;font-size:24px;line-height:150%;color:#e8ebf4}@media (max-width: 767px){.footer-top .footer-top__title{font-size:20px;line-height:26px}}.footer-top .footer-top__subtitle{grid-column:2/3;grid-row:2/3;color:#a5adca;font-weight:500;font-size:16px}@media (max-width: 767px){.footer-top .footer-top__subtitle{grid-column:1/3;font-size:14px}}.footer-top .footer-top__btn{grid-column:3/4;grid-row:1/3;flex-shrink:0;width:100%;border:1px solid #C4C9DA;background:transparent;color:#fff}@media (max-width: 767px){.footer-top .footer-top__btn{grid-column:1/3;grid-row:3/4}}.footer-top .footer-top__btn:hover{background:rgba(255,255,255,.3)}.footer-container{display:flex;padding:50px 15px;column-gap:85px}@media (max-width: 1199px){.footer-container{gap:40px}}@media (max-width: 991px){.footer-container{flex-direction:column;column-gap:unset;padding:19px 15px 60px}}@media (max-width: 767px){.footer-container{row-gap:23px;padding:16px 15px 25px}}.footer-container .footer-left{display:flex;flex-direction:column}.footer-container .footer-left a{display:flex}@media (max-width: 991px) and (min-width: 768px){.footer-container .footer-left{flex-direction:row;justify-content:space-between}}@media (max-width: 767px){.footer-container .footer-left{align-items:center;row-gap:25px}}.footer-container .footer-socials{display:flex;flex-direction:column}@media (max-width: 991px){.footer-container .footer-socials{flex-direction:row;align-items:center;width:50%;padding-left:40px;margin-top:0}}@media (max-width: 767px){.footer-container .footer-socials{align-items:center;width:auto;padding-left:0}}.footer-container .footer-socials span{margin-bottom:10px;font-size:20px;color:#c4c9da}@media (max-width: 991px){.footer-container .footer-socials span{margin-bottom:0;margin-right:40px}}.footer-container .footer-socials .footer-socials__list{display:flex;align-items:center;column-gap:30px;list-style:none}.footer-container .footer-socials .footer-socials__list a{display:flex}.footer-container .footer-nav{display:flex;column-gap:95px}@media (max-width: 1199px){.footer-container .footer-nav{column-gap:45px}}@media (max-width: 991px){.footer-container .footer-nav{column-gap:unset;flex-wrap:wrap;row-gap:32px}}@media (max-width: 767px){.footer-container .footer-nav{row-gap:24px;padding-top:20px;border-top:1px solid #3E3D42}}.footer-container .footer-nav__col{display:flex;flex-direction:column;row-gap:12px;font-weight:500;font-size:20px;line-height:32px}@media (max-width: 991px){.footer-container .footer-nav__col{width:50%;padding-left:40px}}@media (max-width: 767px){.footer-container .footer-nav__col{padding-left:10px;font-size:16px}}@media (max-width: 767px){.footer-container .footer-nav__col:nth-child(odd){padding-right:10px}}@media (max-width: 767px){.footer-container .footer-nav__col:nth-child(even){padding-left:20px}}.footer-container .footer-nav__col span{margin-bottom:12px;color:#fff}@media (max-width: 767px){.footer-container .footer-nav__col span{margin-bottom:4px}}.footer-container .footer-nav__col a{color:#c4c9da;text-decoration:none}.footer-container .footer-nav__col a:hover{text-decoration:underline}.footer-bottom{background:#232325}.footer-bottom .container{display:flex;justify-content:center;align-items:center;padding:14px 15px;font-size:20px;line-height:32px;text-align:center;color:#a5adca}@media (max-width: 767px){.footer-bottom .container{padding:12px 15px;line-height:28px;font-size:16px}}.cookie-bar{position:fixed;bottom:0;left:0;display:none;align-items:center;width:100%;padding:8px 0;background:#EDD7FF;z-index:10}.cookie-bar.show{display:flex}.cookie-bar .container{display:flex;align-items:center;justify-content:center;column-gap:24px}@media (max-width: 767px){.cookie-bar .container{column-gap:unset;row-gap:15px}}.cookie-bar .cookie-bar__text{font-size:16px;line-height:24px;color:#2b2b3a}@media (max-width: 767px){.cookie-bar .cookie-bar__text{text-align:left;font-size:16px;font-weight:400}}.cookie-bar .cookie-bar__text a{color:#5c89ff;font-size:18px}.cookie-bar .cookie-agree.btn{flex-shrink:0;width:98px;background:transparent}@media (max-width: 767px){.cookie-bar .cookie-agree.btn{font-size:0;width:24px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjMiIGN4PSIxMiIgY3k9IjEyIiByPSIxMiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTcuNzk5OCA3Ljc5OThMMTYuMjg1MSAxNi4yODUxIiBzdHJva2U9IiM5NDBGRkQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik03Ljc5OTggMTYuMjg1MkwxNi4yODUxIDcuNzk5ODgiIHN0cm9rZT0iIzk0MEZGRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);background-size:cover;border:0}}.cookie-bar .cookie-agree.btn:hover{background:rgba(255,255,255,.5)}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;padding:15px;background:rgba(196,201,218,.5);z-index:1060}.modal-overlay.open{display:flex;align-items:center}@media (max-width: 991px) and (min-width: 767px){.modal-overlay.open{align-items:start;padding:20px 25px 50px;background:#EDEEF8;top:64px;flex-direction:column;overflow:scroll}}@media (max-width: 767px){.modal-overlay.open{padding:0 0 64px;flex-direction:column;top:64px;overflow:scroll}}.modal-overlay .modal-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;row-gap:36px;padding:40px;margin:0 auto;border-radius:16px;background:#FAFAFF;color:#2b2b3a}@media (max-width: 991px) and (min-width: 767px){.modal-overlay .modal-wrapper{width:100%;padding:35px}}@media (max-width: 767px){.modal-overlay .modal-wrapper{padding:8px;width:100%}}.modal-overlay .modal-cross{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#EDEEF8;transition:background .2s ease;cursor:pointer}.modal-overlay .modal-cross:hover{background:#f6f7ff}.modal-overlay .modal-cross:before,.modal-overlay .modal-cross:after{content:"";position:absolute;width:20px;height:2px;background:#2E2D31;transform:rotate(45deg)}.modal-overlay .modal-cross:after{transform:rotate(-45deg)}.modal-overlay .title-block{display:flex;flex-direction:column}.modal-overlay .title-block .modal-title{font-size:32px;font-weight:500;text-align:center}.modal-overlay .title-block .modal-text{font-size:16px;font-weight:400;text-align:center}.modal-overlay .modal-info{color:#a5adca;font-size:16px;font-weight:400;text-align:center;text-decoration-line:underline}.modal-overlay .cards-block{display:flex;column-gap:30px}@media (max-width: 991px){.modal-overlay .cards-block{flex-direction:column;row-gap:16px}}.modal-overlay .cards-block .card{display:flex;box-shadow:0 4px 10px #0000000d;color:#2e2d31;border-radius:20px}.modal-overlay .cards-block .card .card-head{background:#F2F5FF;padding:25px;border-top-left-radius:20px;border-top-right-radius:20px}.modal-overlay .cards-block .card .card-head p{margin:0}.modal-overlay .cards-block .card .card-head .card-title{font-size:28px;font-weight:700;text-align:center}.modal-overlay .cards-block .card .card-head.annually{background:#EDD7FF;border-radius:0}.modal-overlay .cards-block .card .card-head.lifetime{background:#D5DEFE}.modal-overlay .cards-block .card .card-body{background:#fff;display:flex;justify-items:center;align-items:center;flex-direction:column;padding:16px 30px 24px;row-gap:16px;border-radius:20px}@media (max-width: 991px) and (min-width: 767px){.modal-overlay .cards-block .card .card-body{flex-direction:row;column-gap:16px;justify-content:center}}.modal-overlay .cards-block .card .card-body .info{display:flex;justify-items:center;align-items:center;column-gap:24px}.modal-overlay .cards-block .card .card-body .info .price{font-size:32px;font-weight:500;text-align:left}.modal-overlay .cards-block .card .card-body .info .descriptions{display:flex;flex-direction:column}.modal-overlay .cards-block .card .card-body .info .descriptions .description_1{font-size:16px;font-weight:700;text-align:left;text-wrap:nowrap}.modal-overlay .cards-block .card .card-body .info .descriptions .description_2{font-size:16px;font-weight:400;text-align:left;color:#a5adca}.modal-overlay .cards-block .card .card-body .site-btn{width:100%}@media (max-width: 991px){.modal-overlay .cards-block .card .card-body .site-btn{padding:12px 32px}}.modal-overlay .cards-block .card.best{border:2px solid #0984e3}.modal-overlay .cards-block .card.best .card-head{padding:10px 0 25px}.modal-overlay .cards-block .card.best:before{content:"⭐ The best choice";background:#0984e3;color:#fff;font-size:12px;font-weight:700;text-align:left;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;justify-content:center;align-items:center;height:15px}p{margin:0}#success-modal .close-modal.btn{width:100%}.tooltip{position:relative}.tooltip .tooltip-text{position:absolute;display:none;padding:16px;font-size:16px;line-height:150%;font-weight:500;background:#fff;border:1px solid #E8EBF4;border-radius:8px;box-shadow:0 4px 10px #0000000d;z-index:10}.tooltip .tooltip-text:before{content:"";position:absolute;border:8px solid #fff;z-index:1}.tooltip .tooltip-text:after{content:"";position:absolute;border:8px solid #E8EBF4}.tooltip:hover .tooltip-text{display:flex}.freeze{position:relative;overflow:hidden}.lang-switcher{position:relative;display:inline-block;width:94px}.lang-switcher .lang-switcher__button{display:flex;align-items:center;justify-content:center;column-gap:4px;width:100%;border:none;height:48px;border-radius:8px;border:1px solid #C4C9DA;font-size:16px;color:#2e2d31;text-align:left;background:transparent;cursor:pointer}.lang-switcher .lang-switcher__button:focus{outline:none}@media (min-width: 768px){.lang-switcher .chevron-down:before{content:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.94595L2.93333 4L6 7.10811L9.06667 4L10 4.94595L6 9L2 4.94595Z' fill='%232E2D31'/%3E%3C/svg%3E%0A")}}.lang-switcher .lang-switcher__list{position:absolute;display:block;left:0;right:0;max-height:300px;margin-top:2px;background:#FAFAFF;border-radius:8px;opacity:0;pointer-events:none;transform-origin:top left;transform:scaleY(0);transition:all ease-in-out .3s;overflow:auto;z-index:2}.lang-switcher .lang-switcher__list.active{opacity:1;pointer-events:auto;transform:scale(1);border:1px solid #C4C9DA}.lang-switcher img{width:25px;height:16px;margin-right:4px}.lang-switcher .lang-switcher__list-item{display:flex;align-items:center;justify-content:center;margin:0;column-gap:4px;list-style-type:none;padding:7px 15px;background:#ffffff;font-size:16px;line-height:24px;text-transform:uppercase;color:#2e2d31;transition:all ease-in-out .3s}.lang-switcher .lang-switcher__list-item:hover{cursor:pointer;background:#e3e5e9}@media (max-width: 991px){header .header-nav .lang-switcher-wrapper{width:100%}}header .header-nav .lang-switcher{margin-right:12px}@media (max-width: 991px){header .header-nav .lang-switcher{width:100%;margin-bottom:8px;margin-right:0}}header .header-nav .lang-switcher .lang-switcher__list-item{padding:7px 15px;margin-right:0;margin-bottom:0;text-decoration:none!important;color:#2e2d31}.location-banner{top:0;display:flex;align-items:center;width:100%;min-height:40px;padding:10px 0;font-size:16px;color:#fff;background:#5C89FF;z-index:100}.location-banner .container{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:2px 8px}.location-banner .location-banner__link{margin-right:30px;color:#fff;font-weight:700;text-decoration-line:underline}.location-banner .location-banner__btn{position:absolute;right:15px;display:flex;margin-left:auto;border:none;outline:none;background:none;cursor:pointer}*{font-family:DM Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (max-width: 991px){html{overflow-x:hidden}}body{display:flex;flex-direction:column;width:100%;min-height:100vh}@media (max-width: 991px){body{overflow-x:hidden}}main{flex:1;background:#EDEEF8}h2{margin-bottom:24px;font-size:32px;font-weight:500;color:#2e2d31}@media (max-width: 767px){h2{font-size:28px;margin-bottom:10px}}p:not([class]){font-size:16px;line-height:24px}p:not([class]):not(:last-child){margin-bottom:15px}ul:not([class]),ol:not([class]){padding-left:25px;font-size:16px;line-height:24px}ul:not([class]):not(:last-child),ol:not([class]):not(:last-child){margin-bottom:15px}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.container{width:758px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.hidden{display:none!important}@media (max-width: 649px){.hidden-xs-down{display:none!important}}@media (min-width: 650px){.hidden-xs-up{display:none!important}}@media (max-width: 767px){.hidden-sm-down{display:none!important}}@media (min-width: 768px){.hidden-sm-up{display:none!important}}@media (max-width: 991px){.hidden-md-down{display:none!important}}@media (min-width: 992px){.hidden-md-up{display:none!important}}@media (max-width: 1199px){.hidden-lg-down{display:none!important}}@media (min-width: 1200px){.hidden-lg-up{display:none!important}}.btn{display:flex;align-items:center;justify-content:center;height:48px;border:none;outline:none;border-radius:8px;font-weight:700;font-size:16px;transition:background .3s ease;text-decoration:none!important;cursor:pointer;text-align:center}.btn:disabled{opacity:.4}.btn.white{color:#2e2d31;background-color:#fff;border:1px solid #C4C9DA;padding:1px}.btn.white:hover{background:#e3e5e9}.btn.purplle{color:#fff;background:#0984e3}.btn.purplle:hover{background:#a32aff}.btn.lavander{color:#0984e3;background:#EDD7FF}.btn.lavander:hover{background:#f3e8fc}.star-rating-select__stars{display:flex;flex-direction:row-reverse;text-align:center}.star-rating-select__stars:hover label{color:#c4c9da}.star-rating-select__stars:hover :checked~label{color:#c4c9da}.star-rating-select__stars svg{width:48px;height:48px}.star-rating-select__stars input{display:none}.star-rating-select__stars label{display:flex;padding:0 3px;color:#c4c9da}@media (hover: hover){.star-rating-select__stars label{cursor:pointer}}.star-rating-select__stars :checked~label{color:#fea832}.star-rating-select__stars label:hover,.star-rating-select__stars label:hover~label{color:#fea832!important}.static-stars{display:flex}.static-stars .static-stars__wrapper{position:relative;display:flex;align-items:center;justify-content:flex-start}.static-stars .static-stars__empty{display:flex;column-gap:4px;color:transparent}.static-stars .static-stars__empty svg{stroke-width:1px;stroke:#c4c9da}.static-stars .static-stars__filled{position:absolute;display:flex;column-gap:4px;overflow:hidden}.static-stars .static-stars__filled svg{flex-shrink:0;stroke:currentColor}.simple-stars{display:flex;align-items:center;column-gap:4px}.simple-stars span{display:flex}.customer-reviews-list{position:relative}.customer-reviews-list .customer-reviews-list__loader{position:absolute;top:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#ffffffb3;z-index:3;cursor:progress}.reviews-section__rewiews-wrapper{display:flex;flex-direction:column;width:100%}.reviews-section__rewiews-wrapper .reviews-section__review{position:relative;display:flex;flex-direction:column;width:100%;border-radius:16px}.reviews-section__rewiews-wrapper .reviews-section__review:not(:last-child){margin-bottom:10px}.reviews-section__rewiews-wrapper .reviews-section__review .review__top{display:flex;align-items:center;height:72px;padding:10px 32px;border-radius:16px 16px 0 0;background:#FFFFFF;box-shadow:0 -4px 20px #7373730d}@media (max-width: 1199px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top{padding:10px 15px}}@media (max-width: 991px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top{padding:10px 20px}}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top{position:relative;display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;height:auto}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating{display:flex;align-items:center}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating span{font-size:24px;font-weight:500;margin-left:10px}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating span{font-size:18px}}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-rating{grid-row:1/2;grid-column:1/3;justify-content:space-between;width:100%}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-title{margin:0 15px;font-size:24px;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-title{grid-row:2/3;grid-column:1/2;margin:4px 0;max-width:100%;font-size:20px;line-height:32px}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-info{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto;font-size:16px;font-weight:500}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-info{grid-row:3/4;grid-column:1/3;flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#2b2b3a}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-time{color:#a5adca;white-space:nowrap}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:20px;height:20px;margin-left:16px;border-radius:50%;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTkgNy4zNjUyTDIuNjA0IDUuOTUwMkw2LjQ3OSA5LjgyNDJMMTIuOTM5IDMuMzY2N0wxNC4zNTQgNC43ODA3TDYuNDc5IDEyLjY1NDdMMS4xOSA3LjM2NTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) #0984e3;background-repeat:no-repeat;background-position:center center;cursor:pointer}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified{position:static;grid-row:2/3;grid-column:2/3;width:16px;height:16px;margin-left:8px;margin-right:8px;background-size:14px 14px}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified:hover:before{position:absolute;top:68px;content:"";border:8px solid #fff;border-top:none;border-right-color:transparent;border-left-color:transparent;z-index:1}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified:hover:after{position:absolute;top:67px;content:"";border:8px solid #E8EBF4;border-top:none;border-right-color:transparent;border-left-color:transparent}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text{width:415px;right:30px;top:-14px}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text{width:calc(100% - 40px);right:unset;top:75px;left:20px}}.reviews-section__rewiews-wrapper .reviews-section__review .review__top-verified .tooltip-text:before{top:15px;right:-7px;border-right:none;border-top-color:transparent;border-bottom-color:transparent}@media (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{top:15px;right:-8px;border-right:none;border-top-color:transparent;border-bottom-color:transparent}@media (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{position:relative;padding:32px;border-radius:0 0 16px 16px;background:#FAFAFF}@media (max-width: 991px){.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom{padding:24px}}@media (max-width: 767px){.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom{padding:10px 20px}}.reviews-section__rewiews-wrapper .reviews-section__review .review__status{position:absolute;top:10px;right:10px;color:#a5adca;font-size:12px}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-text{font-size:18px;line-height:24px;overflow:hidden;text-overflow:ellipsis;color:#2e2d31;white-space:pre-line;word-break:break-word}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-actions{display:flex;flex-wrap:wrap;column-gap:15px;row-gap:10px;align-items:center;margin-top:20px;justify-content:space-between}@media (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{display:flex;align-items:center;font-size:16px;font-weight:700;color:#0984e3;background:none;border:none;cursor:pointer;text-decoration:underline}@media (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 .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{display:flex;align-items:center}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__share-btns{display:flex;align-items:center;justify-content:center;background:none;outline:none;background:#E0E3F4;color:#2e2d31;height:24px;width:24px;border-radius:16px;padding:4px;border:none;cursor:pointer}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-count{margin-left:5px;font-size:16px;color:#c4c9da}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn{display:flex;align-items:center;background:none;border:none;outline:none;font-size:16px;color:#c4c9da;cursor:pointer}.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:#2e2d31}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn.liked{color:#0984e3}.reviews-section__rewiews-wrapper .reviews-section__review .review__like-wrapper .review__like-btn.liked svg{stroke:#0984e3}.reviews-section__rewiews-wrapper .reviews-section__review .review__share-btn{display:flex;align-items:center;column-gap:1rem}.reviews-section__rewiews-wrapper .reviews-section__review .review__share-btn p{margin:0}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer{display:flex;flex-direction:column;row-gap:16px;width:100%;margin-top:24px;padding:24px;border:1px solid #E8EBF4;border-radius:16px;background:#fff;box-shadow:0 -4px 20px #7373730d}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top{display:flex;align-items:center;column-gap:16px}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top img{flex-shrink:0;width:32px;height:32px;border-radius:50%}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top-details{display:flex;flex-direction:column;font-size:16px;line-height:20px;font-weight:500;color:#2b2b3a}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__top-details time{font-weight:400;color:#a5adca}.reviews-section__rewiews-wrapper .reviews-section__review .review__bottom-answer__text{font-size:18px;line-height:24px;color:#2e2d31}.reviews-section__rewiews-wrapper .social-share{z-index:1;position:relative;padding:0;margin:0;list-style-type:none}.reviews-section__rewiews-wrapper .social-share .share{display:flex;align-items:center;justify-content:center;height:25px;width:25px;text-align:center;background-color:#dce0eb;border-radius:50%}.reviews-section__rewiews-wrapper .social-share .share:hover.top .submenu li:nth-child(1){opacity:1;top:-31px;transition-delay:.04s;transform:rotateY(0)}.reviews-section__rewiews-wrapper .social-share .share:hover.top .submenu li:nth-child(2){opacity:1;top:-62px;transition-delay:.08s;transform:rotateY(0)}.reviews-section__rewiews-wrapper .social-share .share:hover.top .submenu li:nth-child(3){opacity:1;top:-93px;transition-delay:.12s;transform:rotateY(0)}.reviews-section__rewiews-wrapper .social-share .share:hover.top .submenu li:nth-child(4){opacity:1;top:-124px;transition-delay:.16s;transform:rotateY(0)}.reviews-section__rewiews-wrapper .social-share .share:hover.top .submenu li:nth-child(5){opacity:1;top:-155px;transition-delay:.2s;transform:rotateY(0)}.reviews-section__rewiews-wrapper .social-share .submenu{list-style-type:none;padding:0;margin:0}.reviews-section__rewiews-wrapper .social-share .submenu li{transition:all ease-in-out .5s;position:absolute;top:0;left:0;padding:0 0 5px;z-index:-1;opacity:0}.reviews-section__rewiews-wrapper .social-share .submenu li a{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background-color:#dce0eb;color:#212121}.reviews-section__rewiews-wrapper .social-share .submenu li a.clipboard:after{position:relative;content:attr(tooltip);width:140px;bottom:5px;left:30px;padding:5px;border-radius:4px;font-size:.8rem;opacity:0;pointer-events:none;position:absolute;background-color:#0984e3;color:#fff;transform:translate(10px);text-align:center}.reviews-section__rewiews-wrapper .social-share .submenu li a:hover.facebook{color:#3b5999}.reviews-section__rewiews-wrapper .social-share .submenu li a:hover.twitter{color:#55acee}.reviews-section__rewiews-wrapper .social-share .submenu li a:hover.clipboard{color:#dd4b39;cursor:pointer}.reviews-section__rewiews-wrapper .social-share .submenu li a:hover.clipboard:after{opacity:1;transform:translate(0);transition:all .3s ease}.reviews-section__rewiews-wrapper .social-share .submenu li:nth-child(1){transform:rotateX(45deg)}.reviews-section__rewiews-wrapper .social-share .submenu li:nth-child(2){transform:rotateX(90deg)}.reviews-section__rewiews-wrapper .social-share .submenu li:nth-child(3){transform:rotateX(135deg)}.reviews-section__rewiews-wrapper .social-share .submenu li:nth-child(4){transform:rotateX(180deg)}.review__own-company{margin-right:15px;font-weight:400;font-size:16px;color:#a5adca}@media (max-width: 767px){.review__own-company{font-size:14px;margin-right:0}}.review__info-box{flex-grow:1;display:flex;justify-content:flex-end;align-items:end}@media (max-width: 767px){.review__info-box{justify-content:space-between}}.review-tooltip__icon{width:20px;height:20px;display:flex;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTVIMTFWOUg5VjE1Wk0xMCA3QzEwLjI4MzMgNyAxMC41MjEgNi45MDQgMTAuNzEzIDYuNzEyQzEwLjkwNSA2LjUyIDExLjAwMDcgNi4yODI2NyAxMSA2QzEwLjk5OTMgNS43MTczMyAxMC45MDMzIDUuNDggMTAuNzEyIDUuMjg4QzEwLjUyMDcgNS4wOTYgMTAuMjgzMyA1IDEwIDVDOS43MTY2NyA1IDkuNDc5MzMgNS4wOTYgOS4yODggNS4yODhDOS4wOTY2NyA1LjQ4IDkuMDAwNjcgNS43MTczMyA5IDZDOC45OTkzMyA2LjI4MjY3IDkuMDk1MzMgNi41MjAzMyA5LjI4OCA2LjcxM0M5LjQ4MDY3IDYuOTA1NjcgOS43MTggNy4wMDEzMyAxMCA3Wk0xMCAyMEM4LjYxNjY3IDIwIDcuMzE2NjcgMTkuNzM3MyA2LjEgMTkuMjEyQzQuODgzMzQgMTguNjg2NyAzLjgyNSAxNy45NzQzIDIuOTI1IDE3LjA3NUMyLjAyNSAxNi4xNzU3IDEuMzEyNjcgMTUuMTE3MyAwLjc4ODAwMSAxMy45QzAuMjYzMzM1IDEyLjY4MjcgMC4wMDA2Njc5MzMgMTEuMzgyNyAxLjI2NTgyZS0wNiAxMEMtMC4wMDA2NjU0MDEgOC42MTczMyAwLjI2MjAwMSA3LjMxNzMzIDAuNzg4MDAxIDYuMUMxLjMxNCA0Ljg4MjY3IDIuMDI2MzMgMy44MjQzMyAyLjkyNSAyLjkyNUMzLjgyMzY3IDIuMDI1NjcgNC44ODIgMS4zMTMzMyA2LjEgMC43ODhDNy4zMTggMC4yNjI2NjcgOC42MTggMCAxMCAwQzExLjM4MiAwIDEyLjY4MiAwLjI2MjY2NyAxMy45IDAuNzg4QzE1LjExOCAxLjMxMzMzIDE2LjE3NjMgMi4wMjU2NyAxNy4wNzUgMi45MjVDMTcuOTczNyAzLjgyNDMzIDE4LjY4NjMgNC44ODI2NyAxOS4yMTMgNi4xQzE5LjczOTcgNy4zMTczMyAyMC4wMDIgOC42MTczMyAyMCAxMEMxOS45OTggMTEuMzgyNyAxOS43MzUzIDEyLjY4MjcgMTkuMjEyIDEzLjlDMTguNjg4NyAxNS4xMTczIDE3Ljk3NjMgMTYuMTc1NyAxNy4wNzUgMTcuMDc1QzE2LjE3MzcgMTcuOTc0MyAxNS4xMTUzIDE4LjY4NyAxMy45IDE5LjIxM0MxMi42ODQ3IDE5LjczOSAxMS4zODQ3IDIwLjAwMTMgMTAgMjBaTTEwIDE4QzEyLjIzMzMgMTggMTQuMTI1IDE3LjIyNSAxNS42NzUgMTUuNjc1QzE3LjIyNSAxNC4xMjUgMTggMTIuMjMzMyAxOCAxMEMxOCA3Ljc2NjY3IDE3LjIyNSA1Ljg3NSAxNS42NzUgNC4zMjVDMTQuMTI1IDIuNzc1IDEyLjIzMzMgMiAxMCAyQzcuNzY2NjcgMiA1Ljg3NSAyLjc3NSA0LjMyNSA0LjMyNUMyLjc3NSA1Ljg3NSAyIDcuNzY2NjcgMiAxMEMyIDEyLjIzMzMgMi43NzUgMTQuMTI1IDQuMzI1IDE1LjY3NUM1Ljg3NSAxNy4yMjUgNy43NjY2NyAxOCAxMCAxOFoiIGZpbGw9IiNDNEM5REEiLz4KPHBhdGggZD0iTTkgMTVIMTFWOUg5VjE1Wk0xMCA3QzEwLjI4MzMgNyAxMC41MjEgNi45MDQgMTAuNzEzIDYuNzEyQzEwLjkwNSA2LjUyIDExLjAwMDcgNi4yODI2NyAxMSA2QzEwLjk5OTMgNS43MTczMyAxMC45MDMzIDUuNDggMTAuNzEyIDUuMjg4QzEwLjUyMDcgNS4wOTYgMTAuMjgzMyA1IDEwIDVDOS43MTY2NyA1IDkuNDc5MzMgNS4wOTYgOS4yODggNS4yODhDOS4wOTY2NyA1LjQ4IDkuMDAwNjcgNS43MTczMyA5IDZDOC45OTkzMyA2LjI4MjY3IDkuMDk1MzMgNi41MjAzMyA5LjI4OCA2LjcxM0M5LjQ4MDY3IDYuOTA1NjcgOS43MTggNy4wMDEzMyAxMCA3Wk0xMCAyMEM4LjYxNjY3IDIwIDcuMzE2NjcgMTkuNzM3MyA2LjEgMTkuMjEyQzQuODgzMzQgMTguNjg2NyAzLjgyNSAxNy45NzQzIDIuOTI1IDE3LjA3NUMyLjAyNSAxNi4xNzU3IDEuMzEyNjcgMTUuMTE3MyAwLjc4ODAwMSAxMy45QzAuMjYzMzM1IDEyLjY4MjcgMC4wMDA2Njc5MzMgMTEuMzgyNyAxLjI2NTgyZS0wNiAxMEMtMC4wMDA2NjU0MDEgOC42MTczMyAwLjI2MjAwMSA3LjMxNzMzIDAuNzg4MDAxIDYuMUMxLjMxNCA0Ljg4MjY3IDIuMDI2MzMgMy44MjQzMyAyLjkyNSAyLjkyNUMzLjgyMzY3IDIuMDI1NjcgNC44ODIgMS4zMTMzMyA2LjEgMC43ODhDNy4zMTggMC4yNjI2NjcgOC42MTggMCAxMCAwQzExLjM4MiAwIDEyLjY4MiAwLjI2MjY2NyAxMy45IDAuNzg4QzE1LjExOCAxLjMxMzMzIDE2LjE3NjMgMi4wMjU2NyAxNy4wNzUgMi45MjVDMTcuOTczNyAzLjgyNDMzIDE4LjY4NjMgNC44ODI2NyAxOS4yMTMgNi4xQzE5LjczOTcgNy4zMTczMyAyMC4wMDIgOC42MTczMyAyMCAxMEMxOS45OTggMTEuMzgyNyAxOS43MzUzIDEyLjY4MjcgMTkuMjEyIDEzLjlDMTguNjg4NyAxNS4xMTczIDE3Ljk3NjMgMTYuMTc1NyAxNy4wNzUgMTcuMDc1QzE2LjE3MzcgMTcuOTc0MyAxNS4xMTUzIDE4LjY4NyAxMy45IDE5LjIxM0MxMi42ODQ3IDE5LjczOSAxMS4zODQ3IDIwLjAwMTMgMTAgMjBaTTEwIDE4QzEyLjIzMzMgMTggMTQuMTI1IDE3LjIyNSAxNS42NzUgMTUuNjc1QzE3LjIyNSAxNC4xMjUgMTggMTIuMjMzMyAxOCAxMEMxOCA3Ljc2NjY3IDE3LjIyNSA1Ljg3NSAxNS42NzUgNC4zMjVDMTQuMTI1IDIuNzc1IDEyLjIzMzMgMiAxMCAyQzcuNzY2NjcgMiA1Ljg3NSAyLjc3NSA0LjMyNSA0LjMyNUMyLjc3NSA1Ljg3NSAyIDcuNzY2NjcgMiAxMEMyIDEyLjIzMzMgMi43NzUgMTQuMTI1IDQuMzI1IDE1LjY3NUM1Ljg3NSAxNy4yMjUgNy43NjY2NyAxOCAxMCAxOFoiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8L3N2Zz4K)}.review-tooltip{margin-left:10px;position:relative}.review-tooltip__text{position:absolute;bottom:-97px;right:-19px;width:440px;font-size:16px;border-radius:8px;border:1px solid #E8EBF4;background:#fff;padding:10px;font-weight:500;color:#000;box-shadow:0 4px 20px #0000000d;display:none;z-index:9999}@media (max-width: 767px){.review-tooltip__text{width:288px;height:80px;font-size:14px;bottom:-90px}}.review-tooltip__text.tooltip__side_left{left:-21px;bottom:-110px}@media (max-width: 767px){.review-tooltip__text.tooltip__side_left{left:-130px}}.review-tooltip:hover .review-tooltip__text{display:block}.review-tooltip__text:before{content:"";position:absolute;bottom:100%;right:20px;border:8px solid #fff;border-top:none;border-right-color:transparent;border-left-color:transparent;z-index:11}.review-tooltip__text:before{content:"";position:absolute;bottom:100%;right:20px;border:8px solid #fff;border-top:none;border-right-color:transparent;border-left-color:transparent}.review-tooltip__text.tooltip__side_left:before{right:400px}.top-section{padding:40px 0;background:#fff}.top-section .top-section__title{display:flex;align-items:flex-start;column-gap:16px;margin-bottom:16px;font-weight:700;font-size:40px;line-height:40px;color:#2e2d31}.top-section .top-section__title svg{flex-shrink:0}@media (max-width: 991px){.top-section .top-section__title{margin-bottom:8px;font-size:32px;column-gap:12px}.top-section .top-section__title svg{width:36px;height:36px}}@media (max-width: 767px){.top-section .top-section__title{column-gap:8px}.top-section .top-section__title svg{width:28px;height:28px}}.top-section .top-section__text{font-size:16px;line-height:24px;color:#2b2b3a}.top-section .top-section__text.success-title{padding-left:56px}@media (max-width: 991px){.top-section .top-section__text.success-title{padding-left:48px}}@media (max-width: 767px){.top-section .top-section__text.success-title{padding-left:36px}}.main-container{display:flex;column-gap:20px;padding:32px 15px 120px}@media (max-width: 991px){.main-container{flex-direction:column;column-gap:0;row-gap:32px;padding:32px 15px 80px}}@media (max-width: 767px){.main-container{row-gap:24px;padding:24px 15px 80px}}.review-form{flex-grow:1;display:flex;flex-direction:column;border-radius:16px;background:#fff}.review-form .review-form__top{display:flex;flex-direction:column;row-gap:40px;padding:40px 32px}@media (max-width: 1199px){.review-form .review-form__top{padding:24px 20px}}@media (max-width: 991px){.review-form .review-form__top{row-gap:24px}}.review-form .review-form__row{display:flex;column-gap:32px}@media (max-width: 991px){.review-form .review-form__row{column-gap:20px}}@media (max-width: 767px){.review-form .review-form__row{flex-direction:column;column-gap:unset;row-gap:24px}}.review-form .review-form__label{position:relative;display:flex;flex-direction:column;width:100%;color:#2b2b3a}.review-form .review-form__label.search-wrapper{height:unset;background:unset}.review-form .review-form__label .search-result{z-index:2}.review-form .review-form__label-title{margin-bottom:24px;font-size:28px;font-weight:500}@media (max-width: 991px){.review-form .review-form__label-title{margin-bottom:12px}}.review-form .review-form__input{width:100%;height:40px;padding:12px 16px;border:none;outline:none;border-radius:8px;background:#E8EBF4;font-weight:500;font-size:16px;color:#2b2b3a}@media (max-width: 991px){.review-form .review-form__input{font-size:13px}}.review-form .review-form__input::placeholder{color:#c4c9da}.review-form .review-form__input.error{outline:1px solid #ff3838}.review-form .review-form__textarea{height:120px;resize:none}.review-form .review-form__rating{display:flex;align-items:center;column-gap:32px}@media (max-width: 991px){.review-form .review-form__rating{column-gap:20px}}@media (max-width: 767px){.review-form .review-form__rating{flex-direction:column;align-items:flex-start;row-gap:8px;column-gap:unset}}.review-form .review-form__rating-hint{display:flex;align-items:center;font-size:16px;font-weight:500;color:#0984e3}@media (max-width: 767px){.review-form .review-form__rating-hint svg{display:none}}.review-form .review-progress{display:flex;align-items:center;margin-top:8px}.review-form .review-progress__wrapper{display:flex;flex-grow:1;column-gap:8px}.review-form .review-progress__wrapper span{display:flex;width:100%;height:8px;border-radius:2px;background:#E8EBF4}.review-form .review-progress__wrapper.red span:nth-child(1){background:#ff3838}.review-form .review-progress__wrapper.orange span:not(:last-child){background:#FEA832}.review-form .review-progress__wrapper.green span{background:#45b048}.review-form .review-progress__text{font-size:16px;line-height:24px;margin-left:32px;white-space:nowrap;color:#a5adca}.review-form .review-form__textarea.error~.review-progress .review-progress__text{color:#ff3838}.review-form .review-form__agreements{padding:40px 32px;border-bottom:1px solid #E8EBF4;background:#FAFAFF}@media (max-width: 991px){.review-form .review-form__agreements{padding:24px 20px}}.review-form .review-form__agreements input{display:none}.review-form .review-form__agreements label{position:relative;display:flex;align-items:center;column-gap:24px;font-size:16px;line-height:24px;color:#2e2d31}@media (hover: hover){.review-form .review-form__agreements label{cursor:pointer}}@media (max-width: 767px){.review-form .review-form__agreements label{column-gap:20px;align-items:flex-start}}.review-form .review-form__agreements label a{color:#5c89ff}.review-form .review-form__agreements label:before{content:"";position:relative;padding:15px;border:1px solid #C4C9DA;border-radius:4px}@media (hover: hover){.review-form .review-form__agreements label:before{cursor:pointer}}.review-form .review-form__agreements input:checked+label:before{background:#0984e3}.review-form .review-form__agreements input:checked+label:after{content:"";display:block;position:absolute;left:13px;width:8px;height:16px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg) translate(-4px)}@media (max-width: 767px){.review-form .review-form__agreements input:checked+label:after{left:7px;transform:rotate(45deg) translate(5px)}}.review-form .review-form__agreements .error-text{bottom:10px}.review-form .review-form__bottom{padding:40px 32px;background:#FAFAFF;border-radius:0 0 16px 16px}@media (max-width: 991px){.review-form .review-form__bottom{padding:24px 20px}}.review-form .review-form__bottom .btn{width:200px}@media (max-width: 767px){.review-form .review-form__bottom .btn{width:100%}}.review-form .error-text{position:absolute;bottom:-15px;width:100%;margin:0 0 -3px;font-size:12px;color:#ff3838}.aside-tool{flex-shrink:0;align-self:flex-start;display:flex;flex-direction:column;width:368px;border-radius:16px;background:#fff}@media (max-width: 991px){.aside-tool{width:100%}}.aside-tool .aside-tool__header{display:flex;justify-content:center;align-items:center;width:100%;height:56px;font-size:18px;font-weight:700;color:#0984e3;border-radius:16px 16px 0 0;background:#EDD7FF;box-shadow:0 -4px 20px #7373730d;text-align:center}.aside-tool .aside-tool__center{display:flex;flex-direction:column;width:100%;padding:24px;border-bottom:1px solid #E8EBF4}@media (max-width: 991px){.aside-tool .aside-tool__center{padding:20px}}.aside-tool .aside-tool__center-text{margin-bottom:24px;font-size:16px;line-height:24px;color:#2e2d31}.aside-tool .aside-tool__center-progress{display:flex;width:100%;height:8px;margin-bottom:16px;border-radius:2px;background:#E8EBF4}.aside-tool .aside-tool__center-cred{display:flex;justify-content:space-between}.aside-tool .aside-tool__center-cred span{font-size:18px;color:#2e2d31}.aside-tool .aside-tool__tips-list{display:flex;flex-direction:column;row-gap:16px;padding:24px;border-radius:0 0 16px 16px;background:#FAFAFF;list-style:none}@media (max-width: 991px){.aside-tool .aside-tool__tips-list{padding:20px}}@media (max-width: 991px) and (min-width: 768px){.aside-tool .aside-tool__tips-list{flex-wrap:wrap;flex-direction:row;row-gap:20px}}.aside-tool .aside-tool__tip{display:flex;align-items:center;font-size:16px;color:#a5adca}@media (max-width: 991px) and (min-width: 768px){.aside-tool .aside-tool__tip{width:33.3333333333%}}.aside-tool .aside-tool__tip.active .aside-tool__tip-check{background:#0984e3}.aside-tool .aside-tool__tip.active .aside-tool__tip-check:before,.aside-tool .aside-tool__tip.active .aside-tool__tip-check:after{content:"";position:absolute;width:12px;height:2px;background:#fff;transform:rotate(45deg)}.aside-tool .aside-tool__tip.active .aside-tool__tip-check:after{transform:rotate(-45deg)}.aside-tool .aside-tool__tip-check{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:8px;border:1px solid #A5ADCA;border-radius:50%}.success-view{display:none;flex-direction:column;align-items:center}.success-view .success-top{width:100%;background:#EDD7FF;padding:56px 0}@media (max-width: 991px){.success-view .success-top{padding:40px 0}}.success-view .success-top .container{display:flex;align-items:center;justify-content:space-between}@media (max-width: 991px){.success-view .success-top .container{row-gap:15px;flex-direction:column-reverse}}.success-view .success-bottom{padding:48px 15px 120px}@media (max-width: 991px){.success-view .success-bottom{padding:40px 15px 80px}}.success-view .success-top__left{max-width:570px;color:#2e2d31}@media (max-width: 991px){.success-view .success-top__left{max-width:100%}}.success-view .success-top__pic{display:flex}.success-view .success-top__title{margin-bottom:16px;font-size:40px;font-weight:400;line-height:52px}.success-view .success-top__title span{font-weight:700;color:#0984e3}@media (max-width: 991px){.success-view .success-top__title{margin-bottom:8px;font-size:32px;line-height:40px;text-align:center}}@media (max-width: 767px){.success-view .success-top__title{font-size:24px;line-height:32px}}@media (max-width: 991px){.success-view .success-top__text{text-align:center}}.success-view .reviews-section__review{max-width:756px;margin:0 auto}
