html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--wrapper-width: 100%;--container-width: 1280px;--font-default: "Inter", sans-serif;--font-title: "Inter", sans-serif;--fz-body: 16px;--white-color: #fff;--black-color: #000;--bg-body: #e9ecf0;--main-color: #00c0ad;--accent-color: #ff6525;--section-bg: #2b6862;--btn-bg: var(--accent-color);--btn-bxs: 0 0 36px 0 rgba(255, 101, 37, 0.5);--text-color: rgba(27, 29, 33, 0.7);--text-gray: rgba(0, 0, 0, 0.7);--title-color: #1b1d21;--danger-color: #d5401f;--danger-bg-color: #fdf0ed;--item-br: 16px;--item-bxs: 0 0 42px 0 rgba(35, 43, 50, 0.15);--item-padding: 24px;--grid-gap: 32px;--animation-fade: fade 0.3s ease-in-out}@media(max-width: 1024px){:root{--grid-gap: 24px}}@media(max-width: 480px){:root{--item-br: 16px}}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}html,body{color:var(--text-color);background-color:var(--bg-body)}body{min-width:320px;background:var(--bg-body);color:var(--text-color);font-family:var(--font-default);font-size:var(--fz-body);font-weight:400;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page__body.lock-scroll{overflow:hidden}.page__wrapper{width:100%;max-width:var(--wrapper-width);min-height:100vh;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;overflow-x:hidden !important}.page__main{-webkit-box-flex:1;-ms-flex:1;flex:1}.footer{margin-top:auto}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0}@media(max-width: 1440px){.container{padding:0 48px}}@media(max-width: 1280px){.container{padding:0 32px}}@media(max-width: 1024px){.container{padding:0 24px}}@media(max-width: 767px){.container{padding:0 16px}}.container-right{padding-left:calc((100% - var(--container-width))/2)}h1,h2,h3,h4,h5,h6,.title-h1,.title-h2,.title-h3,.title-h4,.title-h5,.title-h6{color:var(--title-color);margin:0}img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}a{cursor:pointer;font-size:inherit;color:inherit;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a:hover{text-decoration:none}input,button,textarea,select{font-family:var(--font-default)}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;outline:none;background:none;background-color:none;font-size:inherit}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;border-radius:0;padding:0;border:none;background:none;font-family:inherit;font-size:inherit;line-height:inherit;outline:none;color:inherit}input::-webkit-input-placeholder{color:#666}input::-moz-placeholder{color:#666}input:-ms-input-placeholder{color:#666}input::-ms-input-placeholder{color:#666}input::placeholder{color:#666}strong,.strong{font-weight:bold;font-weight:700}.list-reset{list-style:none}.text-center{text-align:center}.text-accent{font-family:var(--font-default)}.text-purple{color:var(--purple-color)}.text-orange{color:var(--orange-color)}.text-yellow{color:var(--yellow-color)}.text-danger{color:var(--danger-color) !important}.hidden{display:none}@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fade{0%{opacity:0}100%{opacity:1}}.gray-body{background:var(--bg-body)}.white-bg{background:#fff}.section-bg,.login-page{width:100%;background:var(--section-bg);position:relative;overflow:hidden;z-index:0}.section-bg::before,.login-page::before{content:"";display:block;width:1200px;height:1200px;border-radius:50%;border:100px solid #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:.05;z-index:-1}@media(max-width: 1024px){.section-bg::before,.login-page::before{width:800px;height:800px;border:70px solid #fff}}@media(max-width: 767px){.section-bg::before,.login-page::before{display:none}}.section{padding:clamp(3rem,1.63rem + 6.09vw,6.5rem) 0;overflow:hidden}.section.no-pt{padding-top:0}.section-head{margin-bottom:clamp(2rem,1.143rem + 3.81vw,4rem)}.section-head.is-center{max-width:900px;margin:0 auto;margin-bottom:clamp(2rem,1.143rem + 3.81vw,4rem);text-align:center}.section-title{color:var(--title-color);font-family:var(--font-default);font-size:clamp(1.5rem,.964rem + 2.38vw,2.75rem);font-weight:700;line-height:1.2}@media(max-width: 640px){.section-title{line-height:1.4}}@media(max-width: 480px){.section-title{margin-bottom:10px}}.section-subtitle{color:var(--text-gray);font-size:20px;font-weight:400;margin-top:16px}@media(max-width: 640px){.section-subtitle{margin-top:12px;font-size:16px}}.item-style{background:var(--white-color);border-radius:var(--item-br);padding:var(--item-padding)}.item-title,.review-item__user-name,.footer__list-title{color:var(--title-color);font-family:var(--font-default);font-size:18px;font-weight:600;line-height:1.3}.splide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}@media(max-width: 1340px){.splide{gap:32px}}@media(max-width: 480px){.splide{gap:24px}}.splide__arrow{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.15);border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:.8}.splide__arrow:hover{background:var(--main-color);opacity:1}.splide__arrow:hover svg{fill:#fff}.splide__arrow svg{fill:var(--main-color);width:18px;height:18px;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.splide__arrow--prev{left:-80px}.splide__arrow--next{right:-80px;background:var(--main-color);border-color:rgba(0,0,0,0)}.splide__arrow--next svg{fill:#fff}.splide__pagination{position:inherit;bottom:inherit;left:inherit;right:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:0 1em}.splide__pagination__page{background:rgba(0,0,0,.12);opacity:1}.splide__pagination__page.is-active{background:var(--main-color)}.preloader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;position:fixed;top:0;left:0;background-color:var(--section-bg);z-index:9999}.preloader.hide{opacity:0;visibility:hidden;-webkit-transition:opacity 1s ease,visibility 1s;transition:opacity 1s ease,visibility 1s}.preloader .loader{width:64px;height:64px;border:5px solid rgba(255,255,255,.2);border-bottom-color:#fff;border-radius:50%;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.m-center{margin:0 auto}.mt-0{margin-top:0px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-48{margin-top:48px}.mt-64{margin-top:64px}.ml-0{margin-left:0px}.ml-4{margin-left:4px}.ml-8{margin-left:8px}.ml-16{margin-left:16px}.ml-24{margin-left:24px}.ml-32{margin-left:32px}.ml-48{margin-left:48px}.ml-64{margin-left:64px}.mr-0{margin-right:0px}.mr-4{margin-right:4px}.mr-8{margin-right:8px}.mr-16{margin-right:16px}.mr-24{margin-right:24px}.mr-32{margin-right:32px}.mr-48{margin-right:48px}.mr-64{margin-right:64px}.mb-0{margin-bottom:0px}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mb-48{margin-bottom:48px}.mb-64{margin-bottom:64px}.p-0{padding:0px}.p-4{padding:4px}.p-8{padding:8px}.p-16{padding:16px}.p-24{padding:16px}.p-32{padding:16px}.p-48{padding:16px}.p-64{padding:16px}.pt-0{padding-top:0px}.pt-4{padding-top:4px}.pt-8{padding-top:8px}.pt-16{padding-top:16px}.pt-24{padding-top:24px}.pt-32{padding-top:32px}.pt-48{padding-top:48px}.pt-64{padding-top:64px}.pl-0{padding-left:0px}.pl-4{padding-left:4px}.pl-8{padding-left:8px}.pl-16{padding-left:16px}.pl-24{padding-left:24px}.pl-32{padding-left:32px}.pl-48{padding-left:48px}.pl-64{padding-left:64px}.pr-0{padding-right:0px}.pr-4{padding-right:4px}.pr-8{padding-right:8px}.pr-16{padding-right:16px}.pr-24{padding-right:24px}.pr-32{padding-right:32px}.pr-48{padding-right:48px}.pr-64{padding-right:64px}.pb-0{padding-bottom:0px}.pb-4{padding-bottom:4px}.pb-8{padding-bottom:8px}.pb-16{padding-bottom:16px}.pb-24{padding-bottom:24px}.pb-32{padding-bottom:32px}.pb-48{padding-bottom:48px}.pb-64{padding-bottom:64px}#btnScrollTop{cursor:pointer;display:inline-block;width:48px;height:48px;color:#fff;background-color:var(--main-color);border-radius:12px;position:fixed;bottom:32px;right:32px;z-index:10;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}#btnScrollTop.show{opacity:.6;visibility:visible;pointer-events:all}#btnScrollTop.show:hover{opacity:1;background:var(--orange-color)}#btnScrollTop::before{content:"";-ms-flex-negative:0;flex-shrink:0;display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m10.598 5.013 8.154 8.281c.33.33.33.865 0 1.195l-.499.5a.844.844 0 0 1-1.195 0L10 7.796 2.942 14.98a.844.844 0 0 1-1.195 0l-.5-.499a.844.844 0 0 1 0-1.195l8.155-8.281a.85.85 0 0 1 1.196.007Z' fill='%23fff'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#btnScrollTop:hover{opacity:1}@media(max-width: 599px){#btnScrollTop{right:16px;bottom:16px}}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;outline:none;background:none;background-color:none;font-size:inherit;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;min-width:240px;padding:18px 32px;color:#fff;background:var(--btn-bg);border-radius:100px;font-family:var(--font-default);font-size:18px;font-weight:600;line-height:1.5;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative}@media(max-width: 480px){.btn{width:100%;min-width:100%;padding:14px 24px;font-size:16px}}.btn:hover{background:var(--accent-color);-webkit-box-shadow:var(--btn-bxs);box-shadow:var(--btn-bxs);-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}@media(max-width: 1024px){.btn:hover{-webkit-transform:none;-ms-transform:none;transform:none}}.btn.disabled,.btn::disabled{opacity:.5;cursor:default}.btn-outline{background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;color:var(--title-color);border:2px solid var(--title-color);padding-top:16px;padding-bottom:16px}.btn-outline:hover{opacity:1;color:#fff;background:var(--title-color);border-color:rgba(0,0,0,0)}.btn--dark{background:var(--title-color);-webkit-box-shadow:none;box-shadow:none}.btn--dark:hover{opacity:.95;background:var(--title-color);-webkit-box-shadow:none;box-shadow:none}.btn-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:48px}@media(max-width: 1024px){.btn-wrapper{margin-top:32px}}.btn-group{width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.btn-group .btn{width:auto;min-width:inherit;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 480px){.btn-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.btn-group .btn{width:100%}}.btn-burger{cursor:pointer;width:26px;height:26px;background-color:rgba(0,0,0,0);outline:none;border:none;position:relative;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.btn-burger__line{width:100%;height:2px;background-color:#333;border-radius:100px;position:absolute;top:50%;left:0;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.btn-burger__line::before,.btn-burger__line::after{content:"";width:100%;height:2px;background-color:#333;border-radius:100px;position:absolute;left:0;opacity:1;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.btn-burger__line::before{top:-8px}.btn-burger__line::after{bottom:-8px}.btn-burger.active .btn-burger__line{background:rgba(0,0,0,0)}.btn-burger.active .btn-burger__line::before{top:20%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.btn-burger.active .btn-burger__line::after{top:0;bottom:50%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.check{margin-top:16px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;position:relative}.check__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.check__input:checked+.check__box{background:#16c767 url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20id%3D%226544ec245ff593c3f84690fc9087dbf8%22%3E%0A%20%20%20%20%3Cpath%20id%3D%220445b5d937d516bb263a415b821229b3%22%20d%3D%22M6.20441%2012.012L2.5644%208.37197C2.34572%208.15328%202.34572%207.79871%202.5644%207.58001L3.35634%206.78805C3.57503%206.56934%203.92962%206.56934%204.14831%206.78805L6.60039%209.2401L11.8525%203.98805C12.0712%203.76936%2012.4257%203.76936%2012.6444%203.98805L13.4364%204.78001C13.6551%204.99869%2013.6551%205.35327%2013.4364%205.57197L6.99637%2012.012C6.77766%2012.2307%206.42309%2012.2307%206.20441%2012.012V12.012Z%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat center;background-size:16px 16px;border:1.4px solid rgba(0,0,0,0)}.check__box{-ms-flex-negative:0;flex-shrink:0;cursor:pointer;display:block;width:20px;height:20px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;position:absolute;position:relative;margin-right:10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.check__box:hover{border:1px solid var(--main-color)}.check__text{color:#666;font-size:13px;font-weight:400;line-height:1.2}.check__link{cursor:pointer;text-decoration:underline}.check__link:hover{text-decoration:none;color:var(--main-color)}.check.is-error .check__box{background:var(--danger-bg-color);border-color:var(--danger-color)}.radio{cursor:pointer;display:inline-block;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;position:relative}.radio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.radio__box{-ms-flex-negative:0;flex-shrink:0;cursor:pointer;display:block;width:20px;height:20px;background-color:#fff;border:1.4px solid #d0d5dd;border-radius:50%;position:absolute;margin-right:10px;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out;position:relative}.radio__box::before{content:"";width:8px;height:8px;background-color:var(--main-color);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:none}.radio__box:hover{border:1px solid var(--main-color)}.radio__label{color:var(--text-color);font-size:16px;line-height:1;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:30px}.radio__label:hover .radio__box{border:1px solid var(--main-color)}.radio.disabled{opacity:.7}.radio__input:checked+.radio__box{background:#fff;background-size:16px 16px;border:2px solid var(--main-color)}.radio__input:checked+.radio__box::before{display:block}.radio__input:focus+.radio__box{outline:1.5px solid rgba(67,98,160,.6)}.radio__input:checked:focus+.radio__box{outline:1.5px solid rgba(67,98,160,.6)}.radio__input:disabled+.radio__box{cursor:default;background:#f2f4f7;border:1.4px solid #d0d5dd}.radio__input:checked:disabled+.radio__box{background:#f0f0f0;background-size:16px 16px;border:1.4px solid #d0d5dd}.radio__input:checked:disabled+.radio__box::before{background-color:#d0d5dd}:root{--input-width: 100%;--input-height: 56px;--input-bg: #f4f4f4;--input-border: 1px solid rgba(0, 0, 0, 0.2);--input-placeholder: #666666;--input-color: #333;--input-br: 100px;--input-fz: 16px;--input-fw: 400;--input-lh: 1.5px;--input-padding: 0 32px}.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:440px;background:#fff;border-radius:var(--item-br);padding:32px}@media(max-width: 480px){.form{border-radius:16px}}.form-modal{max-width:inherit;background:none;border-radius:none;padding:0;-webkit-box-shadow:none;box-shadow:none}.form__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}@media(max-width: 480px){.form__logo{margin-bottom:16px}}.form__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:24px;text-align:center}@media(max-width: 480px){.form__head{margin-bottom:24px}}.form__title{color:var(--title-color);font-family:var(--font-default);font-size:clamp(1.625rem,1.464rem + .71vw,2rem);font-weight:700;line-height:1.4;margin-bottom:8px}.form__title span{color:var(--main-color)}.form__descr{color:var(--text-color);font-size:16px;font-weight:400}@media(max-width: 480px){.form__descr{font-size:16px}}.form__input{width:100%;position:relative;z-index:0}.form__input:not(:last-child){margin-bottom:16px}.form__label{display:inline-block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:20px;z-index:1;color:var(--input-placeholder)}.form__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;background-clip:padding-box;display:block;width:var(--input-width);height:var(--input-height);color:var(--input-color);background-color:var(--input-bg);border:1px solid rgba(0,0,0,0);border-radius:var(--input-br);padding:var(--input-padding);font-size:var(--input-fz);font-weight:var(--input-fw);line-height:var(--input-lh);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.form__input::-webkit-input-placeholder{color:var(--input-placeholder)}.form__input::-moz-placeholder{color:var(--input-placeholder)}.form__input:-ms-input-placeholder{color:var(--input-placeholder)}.form__input::-ms-input-placeholder{color:var(--input-placeholder)}.form__input::placeholder{color:var(--input-placeholder)}.form__input:focus{background:#fff;border-color:var(--main-color)}.form__input.disabled{cursor:default;background:#f2f4f7}.form__input:not(:-moz-placeholder-shown)+label{cursor:default;top:14px;-moz-transition:top .2s;transition:top .2s;color:var(--input-placeholder);font-size:12px}.form__input:not(:-ms-input-placeholder)+label{cursor:default;top:14px;-ms-transition:top .2s;transition:top .2s;color:var(--input-placeholder);font-size:12px}.form__input:focus+label,.form__input:not(:placeholder-shown)+label{cursor:default;top:14px;-webkit-transition:top .2s;transition:top .2s;color:var(--input-placeholder);font-size:12px}.form__btn{width:100%;-webkit-box-shadow:none;box-shadow:none}.form__footer{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form__footer .form-js-link{color:var(--text-gray);font-size:14px}.form__footer .btn-to-password,.form__footer .btn-to-login{color:var(--main-color);font-weight:500}@media(max-width: 480px){.form__footer{margin-top:24px}}.input-required.active{color:var(--danger-color);background:var(--danger-bg-color);border-color:var(--danger-color)}.input-required.active+.form__label{color:var(--danger-color)}@media(max-width: 480px){.form__input{padding:0 24px}}.modal{width:100%;height:100%;position:fixed;top:0;left:0;z-index:10;visibility:hidden;opacity:0;-webkit-transition:all .2s;transition:all .2s;pointer-events:none}.modal__overlay{width:100%;height:100%;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px}.modal__close{cursor:pointer;display:inline-block;width:18px;height:18px;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0IDE0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yODEgLTM0ODEpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEwMCAzMzc4KSI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAxNzYgOTgpIj48cG9seWdvbiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0ibm9uZSIgcG9pbnRzPSIwLDAgMjQsMCAyNCwyNCAwLDI0Ij48L3BvbHlnb24+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIGQ9Ik0xOC4zIDUuNzFjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC00Ljg5IDQuODggLTQuODktNC44OWMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDAgLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDFsNC44OSA0Ljg5IC00Ljg5IDQuODljLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDEgLjM5LjM5IDEuMDIuMzkgMS40MSAwbDQuODktNC44OSA0Ljg5IDQuODljLjM5LjM5IDEuMDIuMzkgMS40MSAwIC4zOS0uMzkuMzktMS4wMiAwLTEuNDFsLTQuODktNC44OSA0Ljg5LTQuODljLjM4LS4zOC4zOC0xLjAyIDAtMS40WiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");background-size:cover;position:absolute;top:24px;right:24px;opacity:.3;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.modal__close:hover{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0IDE0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yODEgLTM0ODEpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEwMCAzMzc4KSI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAxNzYgOTgpIj48cG9seWdvbiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0ibm9uZSIgcG9pbnRzPSIwLDAgMjQsMCAyNCwyNCAwLDI0Ij48L3BvbHlnb24+PHBhdGggZmlsbD0iI0ZGMzM0QyIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIGQ9Ik0xOC4zIDUuNzFjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC00Ljg5IDQuODggLTQuODktNC44OWMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDAgLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDFsNC44OSA0Ljg5IC00Ljg5IDQuODljLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDEgLjM5LjM5IDEuMDIuMzkgMS40MSAwbDQuODktNC44OSA0Ljg5IDQuODljLjM5LjM5IDEuMDIuMzkgMS40MSAwIC4zOS0uMzkuMzktMS4wMiAwLTEuNDFsLTQuODktNC44OSA0Ljg5LTQuODljLjM4LS4zOC4zOC0xLjAyIDAtMS40WiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");opacity:1}.modal__content{width:100%;max-height:100%;max-width:480px;margin:auto;overflow:auto;overflow-y:auto;background-color:#fff;padding:32px;border-radius:24px;text-align:center;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);position:relative;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.modal__header{margin-bottom:32px}.modal__icon{-ms-flex-negative:0;flex-shrink:0;display:inline-block;width:80px;height:80px;margin-bottom:24px}@media(max-width: 480px){.modal__icon{width:64px;height:64px}}.modal__title{color:var(--title-color);font-family:var(--font-default);font-size:28px;font-weight:700;line-height:1.2;margin-bottom:12px}@media(max-width: 480px){.modal__title{font-weight:24px}}.modal__descr{color:var(--text-gray);font-size:18px}.modal__btn{width:100%;min-width:inherit;-webkit-box-shadow:none;box-shadow:none}.modal__privacy{margin-top:24px;font-size:14px;color:rgba(0,0,0,.5)}.modal.active{opacity:1;visibility:visible;pointer-events:all}.modal.active .modal__content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media(max-width: 480px){.modal__close{top:16px;right:16px}.modal__content{border-radius:16px;padding:24px 16px}.modal__title{font-size:24px;margin-bottom:8px}}.course-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;height:100%;background:var(--white-color);border-radius:var(--item-br);padding:var(--item-padding)}.course-item:hover .course-item__img img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.course-item__img{width:100%;height:220px;position:relative;border-radius:var(--item-br);overflow:hidden}.course-item__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}@media(max-width: 1024px){.course-item__img img{-webkit-transform:none;-ms-transform:none;transform:none}}.course-item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:16px}.course-item__category{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;background:#e6f9f7;color:var(--title-color);font-family:var(--font-default);font-size:10px;font-weight:700;line-height:1;letter-spacing:.2px;text-transform:uppercase;border-radius:100px;padding:0 18px;padding-left:28px;position:relative}.course-item__category::before{display:inline-block;content:"";width:8px;height:8px;border-radius:100%;background:var(--main-color);position:absolute;left:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.course-item__rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:rgba(0,0,0,.6);font-family:var(--font-default);font-size:14px;font-weight:400;line-height:1;text-transform:uppercase}.course-item__rating img{display:block;-ms-flex-negative:0;flex-shrink:0}.course-item__name{color:var(--title-color);font-size:20px;font-weight:700;margin-bottom:8px}.course-item__descr{color:var(--text-gray);font-size:14px}.course-item__btns{width:100%;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.course-item__btns .btn{min-width:inherit;width:100%;padding:16px 24px;font-size:16px;font-weight:600;-webkit-box-shadow:none !important;box-shadow:none !important}.course-item--profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:32px}@media(max-width: 1024px){.course-item__img{height:180px}.course-item__name{font-size:16px;line-height:1.5}.course-item__descr{display:none}.course-item__btns .btn{padding:10px 24px}}@media(max-width: 992px){.course-item__img{height:220px}.course-item__name{font-size:18px;line-height:1.4}}@media(max-width: 680px){.course-item--profile{display:block}.course-item__img{height:180px}.course-item__descr{display:block}.course-item__btns .btn{padding:10px 24px}}@media(max-width: 480px){.course-item{padding:16px;gap:16px}.course-item__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.course-item__descr{display:none}.course-item__btns .btn{padding:12px 24px}}.nav-overlay{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;display:none;-webkit-animation:fade .3s ease-in-out;animation:fade .3s ease-in-out}@media(max-width: 880px){.nav-overlay.active{display:block}}.header{background:#fff;padding:12px 0;position:relative;z-index:10}.header-page{background:#fff}.header-fixed{width:100%;position:fixed;background:#fff;-webkit-box-shadow:0 0 18px 0 rgba(0,0,0,.12);box-shadow:0 0 18px 0 rgba(0,0,0,.12);top:0;left:0;right:0;z-index:999;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out}.header-page.header-fixed{position:relative}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.header__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.header__btns .btn{border:1.5px solid rgba(0,0,0,0);font-size:15px;font-weight:600;min-width:inherit;padding:12px 24px}.header__login{background:rgba(0,0,0,0);color:var(--title-color) !important;border:1.5px solid var(--main-color) !important}.header__login:hover{-webkit-box-shadow:none;box-shadow:none;background:var(--main-color);color:#fff !important;border-color:rgba(0,0,0,0)}.header__btn-back{border:1.5px solid rgba(0,0,0,0);font-size:15px;font-weight:600;min-width:inherit;padding:12px 24px;background:rgba(0,0,0,0);color:var(--title-color) !important;border:1.5px solid var(--main-color) !important}.header__btn-back:hover{-webkit-box-shadow:none;box-shadow:none;background:var(--main-color);color:#fff !important;border-color:rgba(0,0,0,0)}.header__burger{-ms-flex-negative:0;flex-shrink:0;display:none;z-index:100}.logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--title-color);font-size:24px;font-weight:700;line-height:1}.logo span{color:var(--main-color)}.logo{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo img{-ms-flex-negative:0;flex-shrink:0}.nav{z-index:0}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;list-style:none}.menu__link{color:var(--title-color);font-family:var(--font-default);font-size:16px;font-weight:400;text-decoration:none;position:relative}.menu__link::after{content:"";width:0;height:2px;background:var(--main-color);position:absolute;bottom:-6px;left:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.menu__link:hover{color:var(--title-color)}.menu__link:hover::after{width:100%}.menu__link.active{cursor:default}.menu__link.active::after{width:100%}@media(max-width: 880px){.header{background:#fff}.header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.header__burger{display:inline-block;z-index:20}.header__nav{width:100%;max-width:320px;height:100dvh;padding-top:32px;padding-bottom:48px;background:var(--section-bg);-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out;position:absolute;top:0;left:-100%;z-index:20}.header__nav .menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0}.header__nav .menu li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav .menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;color:#fff;font-size:18px;font-weight:500;border-right:3px solid rgba(0,0,0,0);padding:16px 24px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header__nav .menu__link:hover{color:#fff;background:rgba(255,255,255,.2)}.header__nav .menu__link.active{font-weight:500;background:#fff}.header__nav .menu__link::after{display:none}.header__nav.active{left:0}}@media(max-width: 520px){.logo{font-size:20px}.header__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__burger{position:absolute;top:10px;right:16px}.header__right{width:100%}.header__btns{width:100%;gap:8px}.header__btns .btn{max-width:inherit;width:100%;font-size:15px;padding:10px 20px}}@media(max-width: 480px){.header__right{gap:16px}.header__btns{gap:8px}}@media(max-width: 393px){.header .logo{width:40%}.header__nav{max-width:80%}.header__burger.active .btn-burger__line::before,.header__burger.active .btn-burger__line::after{background:#333}.header__login{padding-left:16px !important;padding-right:16px !important}}@media(max-width: 393px){.header{padding:12px 0}}.footer{padding:32px 0;background:#fff;color:rgba(0,0,0,.6);font-size:16px}.footer__container{display:grid;grid-template-columns:30% auto;gap:var(--grid-gap)}.footer__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__logo{margin-bottom:8px}.footer__security{margin-top:16px}.footer__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:var(--grid-gap)}.footer__list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:15px;gap:2px;color:rgba(0,0,0,.6)}.footer__list li>a{text-decoration:none}.footer__list li>a:hover{color:var(--main-color);text-decoration:underline}.footer__list-title{font-size:18px;margin-bottom:8px}@media(max-width: 1024px){.footer{padding-top:24px;padding-bottom:16px}.footer__container{grid-template-columns:1fr}.footer__left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid rgba(0,0,0,.12);padding-top:16px}.footer__security{margin-top:0}.footer__logo{display:none}}@media(max-width: 640px){.footer{font-size:14px}.footer__right{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.footer__list-title{font-size:16px}}@media(max-width: 580px){.footer__right{display:grid;grid-template-columns:repeat(2, 1fr);row-gap:24px}.footer__left{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}}@media(max-width: 480px){.footer__left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 393px){.footer__right{row-gap:16px}}@media(max-width: 360px){.footer__right{grid-template-columns:1fr}}.hero{padding-top:16px;padding-bottom:48px;background:#fff;overflow:inherit;position:relative;z-index:0}.hero__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--grid-gap)}.hero__title{font-size:clamp(1.5rem,1.109rem + 1.74vw,2.5rem);margin-bottom:24px}.hero__descr{width:90%;font-size:17px}.hero__btn{margin-top:48px}.hero__img{width:100%}.hero__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 1024px){.hero{padding-top:48px}.hero__grid{grid-template-columns:7fr 5fr;gap:24px}}@media(max-width: 992px){.hero{padding-top:24px}.hero__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;width:100%;max-width:640px;margin:0 auto}.hero__img{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:40%;margin:0 auto}.hero__content{text-align:center}.hero__descr{width:100%}.hero__btn{margin-top:32px}}@media(max-width: 520px){.hero{background:#f4f4f4}.hero__grid{padding:0 8px;gap:16px}.hero__title{font-size:20px;margin-bottom:16px}.hero__descr{font-size:16px}}@media(max-width: 393px){.hero__descr{font-size:14px}}.courses{padding-top:clamp(3rem,2.217rem + 3.48vw,5rem)}.courses__container{max-width:1340px}.courses .section-title{color:var(--white-color)}.courses .section-subtitle{color:var(--white-color)}.courses__slider .splide__arrow,.reviews__slider .splide__arrow{background:rgba(0,0,0,0);opacity:1;border:1px solid rgba(255,255,255,.2)}.courses__slider .splide__arrow svg,.reviews__slider .splide__arrow svg{fill:#fff}.courses__slider .splide__arrow:hover,.reviews__slider .splide__arrow:hover{background:#fff;opacity:1}.courses__slider .splide__arrow:hover svg,.reviews__slider .splide__arrow:hover svg{fill:var(--main-color)}.courses__slider .splide__pagination__page,.reviews__slider .splide__pagination__page{background:rgba(255,255,255,.2);opacity:1}.courses__slider .splide__pagination__page.is-active,.reviews__slider .splide__pagination__page.is-active{background:#fff}.features{background:var(--bg-body)}.features__grid{display:grid;grid-template-columns:5fr 7fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px}.features__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.features__items{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--grid-gap)}.features__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:16px}.features__item-icon{display:inline-block;width:80px;height:80px;-ms-flex-negative:0;flex-shrink:0}.features__item-title{margin-bottom:8px}.features__item-descr{color:var(--text-color)}.features__btn{min-width:280px}@media(max-width: 1180px){.features__grid{grid-template-columns:1fr;gap:32px}.features__img{display:none}.features__items{grid-template-columns:repeat(2, 1fr);gap:24px}}@media(max-width: 640px){.features__items{grid-template-columns:1fr;gap:16px}.features__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left;padding:16px}.features__item-icon{width:64px;height:64px}.features__item-title{font-size:16px}.features__item-text{font-size:14px}}@media(max-width: 480px){.features__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.features__item-text{font-size:14px;text-align:center}}.reviews .section-title{color:#fff}.reviews .section-subtitle{color:#fff}.review-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;position:relative}.review-item__rating{-ms-flex-negative:0;flex-shrink:0;position:absolute;top:24px;right:16px;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.review-item__text{font-size:16px}.review-item__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.review-item__user-photo{-ms-flex-negative:0;flex-shrink:0;border-radius:50%}.review-item__user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0px}.review-item__user-name{margin-bottom:4px;font-size:16px}.review-item__user-city{font-size:14px}@media(max-width: 480px){.review-item{gap:16px}.review-item__text{font-size:15px}.review-item__rating{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);margin-bottom:16px;margin:0 auto}}@media(max-width: 375px){.review-item__rating{position:relative;top:inherit;right:inherit;left:-8px;margin-bottom:12px}}.cta-section{background:var(--bg-body)}.cta-section .section-head{margin-bottom:48px}.cta-section__grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:64px}.cta-section__img{width:100%;overflow:hidden;border:10px solid #fff;border-radius:1000px 1000px 0 0;overflow:hidden;position:relative}.cta-section__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cta-section__img-mob{display:none}.cta-section__numbers{margin-bottom:48px;display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.cta-section__numbers-item{background:#fff;border-radius:16px;padding:16px}.cta-section__numbers-num{display:inline-block;color:var(--main-color);font-family:var(--font-default);font-size:28px;font-weight:700;line-height:1;margin-bottom:8px}.cta-section__numbers-text{font-size:14px}.cta-section .section-title{margin-bottom:24px}@media(max-width: 1024px){.cta-section__grid{gap:32px}.cta-section__numbers-num{font-size:20px}}@media(max-width: 992px){.cta-section__grid{width:100%;max-width:800px;margin:0 auto;grid-template-columns:1fr;text-align:center}.cta-section__img{border-radius:24px;height:480px}.cta-section__img-lg{display:none}.cta-section__img-mob{display:block}.cta-section__numbers-num{font-size:24px}.cta-section .section-head{margin-bottom:32px}}@media(max-width: 640px){.cta-section__grid{gap:24px}.cta-section__img{height:320px;border-width:4px}.cta-section__numbers{display:none}}@media(max-width: 480px){.cta-section .section-title{margin-bottom:12px}.cta-section__img{height:260px}}@media(max-width: 393px){.cta-section__descr{font-size:14px}}.login-page::before{display:none}.login{width:100%;height:75vh;min-height:750px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:clamp(3rem,2.04rem + 4.8vw,6rem) 16px}@media(max-width: 480px){.login{height:inherit;min-height:inherit;padding:48px 16px}}.unsubscribe{width:100%;height:75vh;min-height:750px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:clamp(3rem,2.04rem + 4.8vw,6rem) 16px}.unsubscribe__btn{opacity:.8;color:var(--danger-color);border-color:var(--danger-color);-webkit-box-shadow:none;box-shadow:none}.unsubscribe__btn:hover{background:var(--danger-color)}.unsubscribe .unsubscribe__btn{background:var(--danger-color);color:#fff}.unsubscribe__btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.unsubscribe .btn{width:100%;min-width:inherit;font-size:16px;margin-bottom:12px}.unsubscribe .btn:hover{-webkit-box-shadow:none;box-shadow:none}.unsubscribe .btn-support{color:#fff;background:var(--main-color)}.unsubscribe .btn-support:hover{opacity:.8;background:var(--main-color)}@media(max-width: 480px){.unsubscribe{height:inherit;min-height:inherit;padding:48px 16px}}@media(max-width: 393px){.unsubscribe__form{padding:24px}.unsubscribe .form__title{font-size:20px}}.visible{visibility:visible}.invisible{visibility:hidden}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.left-0{left:0}.right-0{right:0}.-bottom-\[10px\]{bottom:-10px}.-bottom-\[7px\]{bottom:-7px}.right-\[2\%\]{right:2%}.left-\[2\%\]{left:2%}.-bottom-\[13px\]{bottom:-13px}.right-\[4\%\]{right:4%}.left-\[4\%\]{left:4%}.-top-12{top:-3rem}.-right-2{right:-0.5rem}.-top-\[35px\]{top:-35px}.z-10{z-index:10}.z-0{z-index:0}.m-4{margin:1rem}.m-2{margin:.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-0{margin-top:0;margin-bottom:0}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.ml-1{margin-left:.25rem}.mr-3{margin-right:.75rem}.mt-3{margin-top:.75rem}.ml-3{margin-left:.75rem}.mt-6{margin-top:1.5rem}.mt-20{margin-top:5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mb-\[20px\]{margin-bottom:20px}.mb-\[30px\]{margin-bottom:30px}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.mt-2{margin-top:.5rem}.mr-1{margin-right:.25rem}.\!mt-0{margin-top:0 !important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.table{display:table}.hidden{display:none}.h-\[20px\]{height:20px}.h-6{height:1.5rem}.h-\[500px\]{height:500px}.h-full{height:100%}.h-\[50px\]{height:50px}.h-\[18px\]{height:18px}.h-\[45px\]{height:45px}.\!h-\[36px\]{height:36px !important}.h-\[6px\]{height:6px}.h-\[5px\]{height:5px}.max-h-\[70px\]{max-height:70px}.max-h-\[450px\]{max-height:450px}.min-h-\[75vh\]{min-height:75vh}.min-h-\[50vh\]{min-height:50vh}.min-h-\[200px\]{min-height:200px}.min-h-\[160px\]{min-height:160px}.min-h-\[600px\]{min-height:600px}.w-full{width:100%}.w-\[20px\]{width:20px}.w-6{width:1.5rem}.w-\[350px\]{width:350px}.w-\[50px\]{width:50px}.w-\[18px\]{width:18px}.w-\[45px\]{width:45px}.w-\[16px\]{width:16px}.w-\[200px\]{width:200px}.w-1\/2{width:50%}.min-w-\[150px\]{min-width:150px}.min-w-\[360px\]{min-width:360px}.min-w-\[17px\]{min-width:17px}.max-w-\[360px\]{max-width:360px}.max-w-\[1152px\]{max-width:1152px}.max-w-\[450px\]{max-width:450px}.max-w-\[350px\]{max-width:350px}.max-w-\[400px\]{max-width:400px}.max-w-\[60px\]{max-width:60px}.max-w-\[500px\]{max-width:500px}.max-w-\[240px\]{max-width:240px}.max-w-\[100px\]{max-width:100px}.max-w-\[700px\]{max-width:700px}.max-w-\[300px\]{max-width:300px}.max-w-\[95vw\]{max-width:95vw}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}.basis-1\/5{-ms-flex-preferred-size:20%;flex-basis:20%}.basis-3\/5{-ms-flex-preferred-size:60%;flex-basis:60%}.basis-1\/3{-ms-flex-preferred-size:33.333333%;flex-basis:33.333333%}.basis-2\/3{-ms-flex-preferred-size:66.666667%;flex-basis:66.666667%}.transform{-webkit-transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));-ms-transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gap-4{gap:1rem}.self-center{-ms-flex-item-align:center;align-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-scroll{overflow-y:scroll}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.border-0{border-width:0}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-solid{border-style:solid}.border-transparent{border-color:rgba(0,0,0,0)}.border-primary{--tw-border-opacity: 1;border-color:rgb(62 240 161/var(--tw-border-opacity))}.border-b-darklight{--tw-border-opacity: 1;border-bottom-color:rgb(55 83 97/var(--tw-border-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(62 240 161/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172/var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165/var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116/var(--tw-bg-opacity))}.bg-primary\/5{background-color:rgba(62,240,161,.05)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-gray-100\/50{background-color:rgba(243,244,246,.5)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-8{padding:2rem}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.px-0{padding-left:0;padding-right:0}.px-8{padding-left:2rem;padding-right:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.\!py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.\!px-4{padding-left:1rem !important;padding-right:1rem !important}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-8{padding-top:2rem}.pt-6{padding-top:1.5rem}.pb-8{padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pt-12{padding-top:3rem}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-sm{font-size:.875rem;line-height:1.25rem}.text-5xl{font-size:3rem;line-height:1}.text-xl{font-size:1.25rem}.text-lg,.text-xl{line-height:1.75rem}.text-lg{font-size:1.125rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[60px\]{font-size:60px}.\!text-sm{font-size:.875rem !important;line-height:1.25rem !important}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.leading-none{line-height:1}.leading-8{line-height:2rem}.leading-6{line-height:1.5rem}.tracking-wide{letter-spacing:.025em}.text-darklight{--tw-text-opacity: 1;color:rgb(55 83 97/var(--tw-text-opacity))}.text-dark{--tw-text-opacity: 1;color:rgb(42 49 61/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-primary{--tw-text-opacity: 1;color:rgb(62 240 161/var(--tw-text-opacity))}.text-primary\/20{color:rgba(62,240,161,.2)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22/var(--tw-text-opacity))}.text-primary-dark{--tw-text-opacity: 1;color:rgb(17 204 119/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38/var(--tw-text-opacity))}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)}.shadow,.shadow-lg{-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}.shadow{--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);-webkit-box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 rgba(0, 0, 0, 0))}.ring-transparent{--tw-ring-color: transparent}.filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.duration-150,.transition{-webkit-transition-duration:.15s;transition-duration:.15s}.ease-in-out{-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}.secondary_button{background-color:#f90;border-radius:16px;padding:16px}.secondary_button:hover{background-color:#ff8a00}.primary_button{background-color:var(--main-color);border-radius:16px;padding:16px;color:#fff;max-width:360px;height:60px;font-size:18px;font-weight:600;line-height:1.75;text-align:center}.primary_button:hover{background-color:var(--main-color)}.primary_button_reverse{background-color:#fff;border-radius:16px;border:2px solid var(--main-color);padding:16px;color:var(--main-color);max-width:360px;height:60px;font-size:18px;font-weight:600;line-height:1.75;text-align:center}.primary_button_reverse:hover{background-color:#1c7;border-color:#1c7;color:#fff}.primary_button_danger{background-color:#fff;border-radius:16px;border:2px solid #b22;padding:16px;color:#b22;max-width:360px;height:60px;font-size:18px;font-weight:600;line-height:1.75;text-align:center}.primary_button_danger:hover{background-color:#b22;border-color:#b22;color:#fff}.css-12seus3-root{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;text-decoration:none;font-family:Montserrat,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.75;min-width:64px;-webkit-transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,-webkit-box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,-webkit-box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,-webkit-box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;width:100%;-webkit-box-shadow:none;box-shadow:none;text-transform:uppercase;text-align:center;font-weight:600;margin:0;height:60px;border-radius:16px;max-width:none;white-space:break-spaces;padding:16px;font-size:18px;background:var(--main-color);color:#fff;border:0}.css-12seus3-root.Mui-disabled{pointer-events:none;cursor:default}@media print{.css-12seus3-root{-webkit-print-color-adjust:exact}}.css-12seus3-root:hover{text-decoration:none;background-color:#1565c0;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}@media(hover: none){.css-12seus3-root:hover{background-color:#1976d2}}.css-12seus3-root:active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.css-12seus3-root.Mui-focusVisible{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.css-12seus3-root.Mui-disabled{color:rgba(0,0,0,.26);background-color:rgba(0,0,0,.12)}.css-12seus3-root.Mui-disabled,.css-12seus3-root.Mui-focusVisible,.css-12seus3-root:active,.css-12seus3-root:hover{-webkit-box-shadow:none;box-shadow:none}.css-12seus3-root:hover{background:#1c7;border-color:#1c7}.css-12seus3-root label{color:#647897;font-weight:500}.css-12seus3-root .MuiCircularProgress-colorPrimary{color:#fff;width:24px;height:24px}.css-w0pj6f{pointer-events:none;z-index:0;top:0;bottom:0;left:0;border-radius:inherit}.css-w0pj6f,.jRAqxJ{overflow:hidden;position:absolute;right:0}.jRAqxJ{top:250px}.jRAqxJ img{display:none}@media(min-width: 1215px){.jRAqxJ img{display:block;width:212px;height:600px}}.jruyGC{position:relative;max-width:632px;padding:70px 16px 0;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.jruyGC{max-width:1152px;padding:80px 0}}@media(min-width: 1315px){.jruyGC{max-width:1202px}}.YiiDm{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d;text-align:center}.YiiDm span{color:var(--main-color)}@media(min-width: 992px){.YiiDm{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.YiiDm{max-width:300px;margin-left:auto;margin-right:auto;font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.YiiDm{max-width:280px;margin-left:auto;margin-right:auto;font-weight:700;font-size:24px;line-height:32px}}.eIbslp{margin-top:40px}@media(min-width: 1215px){.eIbslp{margin-top:80px}.bNaTJw{display:grid;-moz-column-gap:30px;-webkit-column-gap:30px;column-gap:30px;grid-template-columns:repeat(3, 1fr)}}.jVhfBO{text-align:left;background-color:#fff;padding:30px 35px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);border-radius:20px;margin-bottom:30px}@media(min-width: 1215px){.jVhfBO{min-height:100%;padding:40px;margin-bottom:0}}.iXzZTv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hiSIUA{width:72px;height:72px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.hiSIUA img{width:100%}.cNoQqT{margin-left:18px}.gbpRzC{font-size:18px;line-height:28px;font-weight:700;color:#2a313d}.gBTrLJ{margin-top:10px}.gBTrLJ,.iUiEFA{font-size:16px;line-height:24px;color:#375361}.iUiEFA{margin-top:32px}@media(min-width: 1215px){.iUiEFA{color:#2a313d}}.iUvwMe{position:absolute;overflow:hidden;left:0;top:-280px}.iUvwMe img{display:none}@media(min-width: 1215px){.iUvwMe img{display:block;width:261px;height:537px}}.gClsgJ{position:relative;padding:70px 16px 0;max-width:1152px;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.gClsgJ{display:grid;grid-template-columns:1fr 570px;-moz-column-gap:100px;-webkit-column-gap:100px;column-gap:100px;padding:80px 0}}@media(min-width: 1315px){.gClsgJ{max-width:1202px}}.jBxnNE{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d;text-align:center}.jBxnNE span{color:var(--main-color)}@media(min-width: 992px){.jBxnNE{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.jBxnNE{text-align:left;font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.jBxnNE{font-weight:700;font-size:24px;line-height:32px}}.guoKlq{margin-top:40px}@media(min-width: 1215px){.guoKlq{margin-top:50px}}.kIiGLj{grid-area:1/2/span 3/auto;align-self:center}.jUixxQ{margin-top:40px;display:block;margin-left:auto;margin-right:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 1215px){.jUixxQ{width:570px;height:580px;margin-top:0}}.iGHYYs:not(:first-child){margin-top:30px}@media(min-width: 1215px){.iGHYYs:not(:first-child){margin-top:30px}}.fqCkbN{display:-webkit-box;display:-ms-flexbox;display:flex}.iLnwTB{max-width:42px;width:100%;height:42px;margin-right:16px}@media(min-width: 1215px){.iLnwTB{margin-right:30px;-ms-flex-item-align:center;align-self:center}}.dVBmUE{font-size:18px;line-height:28px;color:#2a313d;font-weight:700}@media(max-width: 690px){.dVBmUE{font-weight:700;font-size:16px;line-height:26px}}.jMHnFM{font-size:16px;line-height:24px;color:#2a313d;margin-top:6px}@media(max-width: 690px){.jMHnFM{font-weight:400;font-size:14px;line-height:140%}}.jyfvEe{position:absolute;overflow:hidden;right:0;top:0}.jyfvEe img{display:none}@media(min-width: 1215px){.jyfvEe img{display:block}}.htBElo{position:absolute;overflow:hidden;left:0;top:775px}.htBElo img{display:none}@media(min-width: 1215px){.htBElo img{display:block;width:250px;height:619px}}.ksZDVD{max-width:1052px;padding:70px 16px 0;position:relative;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.ksZDVD{max-width:1152px;padding:80px 0}}@media(min-width: 1315px){.ksZDVD{max-width:1202px}}.bsRgLN{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d;text-align:center}.bsRgLN span{color:var(--main-color)}@media(min-width: 992px){.bsRgLN{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.bsRgLN{font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.bsRgLN{font-weight:700;font-size:24px;line-height:32px}}.lenjZD{margin-top:40px;position:relative;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.lenjZD{margin-top:50px;max-width:none}}.iIOkNZ{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.iIOkNZ:first-child div,.iIOkNZ:last-child div{grid-row-start:1;grid-row-end:auto;grid-column-start:2;grid-column-end:auto}.iIOkNZ:last-child:before{content:"";position:absolute;top:56px;bottom:0;left:26px;width:4px;background-color:#f0fff7}@media(min-width: 1215px){.iIOkNZ{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.iIOkNZ figure+figure{margin-top:0}.iIOkNZ:first-child:before{content:"";position:absolute;top:0;bottom:50%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:4px;background-color:#f0fff7}.iIOkNZ:last-child:before{top:50%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.hfgjd{position:relative;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:56px;height:56px;border:3px solid #bfcbda;background-color:#fff;border-radius:50%}.hfgjd svg{width:24px;height:24px;color:#9fc}@media(min-width: 1215px){.hfgjd{width:72px;height:72px;border-width:4px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.hfgjd svg{width:auto;height:auto}}.gSEqvz{margin-left:16px}@media(min-width: 1215px){.gSEqvz{margin-left:0;display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:170px;-webkit-column-gap:170px;column-gap:170px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.kIgZol{max-width:350px}.klSsrU{display:block;font-size:18px;line-height:28px;color:#2a313d;font-weight:700}@media(min-width: 1215px){.klSsrU{font-size:24px;line-height:32px}}.dHRDy{font-size:16px;line-height:24px;color:#2a313d;margin-top:4px}.hSkQak{display:block;margin-top:6px}@media(min-width: 1215px){.hSkQak{width:100%;max-width:350px;height:auto}}@media(min-width: 992px){.how_it_works_img{padding-right:300px}}@media(min-width: 1215px){.how_it_works_img{padding-right:200px}}.how_it_works_text{margin-top:32px}@media(min-width: 992px){.how_it_works_text{margin-top:0;position:absolute}.how_it_works_text_1{top:10px;left:340px}.how_it_works_text_2{top:185px;left:68%}.how_it_works_text_3{top:455px;left:71%}}@media(min-width: 1215px){.how_it_works_text_1{top:30px;left:450px}.how_it_works_text_2{top:260px;left:915px}.how_it_works_text_3{top:695px;left:80%}}@media(min-width: 1315px){.how_it_works_text_1{top:30px;left:470px}.how_it_works_text_2{top:270px;left:965px}.how_it_works_text_3{top:650px;left:84%}}.how_it_works_text .number_badge{padding:32px;border-radius:50%;background-color:var(--main-color);width:32px;height:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:700;color:#fff}@media(min-width: 992px){.how_it_works_text .number_badge{display:none}}.how_it_works_text .how_it_works_text_container{margin-left:16px}@media(min-width: 992px){.how_it_works_text .how_it_works_text_container{width:250px}}.how_it_works_text .how_it_works_text_container .how_it_works_text_title{color:var(--main-color);font-size:20px;font-weight:700}.how_it_works_text .how_it_works_text_container .how_it_works_text_message{font-size:16px;line-height:24px;color:#2a313d}.hFCjnN{padding:70px 16px 0;position:relative;max-width:960px;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.hFCjnN{padding:80px 0}}@media(min-width: 1315px){.hFCjnN{max-width:960px}}.kwmdKD{text-align:center;max-width:600px;margin-left:auto;margin-right:auto;color:#2a313d;letter-spacing:-0.01em;font-weight:700;font-size:24px;line-height:32px;padding-bottom:40px}@media(min-width: 992px){.kwmdKD{font-size:32px;line-height:40px}}@media(min-width: 1215px){.kwmdKD{max-width:800px;padding-bottom:80px}}.rKyiq{color:var(--main-color)}.faq_title{color:#2a313d;border:none;font-weight:700;letter-spacing:.01em}.faq_text,.faq_title{font-size:16px;line-height:24px}.faq_text{margin:0;font-family:Source Sans Pro,Montserrat,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(62,240,161,.6);box-shadow:0 0 0 0 rgba(62,240,161,.6)}70%{-webkit-box-shadow:0 0 0 25px rgba(62,240,161,0);box-shadow:0 0 0 25px rgba(62,240,161,0)}to{-webkit-box-shadow:0 0 0 0 rgba(62,240,161,0);box-shadow:0 0 0 0 rgba(62,240,161,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(62,240,161,.6);box-shadow:0 0 0 0 rgba(62,240,161,.6)}70%{-webkit-box-shadow:0 0 0 25px rgba(62,240,161,0);box-shadow:0 0 0 25px rgba(62,240,161,0)}to{-webkit-box-shadow:0 0 0 0 rgba(62,240,161,0);box-shadow:0 0 0 0 rgba(62,240,161,0)}}.kcFdpI{text-align:center;max-width:632px;width:100%;padding:70px 16px 0;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.kcFdpI{text-align:left;display:grid;grid-template-columns:1fr 600px;-moz-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1152px;padding:80px 0}}@media(min-width: 1315px){.kcFdpI{max-width:1202px}}.nDXoq{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d}@media(min-width: 992px){.nDXoq{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.nDXoq{font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.nDXoq{font-weight:700;font-size:24px;line-height:32px}}.eKOjAZ{color:var(--main-color)}.jlVbOk{font-size:16px;line-height:24px;color:#2a313d;margin-top:20px;margin-bottom:40px;padding-left:20px;padding-right:20px}@media(min-width: 1215px){.jlVbOk{font-size:18px;line-height:28px;max-width:360px;padding-left:0;padding-right:0;margin-top:16px}}.lftoJI img{display:block;margin-left:auto;margin-right:auto;margin-top:40px;max-width:100%}@media(min-width: 1215px){.lftoJI img{margin-top:0;width:600px;height:580px}}.locate_them_now_button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;text-decoration:none;font-family:Montserrat,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.75;min-width:64px;-webkit-transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,-webkit-box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,-webkit-box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;transition:background-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,border-color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,color .25s cubic-bezier(0.4, 0, 0.2, 1) 0s,-webkit-box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;-webkit-box-shadow:none;box-shadow:none;text-transform:uppercase;text-align:center;font-weight:600;margin:0;height:60px;border-radius:16px;max-width:none;white-space:break-spaces;padding:16px;font-size:18px;background:var(--main-color);color:#fff;border:0;max-width:360px;width:100%;-webkit-animation:pulse 3s ease-in-out 0s infinite normal none running;animation:pulse 3s ease-in-out 0s infinite normal none running}.locate_them_now_button.Mui-disabled{pointer-events:none;cursor:default}@media print{.locate_them_now_button{-webkit-print-color-adjust:exact}}.locate_them_now_button:hover{text-decoration:none;background-color:#1565c0;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}@media(hover: none){.locate_them_now_button:hover{background-color:#1976d2}}.locate_them_now_button:active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.locate_them_now_button.Mui-focusVisible{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.locate_them_now_button.Mui-disabled{color:rgba(0,0,0,.26);background-color:rgba(0,0,0,.12)}.locate_them_now_button.Mui-disabled,.locate_them_now_button.Mui-focusVisible,.locate_them_now_button:active,.locate_them_now_button:hover{-webkit-box-shadow:none;box-shadow:none}.locate_them_now_button:hover{background:#1c7;border-color:#1c7}.locate_them_now_button label{color:#647897;font-weight:500}.locate_them_now_button .MuiCircularProgress-colorPrimary{color:#fff;width:24px;height:24px}.lmagiH{position:relative}.iusnmP{position:absolute;overflow:hidden;top:-112px;right:0}@media(max-width: 1215px){.iusnmP{display:none}}.iusnmP img{width:974px;height:1468px}.fTNpmj{position:absolute;overflow:hidden;left:0;top:58px}@media(min-width: 1215px){.fTNpmj{top:414px}}.fTNpmj img{width:30px;height:70px}@media(min-width: 1215px){.fTNpmj img{width:261px;height:537px}}@media(max-width: 690px){.fTNpmj img{display:none}}.gRFILM{position:absolute;overflow:hidden;right:0;top:400px}.gRFILM img{display:block;width:70px;height:165px}@media(min-width: 1215px){.gRFILM img{display:none}}@media(max-width: 690px){.gRFILM img{display:none}}.fRxFXt{position:relative;max-width:632px;width:100%;padding:140px 16px 115px;margin-left:auto;margin-right:auto}.fRxFXt .trackImage{display:none}@media(min-width: 1215px){.fRxFXt{max-width:1152px;text-align:left;display:grid;grid-template-columns:1fr 670px;-moz-column-gap:30px;-webkit-column-gap:30px;column-gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:54px;padding-bottom:140px}.fRxFXt .trackImage{display:block}}@media(min-width: 1315px){.fRxFXt{max-width:1202px}}.ihlBge{font-size:32px;line-height:40px;letter-spacing:-0.02em;color:#2a313d;font-weight:700}@media(min-width: 992px){.ihlBge{font-size:54px;line-height:62px}}@media(min-width: 1215px){.ihlBge{text-align:left;font-weight:700;font-size:45px;line-height:54px}}@media(max-width: 690px){.ihlBge{font-weight:700;font-size:28px;line-height:36px}}.kWxZBp{display:block;font-size:16px;font-weight:500;line-height:24px;color:var(--main-color);margin-top:20px}@media(min-width: 992px){.kWxZBp{font-size:18px;margin-top:40px}}.cZxxqx{display:block;font-size:16px;line-height:24px;color:#375361;margin-top:20px;max-width:none}@media(max-width: 480px){.cZxxqx{max-width:256px}}@media(min-width: 992px){.cZxxqx{margin-top:50px}}.fQjulQ{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px;height:48px;border:1px solid rgba(0,0,0,0);border-radius:16px}@media(min-width: 992px){.fQjulQ{margin-top:20px;height:61px}}.fQjulQ .track__input .selected-flag{height:48px;padding-left:20px}@media(min-width: 992px){.fQjulQ .track__input .selected-flag{height:61px}}.fQjulQ .track__input .invalid-number-message{background:0 0;top:48px;left:0}@media(min-width: 992px){.fQjulQ .track__input .invalid-number-message{top:65px}}.fQjulQ .track__input .form-control{overflow:hidden;font-size:18px;letter-spacing:-0.01em;color:#2a313d;width:100%;padding:11.5px 12px 11.5px 60px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;border-radius:16px 0 0 16px;border-color:rgba(0,0,0,0) !important}.fQjulQ .track__input .form-control,.fQjulQ .track__input .form-control:focus{-webkit-box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04)}@media(min-width: 992px){.fQjulQ .track__input .form-control{padding:19px 20px 19px 60px}}.fQjulQ .track__input .form-control.invalid-number{border:1px solid rgba(0,0,0,0)}.fDZTLK{font-size:0;font-family:Montserrat,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:600;color:#fff;text-transform:uppercase;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;padding-left:14px;padding-right:7px;border-radius:16px;border:1px solid #f90;-webkit-transition:background-color .2s ease 0s,border-color .2s ease 0s,color .2s ease 0s,-webkit-box-shadow .2s ease 0s;transition:background-color .2s ease 0s,border-color .2s ease 0s,color .2s ease 0s,-webkit-box-shadow .2s ease 0s;transition:background-color .2s ease 0s,border-color .2s ease 0s,color .2s ease 0s,box-shadow .2s ease 0s;transition:background-color .2s ease 0s,border-color .2s ease 0s,color .2s ease 0s,box-shadow .2s ease 0s,-webkit-box-shadow .2s ease 0s;margin-left:-12px;z-index:2;background-color:#f90;pointer-events:auto}@media(min-width: 992px){.fDZTLK{font-size:18px;height:61px;padding-left:22px;padding-right:16px}}.fDZTLK svg{margin-right:8px}.fDZTLK:hover{border-color:#ff8a00;background-color:#ff8a00}.hCQXbn{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);border-radius:60px;text-transform:none;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;padding:4px 24px 4px 20px;min-height:52px;font-size:14px;font-weight:400}@media(min-width: 1215px){.hCQXbn{padding:4px 24px 4px 20px}}@media(max-width: 690px){.hCQXbn{margin-bottom:25px;width:330px}}@media(max-width: 428px){.hCQXbn{margin-bottom:25px;width:286px}}.iaELwa{max-width:377px}.iaELwa .carousel__slide-focus-ring{outline:0 !important}@media(max-width: 690px){.iaELwa{font-weight:500;font-size:14px;line-height:140%;color:#2a313d;width:100%;max-width:322px}.iaELwa,.iaELwa p{margin-right:auto;margin-left:auto}.iaELwa p{display:block;max-width:92%}.iaELwa .sliderTray___-vHFQ{position:relative}.iaELwa .carousel__slide--hidden p{display:none}}@media(max-width: 690px)and (max-width: 450px){.iaELwa{max-width:none;width:108%;right:4%}}.kIuPNK .slider-header{margin:0}.lbcHsW .slider-header{margin-left:-11%}.gGGFfw{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);border-radius:60px;text-transform:none;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;padding:4px 24px 4px 20px;min-height:52px;margin-left:auto;margin-right:auto;margin-bottom:39px !important}@media(min-width: 691px){.gGGFfw{display:none}}.eRbNzJ{display:grid;grid-template-columns:1fr 322px;margin-bottom:20px;gap:6% 6%}@media(max-width: 1215px){.eRbNzJ{grid-template-columns:1fr 322px;grid-auto-rows:minmax(0, auto)}}@media(max-width: 690px){.eRbNzJ{grid-template-columns:1fr;grid-auto-rows:minmax(0, auto);margin-bottom:30px}}.kxYVwv{color:var(--main-color)}.gMVRRp,.kxYVwv{justify-self:start;margin-right:auto;margin-left:10px;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;max-width:150px;text-align:left}.elPqfQ,.gMVRRp{color:#2a313d}.elPqfQ{font-weight:700;font-size:16px;line-height:26px}@media(max-width: 690px){.elPqfQ{display:none}}.dYMZXH{display:inline-block}.dYMZXH,.kThnAQ{margin-top:16px;margin-bottom:10px;text-align:left;font-weight:500;font-size:14px;line-height:140%;margin-left:5px;color:#2a313d}.kThnAQ{display:none}.eNaHZL{display:grid;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;grid-auto-rows:minmax(0, -webkit-min-content);grid-auto-rows:minmax(0, min-content);margin-top:25px}@media(max-width: 690px){.eNaHZL{display:none}}.fBvxcF{width:100%}@media(min-width: 1215px){.fBvxcF{grid-row:1/3}}.htgiTc{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);margin-right:14px}@media(min-width: 1215px){.htgiTc{margin-right:0;margin-left:13px}}.CxchM{font-size:13px;font-weight:600;text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#2a313d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.CxchM img{margin-right:10px;-webkit-filter:drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));filter:drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1))}.CxchM:after{content:"";position:absolute;right:0;top:50%;border-color:#2a313d rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:6px 3px 0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eOMoJF{padding-right:10px;height:100%}.eOMoJF,.guxYVK{position:relative}.fTdqWF{display:grid;grid-template-columns:1fr;justify-items:center;max-width:632px;padding:0 16px 20px;width:100%;margin-left:auto;margin-right:auto;overflow-x:hidden}@media(min-width: 1215px){.fTdqWF{display:grid;grid-template-columns:2fr 1fr;text-align:left;max-width:1152px;-moz-column-gap:75px;-webkit-column-gap:75px;column-gap:75px;overflow-x:initial}}@media(min-width: 1315px){.fTdqWF{display:grid;grid-template-columns:auto 360px;grid-template-rows:minmax(0, -webkit-min-content) minmax(0, -webkit-min-content);grid-template-rows:minmax(0, min-content) minmax(0, min-content);text-align:left;max-width:1152px;-moz-column-gap:7%;-webkit-column-gap:7%;column-gap:7%;overflow-x:initial}}.hjcBcr{font-size:30px;line-height:40px;font-weight:700;letter-spacing:-0.01em;color:#2a313d}.hjcBcr span{color:var(--main-color)}@media(min-width: 992px){.hjcBcr{font-size:45px;line-height:54px}}@media(min-width: 1215px){.hjcBcr{margin-top:18px;font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.hjcBcr{font-weight:700;font-size:24px;line-height:32px}}.bjwMni{margin-top:16px;margin-bottom:16px;color:#2a313d;font-style:normal;font-weight:500;font-size:14px;line-height:140%}.bjwMni span{font-weight:700}@media(min-width: 1215px){.bjwMni{display:block;font-size:14px;line-height:140%}}@media(max-width: 690px){.bjwMni{margin-top:32px}}@media(max-width: 1215px){.fcuFSx{grid-row-start:1;margin-bottom:32px}}.fsdUPT{text-align:center;max-width:632px;width:100%;padding:70px 16px 0;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.fsdUPT{text-align:left;display:grid;grid-template-columns:1fr 600px;-moz-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1152px;padding:80px 0}}@media(min-width: 1315px){.fsdUPT{max-width:1202px}}.hLEOPR{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d}@media(min-width: 992px){.hLEOPR{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.hLEOPR{font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.hLEOPR{font-weight:700;font-size:24px;line-height:32px}}.xQEQZ{color:var(--main-color)}.iYebEW{font-size:16px;line-height:24px;color:#2a313d;margin-top:20px;margin-bottom:40px;padding-left:20px;padding-right:20px}@media(min-width: 1215px){.iYebEW{font-size:18px;line-height:28px;max-width:360px;padding-left:0;padding-right:0;margin-top:16px}}.ftUcGo img{display:block;margin-left:auto;margin-right:auto;margin-top:40px;max-width:100%}@media(min-width: 1215px){.ftUcGo img{margin-top:0;width:600px;height:580px}}.bCsHkP,.jvtoWb{position:relative}.jvtoWb{padding:70px 16px 0;max-width:1152px;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.jvtoWb{display:grid;grid-template-columns:1fr 570px;-moz-column-gap:100px;-webkit-column-gap:100px;column-gap:100px;padding:80px 0}}@media(min-width: 1315px){.jvtoWb{max-width:1202px}}.FREoV{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d;text-align:center}.FREoV span{color:var(--main-color)}@media(min-width: 992px){.FREoV{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.FREoV{text-align:left;font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.FREoV{font-weight:700;font-size:24px;line-height:32px}}.jJQfdA{margin-top:40px}@media(min-width: 1215px){.jJQfdA{margin-top:50px}}.EhSpV:not(:first-child){margin-top:30px}@media(min-width: 1215px){.EhSpV:not(:first-child){margin-top:30px}}.czdAGR{display:-webkit-box;display:-ms-flexbox;display:flex}.jzzcAX{max-width:42px;width:100%;height:42px;margin-right:16px}@media(min-width: 1215px){.jzzcAX{margin-right:30px;-ms-flex-item-align:center;align-self:center}}.flJJJC{font-size:18px;line-height:28px;color:#2a313d;font-weight:700}@media(max-width: 690px){.flJJJC{font-weight:700;font-size:16px;line-height:26px}}.goLpNP{font-size:16px;line-height:24px;color:#2a313d;margin-top:6px}@media(max-width: 690px){.goLpNP{font-weight:400;font-size:14px;line-height:140%}}.lieIOn{grid-area:1/2/span 3/auto;align-self:center}.hyqIOo{margin-top:40px;display:block;margin-left:auto;margin-right:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 1215px){.hyqIOo{width:570px;height:580px;margin-top:0}}.cVoLVF{position:absolute;overflow:hidden;left:0;top:-280px}.cVoLVF img{display:none}@media(min-width: 1215px){.cVoLVF img{display:block;width:261px;height:537px}}.eFMwgG,.fxvHKL{position:relative}.eFMwgG{max-width:632px;padding:70px 16px 0;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.eFMwgG{max-width:1152px;padding:80px 0}}@media(min-width: 1315px){.eFMwgG{max-width:1202px}}.iATXEj{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d;text-align:center}.iATXEj span{color:var(--main-color)}@media(min-width: 992px){.iATXEj{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.iATXEj{font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.iATXEj{font-weight:700;font-size:24px;line-height:32px}}.dcAgSU{margin-left:16px}@media(min-width: 1215px){.dcAgSU{margin-left:0;display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:170px;-webkit-column-gap:170px;column-gap:170px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.dwZgMj{display:block;margin-top:6px}@media(min-width: 1215px){.dwZgMj{width:100%;max-width:350px;height:auto}}.ftqmkb{max-width:350px}.kIKmbI{display:block;font-size:18px;line-height:28px;color:#2a313d;font-weight:700}@media(min-width: 1215px){.kIKmbI{font-size:24px;line-height:32px}}.bhFEku{font-size:16px;line-height:24px;color:#2a313d;margin-top:4px}.bsLqEU{position:absolute;overflow:hidden;right:0;top:0}.bsLqEU img{display:none}@media(min-width: 1215px){.bsLqEU img{display:block}}.kUNGGa{position:absolute;overflow:hidden;left:0;top:775px}.kUNGGa img{display:none}@media(min-width: 1215px){.kUNGGa img{display:block;width:250px;height:619px}}.knXQCG{margin-top:40px;position:relative;max-width:400px;margin-left:auto;margin-right:auto}.knXQCG:before{content:" ";position:absolute;width:4px;left:26px;top:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='4' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='6' r='2' fill='%23bfcbda'/%3E%3C/svg%3E");background-repeat:repeat-y}@media(min-width: 1215px){.knXQCG{margin-top:50px;max-width:none}.knXQCG:before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-image:url("data:image/svg+xml,%3Csvg width='4' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2-15c1.105 0 2 .59 2 1.319v1.364c0 .728-.895 1.319-2 1.319s-2-.59-2-1.319v-1.364C0-14.41.895-15 2-15zm0 9.548c1.105 0 2 .59 2 1.319v2.728C4-.677 3.105-.086 2-.086s-2-.59-2-1.32v-2.727c0-.729.895-1.32 2-1.32zM2 5.459c1.105 0 2 .591 2 1.32v2.727c0 .729-.895 1.32-2 1.32s-2-.591-2-1.32V6.778C0 6.05.895 5.46 2 5.46zm0 10.912c1.105 0 2 .59 2 1.32v2.727c0 .729-.895 1.32-2 1.32s-2-.591-2-1.32V17.69c0-.728.895-1.319 2-1.319zm0 10.912c1.105 0 2 .59 2 1.319v2.728c0 .728-.895 1.319-2 1.319s-2-.59-2-1.32v-2.727c0-.729.895-1.32 2-1.32zm0 10.911c1.105 0 2 .591 2 1.32v2.727c0 .729-.895 1.32-2 1.32s-2-.591-2-1.32v-2.727c0-.729.895-1.32 2-1.32zm0 10.912c1.105 0 2 .59 2 1.32v2.727c0 .729-.895 1.32-2 1.32s-2-.591-2-1.32v-2.728c0-.728.895-1.319 2-1.319zm0 10.912c1.105 0 2 .59 2 1.319v2.728c0 .728-.895 1.319-2 1.319s-2-.59-2-1.32v-2.727c0-.729.895-1.32 2-1.32zM2 70.93c1.105 0 2 .59 2 1.319v2.728c0 .728-.895 1.319-2 1.319s-2-.591-2-1.32V72.25c0-.729.895-1.32 2-1.32zM2 81.84c1.105 0 2 .59 2 1.32v2.727c0 .729-.895 1.32-2 1.32s-2-.591-2-1.32V83.16c0-.728.895-1.319 2-1.319zm0 10.912c1.105 0 2 .59 2 1.319V96.8c0 .728-.895 1.319-2 1.319s-2-.59-2-1.32v-2.727c0-.728.895-1.319 2-1.319zm0 10.912c1.105 0 2 .59 2 1.319v1.364c0 .728-.895 1.319-2 1.319s-2-.591-2-1.319v-1.364c0-.729.895-1.319 2-1.319z' fill='%23BFCBDA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0d'%3E%3Cpath fill='%23fff' d='M0 0h4v11H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}}.dUyzQs{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.dUyzQs:first-child div,.dUyzQs:last-child div{grid-area:1/2/auto/auto}.dUyzQs:last-child:before{content:"";position:absolute;top:56px;bottom:0;left:26px;width:4px;background-color:#f6f8fc}@media(min-width: 1215px){.dUyzQs{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dUyzQs figure+figure{margin-top:0}.dUyzQs:first-child:before{content:"";position:absolute;top:0;bottom:50%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:4px;background-color:#f6f8fc}.dUyzQs:last-child:before{top:50%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.kuYUbW{position:relative;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:56px;height:56px;border:3px solid #bfcbda;background-color:#fff;border-radius:50%}.kuYUbW svg{width:24px;height:24px;color:var(--main-color)}@media(min-width: 1215px){.kuYUbW{width:72px;height:72px;border-width:4px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.kuYUbW svg{width:auto;height:auto}}.dotFFx,.lbAwfZ{position:relative}.lbAwfZ{padding:70px 16px 0;max-width:960px;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.lbAwfZ{padding:80px 0}}@media(min-width: 1315px){.lbAwfZ{max-width:960px}}.eEaWlZ{text-align:center;max-width:600px;margin-left:auto;margin-right:auto;color:#2a313d;letter-spacing:-0.01em;font-weight:700;font-size:24px;line-height:32px;padding-bottom:40px}@media(min-width: 992px){.eEaWlZ{font-size:32px;line-height:40px}}@media(min-width: 1215px){.eEaWlZ{max-width:800px;padding-bottom:80px}}.kTLjjf{color:var(--main-color)}.dyqdki,.jWSKHS{position:relative}.dyqdki{max-width:632px;padding:70px 16px 0;width:100%;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.dyqdki{max-width:1152px;padding:80px 0}}@media(min-width: 1315px){.dyqdki{max-width:1202px}}.kRrjLv{font-size:30px;line-height:40px;letter-spacing:-0.01em;color:#2a313d;text-align:center}.kRrjLv span{color:var(--main-color)}@media(min-width: 992px){.kRrjLv{font-weight:600;font-size:45px;line-height:54px}}@media(min-width: 1215px){.kRrjLv{max-width:300px;margin-left:auto;margin-right:auto;font-weight:700;font-size:32px;line-height:40px}}@media(max-width: 690px){.kRrjLv{max-width:280px;margin-left:auto;margin-right:auto;font-weight:700;font-size:24px;line-height:32px}}.eDFEUF{position:absolute;overflow:hidden;right:0;top:250px}.eDFEUF img{display:none}@media(min-width: 1215px){.eDFEUF img{display:block;width:212px;height:600px}}.djoYUn{margin-top:40px}@media(min-width: 1215px){.djoYUn{margin-top:80px}.dPcSzN{display:grid;-moz-column-gap:30px;-webkit-column-gap:30px;column-gap:30px;grid-template-columns:repeat(3, 1fr)}}.fFKOyk{text-align:left;background-color:#fff;padding:30px 35px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);box-shadow:0 0 10px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.04);border-radius:20px;margin-bottom:30px}@media(min-width: 1215px){.fFKOyk{min-height:100%;padding:40px;margin-bottom:0}}.clzTWH{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.kdzPdO{width:72px;height:72px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.kdzPdO img{width:100%}.ZYjCp{margin-left:18px}.jLapOp{font-size:18px;line-height:28px;font-weight:700;color:#2a313d}.hjBFXQ{margin-top:10px}.hjBFXQ,.iGZoBa{font-size:16px;line-height:24px;color:#4b6d7d}.iGZoBa{margin-top:32px}@media(min-width: 1215px){.iGZoBa{color:#2a313d}}.eUfkYl{display:block;position:absolute;height:2.5px;width:100%;background:#2a313d;border-radius:2px;opacity:1;left:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.eUfkYl:first-child{top:2px}.eUfkYl:nth-child(2),.eUfkYl:nth-child(3){top:8px}.eUfkYl:nth-child(4){top:14px}.exzeeU{position:relative;width:20px;height:18px;margin-left:14px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;cursor:pointer}.cPvgRI{display:-webkit-box;display:-ms-flexbox;display:flex;width:180px;height:36px}.JwZfW{min-height:58px;position:fixed;top:0;left:0;right:0;z-index:10;background:#f6f8fc}@media(min-width: 1215px){.JwZfW{min-height:112px;position:relative;background:0 0}}.HUZnS{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:inherit;position:relative;max-width:1152px;width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.HUZnS{min-height:112px}}@media(min-width: 1315px){.HUZnS{max-width:1202px}}.jBIcDb{position:fixed;top:58px;right:0;left:0;bottom:0;z-index:1;overflow:auto;background-color:rgba(0,0,0,0);padding:27px 24px 40px;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease 0s;transition:opacity .2s ease 0s}@media(min-width: 1215px){.jBIcDb{position:static;padding:initial;margin-left:auto;margin-right:0;width:auto;opacity:1;top:auto;right:auto;bottom:auto;left:auto;pointer-events:auto;-webkit-transition:none 0s ease 0s;transition:none 0s ease 0s;overflow:visible;-webkit-box-shadow:none;box-shadow:none}}.kNoVDa{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media(min-width: 1215px){.kNoVDa{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.fjBkuB{display:-webkit-box;display:-ms-flexbox;display:flex}.fjBkuB:first-child{margin-top:0}.srupm{font-size:13px;letter-spacing:.05em;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 19px;height:112px;-webkit-transition:color .2s ease 0s;transition:color .2s ease 0s;color:#2a313d;line-height:22px;text-transform:uppercase;white-space:nowrap;cursor:pointer}.srupm:hover{color:#0170f3}@media(min-width: 1215px){.srupm{padding:0 7px;font-size:11px}}@media(min-width: 1315px){.srupm{font-size:13px}}.beACI{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.gmYpRP{position:relative;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6ebf6));background:linear-gradient(#fff, #e6ebf6)}@media(min-width: 1215px){.gmYpRP{min-height:112px}}.bDMMSZ{max-width:1152px;width:100%;padding:40px 16px;margin-left:auto;margin-right:auto}@media(min-width: 1215px){.bDMMSZ{padding-left:16px;padding-right:16px}}@media(min-width: 1315px){.bDMMSZ{max-width:1202px}}@media(min-width: 1215px){.AbXTq{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.dAwpaR,.inXyzI{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dAwpaR{font-size:16px;line-height:24px;font-weight:600;color:#375361}.dAwpaR svg{margin-right:8px}@media(min-width: 1215px){.dAwpaR{margin-top:0;margin-right:auto}}.cYyehr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:10px}.gVFEqB{width:52px;height:32px}.gVFEqB:not(:first-child){margin-left:10px}.fXvupm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}@media(min-width: 1215px){.fXvupm{padding:30px 0 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left}}.dNAqOG{display:block;font-size:14px;line-height:22px;color:#4b6d7d;margin-top:30px}@media(min-width: 1215px){.dNAqOG{margin-top:0}}.DfqnP{font-size:14px;line-height:22px;color:#4b6d7d;display:block;margin-top:30px}@media(min-width: 1215px){.DfqnP{margin-top:0}}.EFexL{width:100%}@media(min-width: 1024px){.EFexL{width:22%}}.dfrNaY{padding-top:25px;font-size:15px;line-height:22px;color:#4b6d7d}.buKtkw{display:inline-block;color:#4b6d7d;font-size:18px;line-height:28px;font-weight:600;padding-top:30px;padding-bottom:25px}@media(min-width: 1024px){.buKtkw{padding-top:0}}.aWBRb,.bhXHys,.eYtOop{font-weight:600;font-size:16px;line-height:24px;color:#375361}.kWwErN{padding:4px 0}.kqYGgZ{opacity:0;pointer-events:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}a,button,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}a:focus,input:focus,select:focus,textarea:focus{outline:0 none}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer}button[disabled],input[disabled]{cursor:default}button{-webkit-appearance:none;background:0 0;padding:0;border:0;border-radius:0;line-height:1;outline:0 none}a,a:hover{text-decoration:none}a[href="javascript:void();"]{cursor:default}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}[type=checkbox],[type=radio],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}[type=checkbox],[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;outline-offset:-2px}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{width:100%;height:20px;border:0;background:0 0}textarea{resize:none;border:0;overflow:auto}::-webkit-input-placeholder{color:#777;line-height:normal}[hidden]{display:none}#root{position:relative;overflow:hidden;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100vw}.grecaptcha-badge{visibility:hidden}@media(max-width: 768px){#launcher{bottom:80px !important;right:-10px !important}}.try_now_button{max-width:360px;-webkit-animation:pulse 3s ease-in-out 0s infinite normal none running;animation:pulse 3s ease-in-out 0s infinite normal none running;display:block;text-align:center;color:#fff;font-size:18px;font-weight:600;line-height:1.75;height:60px}.byqMtu,.try_now_button{width:100%;margin-left:auto;margin-right:auto}.byqMtu{max-width:1152px;position:relative}@media(min-width: 1315px){.byqMtu{max-width:1202px}}.hTHcu{font-size:32px;line-height:40px;letter-spacing:-0.02em;color:#2a313d;font-weight:700}@media(min-width: 1215px){.hTHcu{font-size:54px;line-height:62px}}.dFMYFt{color:#2a313d}@media(min-width: 1215px){.dFMYFt{max-width:1215px}}.dFMYFt p{margin-top:20px}.dFMYFt a{font-size:16px;font-weight:400;line-height:24px;color:var(--main-color);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-transition:color .2s ease 0s;transition:color .2s ease 0s;font-weight:600}.dFMYFt a:hover{text-decoration:none}.dFMYFt ol{counter-reset:counter-lower-roman 0;padding-left:30px;margin-top:12px}.dFMYFt ol li{counter-increment:counter-lower-roman 1;position:relative}.dFMYFt ol li:before{content:"(" counter(counter-lower-roman, lower-roman) ")";position:absolute;width:25px;text-align:right;left:-30px}.dFMYFt ol li+li,.dFMYFt ul{margin-top:12px}.dFMYFt ul{padding-left:30px;list-style:disc}.dFMYFt ul li{margin-bottom:5px}.usAtL{font-size:36px;line-height:1.2;color:#212121;font-weight:700;padding-top:60px}@media(min-width: 1215px){.usAtL{font-size:36px}}.foGImk{overflow-x:auto;margin-top:50px}.foGImk table{min-width:706px;border-top:1px solid #c5cbd2;border-right:1px solid #c5cbd2;width:100%;vertical-align:top;border-collapse:collapse;border-spacing:0}.foGImk table td,.foGImk table th{font-size:16px;line-height:24px;text-align:left;color:#2a313d;vertical-align:top;padding:15px;border-left:1px solid #c5cbd2;border-bottom:1px solid #c5cbd2}.foGImk table td:first-child,.foGImk table th:first-child{width:50px;padding:15px;border-left:1px solid #c5cbd2;border-bottom:1px solid #c5cbd2}.wakcJ{position:absolute;overflow:hidden;right:0;top:-10px}@media(min-width: 1215px){.wakcJ img{width:360px;height:1200px;top:0}}.ghxGkq{position:absolute;overflow:hidden;left:0;top:0}.ghxGkq img{display:none}@media(min-width: 1215px){.ghxGkq img{display:block}.eYMiMU{display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:50px;-webkit-column-gap:50px;column-gap:50px}}.eYMiMU a{font-size:16px;line-height:24px;color:var(--main-color);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-transition:color .2s ease 0s;transition:color .2s ease 0s;font-weight:600}.eYMiMU a:hover{text-decoration:none}.eYMiMU ul.dottedList{margin-top:12px;padding-left:30px;list-style:disc}.eYMiMU ul.dottedList li{margin-bottom:5px}.beSeqN{color:#2a313d}.beSeqN p{font-size:16px;line-height:24px;margin-top:20px;font-weight:400}.beSeqN p strong{font-weight:700}@media(min-width: 1215px){.beSeqN p{font-size:16px;line-height:24px;margin-top:20px}}.ttFvc{font-size:24px;line-height:32px;text-transform:uppercase;color:#212121;font-weight:700;padding-top:60px}@media(min-width: 1215px){.ttFvc{padding-top:100px}}.fmvNkA{margin-top:10px}.fmvNkA a{text-transform:uppercase;display:block;padding-top:10px;padding-bottom:10px;color:var(--main-color);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-transition:color .2s ease 0s;transition:color .2s ease 0s}.bJASlN,.fmvNkA a{font-size:16px;line-height:24px}.bJASlN{color:#2a313d;margin-top:20px}.bJASlN dt{font-weight:700;display:inline-block}.bJASlN dd{display:inline}.bJASlN b{line-height:1.95}.jiZzqy{text-transform:uppercase}.gofdSi{color:#2a313d}@media(min-width: 1215px){.gofdSi{max-width:880px}}.gofdSi p{margin-top:20px}.gofdSi a{font-size:16px;line-height:24px;color:var(--main-color);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-transition:color .2s ease 0s;transition:color .2s ease 0s;font-weight:600}.gofdSi a:hover{text-decoration:none}.gofdSi ol{counter-reset:counter-lower-roman 0;padding-left:30px;margin-top:12px}.gofdSi ol li{counter-increment:counter-lower-roman 1;position:relative}.gofdSi ol li:before{content:"(" counter(counter-lower-roman, lower-roman) ")";position:absolute;width:25px;text-align:right;left:-30px}.gofdSi ol li+li,.gofdSi ul{margin-top:12px}.gofdSi ul{padding-left:30px;list-style:disc}.gofdSi ul li{margin-bottom:5px}.before\:hidden:before{content:var(--tw-content);display:none}.first-of-type\:rounded-t-2xl:first-of-type{border-top-left-radius:1rem;border-top-right-radius:1rem}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(17 204 119/var(--tw-bg-opacity))}.hover\:ring-primary:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(62 240 161 / var(--tw-ring-opacity))}.focus\:outline-none:focus{outline:2px solid rgba(0,0,0,0);outline-offset:2px}.group:hover .group-hover\:text-primary{--tw-text-opacity: 1;color:rgb(62 240 161/var(--tw-text-opacity))}@media(min-width: 640px){.sm\:max-w-\[500px\]{max-width:500px}.sm\:p-10{padding:2.5rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pt-6{padding-top:1.5rem}}@media(min-width: 768px){.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:min-h-\[140px\]{min-height:140px}.md\:min-h-\[48px\]{min-height:48px}.md\:min-h-0{min-height:0}.md\:min-w-\[500px\]{min-width:500px}.md\:max-w-\[500px\]{max-width:500px}.md\:max-w-\[240px\]{max-width:240px}.md\:max-w-\[475px\]{max-width:475px}.md\:max-w-\[85vw\]{max-width:85vw}.md\:max-w-\[80\%\]{max-width:80%}.md\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media(min-width: 1024px){.lg\:mt-8{margin-top:2rem}.lg\:min-h-\[100px\]{min-height:100px}.lg\:max-w-\[90vw\]{max-width:90vw}.lg\:px-\[16px\]{padding-left:16px;padding-right:16px}}@media(min-width: 1280px){.xl\:my-8{margin-top:2rem;margin-bottom:2rem}}.section-pravila{padding:clamp(2rem,1.273rem + 3.64vw,4rem) 0}.section-pravila p{font-size:16px !important;font-weight:400 !important;line-height:1.6 !important}.section-pravila .ttFvc{padding-top:50px}.prices-grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}@media(max-width: 800px){.prices-grid{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}}.price-btn{background:var(--main-color);border-radius:100px;font-weight:600;font-size:17px}@media(max-width: 800px){.mx-auto{width:100%;max-width:640px;margin:0 auto}}.section-pravila{background:var(--bg-body)}.section-pravila h1,.section-pravila h2,.section-pravila h3{color:var(--color-title) !important;font-family:var(--font-title) !important;font-weight:600 !important}@media(max-width: 800px){.section-pravila .ttFvc{padding-top:20px}}@media(max-width: 480px){.section-pravila h1,.section-pravila h2{font-size:24px}}.error-404{width:100%;height:100vh}.error-404__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:800px;min-height:90%;margin:0 auto;padding:48px 16px}.error-404__content{text-align:center}.error-404__number{color:var(--accent-color);font-family:var(--font-default);font-size:clamp(6.25rem,4.432rem + 9.09vw,11.25rem);font-weight:700;line-height:1;margin-bottom:16px}.error-404__title{color:var(--title-color);font-family:var(--font-default);font-size:24px;font-weight:600;line-height:1.2;margin-bottom:16px}@media(max-width: 800px){.error-404__title{font-size:18px;font-weight:600}}.error-404__descr{font-size:18px;line-height:1.5}@media(max-width: 800px){.error-404__descr{font-size:14px;font-weight:400}}.error-404 .btn{margin-top:32px}/*# sourceMappingURL=main.min.css.map */