@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap);:root{--app-height:100%}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;text-size-adjust:100%}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{overflow:visible;box-sizing:content-box;height:0}pre{font-size:1em;font-family:monospace,monospace}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-size:1em;font-family:monospace,monospace}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-size:100%;font-family:inherit;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;white-space:nowrap;clip-path:inset(50%)}*,::after,::before{box-sizing:inherit;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body,html{box-sizing:border-box;min-width:320px}body{overflow-x:hidden;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button{padding:0;border:0;background-color:transparent;cursor:pointer}ul{margin:0;padding:0;list-style:none}.container{padding:0 20px}@media (min-width:1366px){.container{max-width:1366px;margin:0 auto;padding:0}}.green-link{display:flex;align-items:center;justify-content:center;width:250px;height:50px;border-radius:30px;background-color:#cdd719;color:#676767;font-weight:900;font-size:20px;line-height:23px;transition:background-color .2s ease}.green-link:hover{background-color:#dfe83b}.title{display:flex;width:fit-content;border-bottom:5px solid #cdd719;color:#676767;font-weight:900;font-size:25px;letter-spacing:.05em;text-align:center;text-transform:uppercase}@media (min-width:1024px){.title{border-bottom-width:10px;font-size:40px}}.title_break{width:min-content}@media (min-width:768px){.title_break{width:fit-content}}.lang{display:flex;gap:32px;justify-content:center}@media (min-width:1024px){.lang{flex-direction:column;gap:8px}}.lang__link{width:66px;padding:2px 16px;border-radius:5px;background-color:#676767;color:#fff;font-weight:700;font-size:22px;line-height:27px;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease}@media (min-width:1024px){.lang__link{width:22px;height:min-content;padding:2px;border-radius:2px;font-weight:900;font-size:12px;line-height:15px;text-align:center}}.lang__link:hover{background-color:#4e4e4e}.lang__link_active{background-color:#007236}.lang__link_active:hover{background-color:#003f1e}.menu-button{position:relative;display:flex;flex-direction:column;gap:4px;justify-content:center;width:36px;height:36px}.menu-button__dash{position:absolute;left:0;display:block;width:36px;height:4px;border-radius:2px;background-color:#676767;transition-timing-function:ease;transition-duration:.3s;transition-property:opacity,width,transform,top,left;transform:translateY(-50%);transform-origin:center center}.menu-button__dash:nth-child(1){top:calc(50% - 8px)}.menu-button__dash:nth-child(2){top:50%}.menu-button__dash:nth-child(3){top:calc(50% + 8px)}.menu_opened .menu-button__dash:nth-child(1),.menu_opened .menu-button__dash:nth-child(3){position:absolute;top:50%;left:0;transform:translateY(-50%)}.menu_opened .menu-button__dash:nth-child(1){transform:rotate(45deg)}.menu_opened .menu-button__dash:nth-child(2){width:0;opacity:0%}.menu_opened .menu-button__dash:nth-child(3){transform:rotate(-45deg)}@media (min-width:1024px){.menu__button{display:none}}.menu__content{position:fixed;top:72px;right:0;bottom:0;left:0;z-index:1;overflow:auto;padding:48px 0;background-color:#fff;transition:transform .5s ease;transform:translateX(-100%)}@media (min-width:1024px){.menu__content{position:static;display:flex;overflow:visible;padding:0;background-color:transparent;transform:none}}.menu__list{margin-bottom:60px}@media (min-width:1024px){.menu__list{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 40px 0 0}}@media (min-width:1366px){.menu__list{margin:0 88px 0 0}}.menu__item{display:flex;justify-content:center;margin:0 0 32px}@media (min-width:1024px){.menu__item{margin:0}}.menu__item:last-child{margin:0}.menu__link{position:relative;padding:0 0 8px;color:#676767;font-weight:900;font-size:25px;letter-spacing:.05em;text-transform:uppercase}@media (min-width:1024px){.menu__link{font-size:18px}}.menu__link:hover::after{content:"";position:absolute;right:0;bottom:0;left:0;display:block;width:100%;height:4px;background-color:#cdd719}@media (min-width:1024px){.body_kz .menu__link{font-size:14px}}@media (min-width:1366px){.body_kz .menu__link{font-size:18px}}.menu__search{margin:0 auto 12px}@media (min-width:1024px){.menu__search{display:none}}.menu__image{display:block;width:100%;max-width:362px;margin:0 auto 24px}@media (min-width:1024px){.menu__image{display:none}}.menu_opened .menu__content{transform:translateX(0)}.logo__image{display:block;width:100%}.header{position:fixed;top:0;right:0;left:0;z-index:1;display:flex;align-items:center;height:72px;background-color:#fff}@media (min-width:1024px){.header{position:absolute;max-width:1274px;height:auto;margin:0 auto;padding-top:40px;background-color:transparent}}.header .container{width:100%}.header__container{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto}.header__logo{width:158px}@media (min-width:1024px){.header__logo{order:-1;width:198px;margin-right:40px}}@media (min-width:1366px){.header__logo{margin-right:88px}}@media (min-width:1024px){.header__menu{width:100%}}.how-it-works{padding-top:60px}@media (min-width:1024px){.how-it-works{padding-top:70px}}.how-it-works__title{margin:0 auto 32px}@media (min-width:1024px){.how-it-works__title{margin-bottom:58px}}.how-it-works__logo{display:block;width:188px;margin:0 auto 8px}@media (min-width:1024px){.how-it-works__logo{display:none}}.how-it-works__video{display:block;width:100%}@media (min-width:768px){.how-it-works__video_mobile{display:none}}.how-it-works__video_desktop{display:none}@media (min-width:768px){.how-it-works__video_desktop{display:block}}@media (min-width:1367px){.how-it-works__video_desktop{display:none}}.how-it-works__video_desktop-xl{display:none}@media (min-width:1367px){.how-it-works__video_desktop-xl{display:block}}.promo{display:flex;flex-direction:column;height:var(--app-height)}@media (min-width:1366px){.promo{max-width:1366px;margin:0 auto}}@media (min-width:1440px){.promo{height:auto}}.promo::before{content:"";flex-shrink:0;height:72px}@media (min-width:1024px){.promo::before{height:102px}}.promo__container{display:flex;flex-direction:column;height:100%;padding-bottom:24px;background:url("/assets/promo_mob.d2441676.jpg") no-repeat center 30%;background-size:70%}@media (min-width:375px){.promo__container{padding-bottom:40px;background-size:76%}}@media (min-width:1024px){.promo__container{padding:48px 0 40px;background:url("/assets/promo.2318c608.jpg") no-repeat center bottom;background-size:contain}}@media (min-width:1440px){.promo__container{height:655px}}.promo__content{display:flex;flex-direction:column;align-items:center;height:100%}@media (min-width:1024px){.promo__content{max-width:500px;margin:0 auto}}.promo__logo{display:none}@media (min-width:1024px){.promo__logo{display:block;width:300px;margin-bottom:40px}}.promo__title{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;padding:2px 20px 8px;background-color:#007236;color:#fff;font-weight:900;font-size:18px;letter-spacing:-.015em;text-transform:uppercase}@media (min-width:376px){.promo__title{font-size:25px}}@media (min-width:1024px){.promo__title{display:block;order:1;padding:0;background-color:transparent;color:#007236;font-size:40px;text-align:center;text-transform:none}}@media (min-width:1920px){.promo__title{font-size:45px}}.promo__title::before{content:"";display:block;width:45px;height:45px;background:url("data:image/svg+xml,%3Csvg width='48' height='45' viewBox='0 0 48 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.3774 32.8043C47.3774 33.6982 47.3774 34.5931 47.3774 35.487C47.3611 35.6737 47.3402 35.8605 47.3302 36.0481C47.2322 37.8516 47.0245 39.6403 46.5183 41.3876C46.2698 42.2426 45.9713 43.0787 45.437 43.8213C44.7875 44.7239 43.7634 44.7844 42.9433 44.3253C42.6839 44.1801 42.4262 44.0262 42.1886 43.8498C40.4396 42.5539 38.5292 41.5311 36.4772 40.7374C35.102 40.2057 33.735 39.655 32.3806 39.0775C31.3755 38.6487 30.4393 38.1092 29.6991 37.3034C29.1739 36.7311 28.821 36.0853 28.8156 35.3193C28.8101 34.5178 28.8428 33.7147 28.8954 32.915C28.9689 31.8031 29.0931 30.6887 28.9126 29.5812C28.7312 28.4677 28.5026 27.361 28.2658 26.257C27.8731 24.425 27.4195 22.6025 27.4013 20.7187C27.3986 20.442 27.3533 20.2224 27.0666 20.0884C26.9641 20.0409 26.8852 19.9423 26.8017 19.8619C25.8737 18.9645 25.0156 18.0118 24.2681 16.9691C24.1892 16.8593 24.1003 16.7556 23.9905 16.6172C23.7964 16.887 23.6249 17.1299 23.4489 17.3685C22.6724 18.4216 21.7354 19.3388 20.7792 20.2397C20.6559 20.3556 20.6114 20.474 20.6014 20.6357C20.5588 21.3308 20.557 22.0354 20.4336 22.7184C20.1524 24.2763 19.854 25.8342 19.4775 27.3732C19.0766 29.0132 18.9396 30.6585 19.0702 32.3331C19.141 33.2469 19.1927 34.1625 19.2144 35.0781C19.2344 35.9072 18.9187 36.6308 18.3391 37.2524C17.8211 37.8083 17.2305 38.2907 16.5384 38.6175C15.3736 39.1674 14.1962 39.7026 12.9897 40.1617C10.3826 41.1524 7.85709 42.272 5.64912 43.9614C5.3915 44.1585 5.09305 44.3167 4.79188 44.4481C4.019 44.7853 3.25156 44.6098 2.7091 43.9899C2.57212 43.8334 2.44965 43.6631 2.34261 43.4876C1.93984 42.8279 1.69038 42.1104 1.47993 41.3789C0.878495 39.2893 0.676204 37.1495 0.631754 34.9942C0.569162 31.9553 0.844931 28.9415 1.43003 25.9527C1.83099 23.9028 2.35803 21.8841 3.18534 19.9501C4.91525 15.9074 7.5024 12.431 10.9014 9.50799C12.2467 8.35121 13.7054 7.34487 15.3718 6.64026C16.4595 6.18032 17.5834 5.89501 18.7926 5.99703C19.1954 6.03161 19.551 6.15265 19.8113 6.42844C20.0617 6.69386 20.2976 6.99127 20.4554 7.31288C20.7802 7.97254 20.8518 8.69531 20.8981 9.41548C20.9997 11.0158 20.8836 12.6109 20.7711 14.2068C20.7484 14.5233 20.7303 14.8388 20.7067 15.2097C20.7602 15.1397 20.7774 15.1233 20.7874 15.1034C21.6673 13.4374 22.1908 11.6944 22.1944 9.80712C22.1989 7.00337 22.2597 4.19962 22.2969 1.39587C22.3014 1.03794 22.6244 0.603072 22.9972 0.58751C23.693 0.559845 24.3933 0.578865 25.0881 0.622957C25.3948 0.641978 25.5952 0.91604 25.6224 1.21085C25.6433 1.43737 25.6651 1.66388 25.6696 1.89126C25.7177 4.52815 25.7857 7.16504 25.7993 9.80194C25.8057 11.0927 26.027 12.3334 26.4951 13.5359C26.711 14.091 26.9723 14.6296 27.2136 15.176C27.2417 15.1674 27.2689 15.1587 27.297 15.1501C27.2571 14.6409 27.2118 14.1325 27.1773 13.6233C27.0711 12.042 26.9759 10.4607 27.1537 8.87859C27.2263 8.22931 27.3496 7.58781 27.678 7.00337C28.0073 6.41807 28.5035 6.03507 29.2129 5.98666C30.0928 5.92614 30.9591 6.03334 31.7937 6.31692C32.9848 6.72066 34.0733 7.31115 35.1047 8.00021C37.0923 9.32816 38.8004 10.9397 40.3208 12.7345C42.4081 15.1985 44.0917 17.8855 45.1885 20.8855C46.5356 24.5694 47.1306 28.3855 47.3338 32.2674C47.3402 32.4455 47.3611 32.6245 47.3774 32.8043ZM9.11892 33.3377C9.33573 35.4602 9.32575 37.5818 9.3067 39.7069C9.55162 39.1467 9.59335 38.5536 9.63417 37.9648C9.67499 37.3726 9.68316 36.7786 9.70765 36.1371C10.0741 36.8072 10.3798 37.4625 10.8715 37.9838C10.5812 37.0726 10.2501 36.1648 10.0097 35.2363C9.76843 34.3043 9.79111 33.3394 9.79655 32.3781C10.1122 32.9236 10.3962 33.4804 10.9214 33.8833C10.5068 33.0429 10.1939 32.1887 10.2438 31.2446C10.2937 30.3057 10.6357 29.474 11.218 28.702C11.511 29.6417 11.7959 30.5789 12.0181 31.5299C12.1869 32.2527 12.2748 32.9919 12.4028 33.7242C12.4173 33.8054 12.4608 33.8824 12.4907 33.9611C12.5125 33.9567 12.5334 33.9524 12.5552 33.9481C12.5552 33.1562 12.5552 32.3642 12.5552 31.5723C12.5706 31.5688 12.5869 31.5662 12.6023 31.5628C12.8726 32.1222 13.1421 32.6824 13.4124 33.2417C13.4305 33.2357 13.4487 33.2296 13.4668 33.2236C13.289 32.5752 13.1103 31.9276 12.9189 31.2299C13.1121 31.3017 13.24 31.3484 13.3679 31.3959C13.3852 31.3795 13.4015 31.3639 13.4187 31.3475C13.3317 31.2014 13.2428 31.057 13.1593 30.91C12.8246 30.3265 12.459 29.7567 12.1669 29.1541C11.8721 28.5464 12.1261 27.6922 12.6549 27.2512C12.8472 27.9161 13.0241 28.5904 13.2391 29.2536C13.5621 30.2469 14.1445 31.1201 14.7187 31.9916C15.0044 32.4247 15.0516 32.8596 14.9037 33.336C14.6443 34.1694 14.2216 34.9311 13.778 35.685C13.6827 35.8467 13.5984 36.0126 13.5086 36.1769C13.5267 36.189 13.5448 36.2011 13.5639 36.2132C14.3268 35.7152 14.8502 34.9856 15.5133 34.3069C15.3056 35.1896 15.0071 35.9962 15.0634 36.8616C15.4353 36.432 15.6866 35.9201 16.2009 35.5069C16.2889 35.9132 16.3606 36.2478 16.4332 36.5824C16.8495 35.4031 16.4885 34.2075 16.5456 32.9893C16.8622 33.4207 17.1797 33.8521 17.4963 34.2835C17.5208 34.2758 17.5444 34.2671 17.5689 34.2593C17.5562 34.1539 17.5671 34.0389 17.5263 33.9438C17.4419 33.7492 17.353 33.5495 17.2242 33.3801C16.8005 32.8216 16.3606 32.2743 15.9252 31.7253C15.3872 31.0466 14.8384 30.3645 14.6198 29.5259C14.1871 27.8651 14.53 26.3141 15.4453 24.8625C15.4779 24.8115 15.4916 24.7492 15.5251 24.6645C15.604 24.7803 15.624 24.7976 15.6276 24.8184C15.6376 24.878 15.6467 24.9386 15.6476 24.9982C15.6512 25.5247 15.7873 26.0236 16.0621 26.474C16.3579 26.9599 16.5384 27.4778 16.659 28.0216C16.6971 28.1928 16.7606 28.3587 16.8123 28.5273C16.835 28.5256 16.8586 28.5239 16.8813 28.523C16.9466 28.2023 17.011 27.8806 17.0763 27.5599C17.1099 27.5564 17.1425 27.553 17.1761 27.5495C17.4637 28.1746 17.7503 28.8005 18.0379 29.4265C18.0678 29.4187 18.0968 29.41 18.1268 29.4023C18.1204 29.27 18.1286 29.136 18.105 29.0072C17.9744 28.2775 17.6986 27.5927 17.3757 26.9253C17.3067 26.7827 17.3185 26.6936 17.46 26.6063C17.7793 26.4092 18.0932 26.2017 18.408 25.9976C18.4733 25.9553 18.535 25.9095 18.5985 25.8654C18.5858 25.8394 18.5731 25.8135 18.5604 25.7876C18.1767 25.8792 17.792 25.9708 17.4083 26.0625C17.3947 26.0443 17.3811 26.0262 17.3666 26.008C17.6442 25.721 17.9218 25.434 18.2257 25.1201C17.587 25.1435 17.2641 25.5835 16.8332 25.9397C16.7806 25.7417 16.7098 25.5853 16.7008 25.4244C16.6273 24.0584 16.9384 22.7936 17.9218 21.757C18.7418 20.8916 19.5882 20.046 20.469 19.2368C21.8433 17.9737 23.0371 16.593 23.8463 14.9322C23.8817 14.8604 23.9343 14.7956 24.0059 14.6858C24.1148 14.8734 24.201 15.0239 24.289 15.1726C24.5674 15.6394 24.8187 16.1236 25.1317 16.5688C25.9944 17.7991 27.0848 18.8391 28.2032 19.8541C28.8591 20.4498 29.5186 21.0429 30.1599 21.6533C30.3414 21.8262 30.5001 22.0397 30.6053 22.2619C31.0181 23.1308 31.2612 24.0455 31.3301 24.9991C31.3528 25.3103 31.3283 25.619 31.1378 25.9146C30.7396 25.5801 30.4158 25.1417 29.7817 25.1227C30.0819 25.434 30.3586 25.7219 30.6362 26.0097C30.6217 26.0288 30.6063 26.0469 30.5917 26.0659C30.1989 26.008 29.8334 25.7893 29.3635 25.8334C29.8497 26.1498 30.2851 26.4342 30.7015 26.7049C30.4965 27.1994 30.2933 27.6429 30.1291 28.0994C29.9676 28.5498 29.8678 29.0158 29.9105 29.4991C30.2661 28.8654 30.4584 28.1616 30.8566 27.5538C30.8811 27.559 30.9056 27.5651 30.931 27.5703C30.9945 27.8884 31.058 28.2074 31.1215 28.5256C31.146 28.5256 31.1705 28.5256 31.195 28.5256C31.2458 28.3466 31.3084 28.1703 31.3456 27.9896C31.4517 27.4734 31.6195 26.9858 31.908 26.5285C32.2028 26.0625 32.3507 25.5429 32.3525 24.9913C32.3525 24.9135 32.3752 24.8357 32.3879 24.7579C32.5076 24.8227 32.5874 24.8962 32.631 24.9853C32.8487 25.4383 33.109 25.8809 33.2605 26.3538C33.7985 28.0363 33.686 29.6461 32.5466 31.1063C32.162 31.5982 31.7574 32.0763 31.3819 32.5743C31.0816 32.9729 30.7995 33.3853 30.5337 33.8054C30.4539 33.9308 30.4539 34.1028 30.4167 34.2533C30.4502 34.2662 30.4847 34.2801 30.5183 34.2931C30.8475 33.8686 31.0653 33.3593 31.4952 33.0213C31.4472 33.9524 31.3955 34.8749 31.3537 35.7982C31.341 36.0792 31.3991 36.349 31.566 36.591C31.6404 36.2461 31.7139 35.9106 31.8 35.5095C32.318 35.9193 32.5611 36.4371 32.9403 36.8608C32.9938 36.0144 32.709 35.2259 32.4858 34.3622C33.1517 35.0167 33.7087 35.6954 34.4643 36.2383C34.4543 36.1614 34.4589 36.1294 34.4462 36.1043C34.3917 35.9954 34.3364 35.8864 34.2738 35.7809C33.8066 34.9882 33.3576 34.1876 33.0873 33.3092C32.953 32.8752 32.9757 32.4593 33.246 32.0677C33.3903 31.8593 33.5091 31.6354 33.647 31.4227C34.3863 30.2867 34.9297 29.0763 35.2009 27.7596C35.2381 27.5798 35.288 27.4034 35.3442 27.1786C35.5293 27.4198 35.6653 27.6265 35.8323 27.808C36.2568 28.2706 36.2831 28.7452 35.9393 29.2596C35.5429 29.8527 35.1592 30.4544 34.7718 31.0536C34.7065 31.1547 34.6521 31.2619 34.5931 31.3665C34.7101 31.3752 34.7736 31.3484 34.8399 31.325C34.9079 31.3008 34.9768 31.2809 35.0902 31.2455C34.8816 31.9648 34.6884 32.6331 34.4942 33.3014C34.5124 33.3075 34.5305 33.3135 34.5487 33.3196C34.8326 32.7351 35.1165 32.1498 35.4014 31.5654C35.4177 31.5706 35.4349 31.5749 35.4513 31.5801C35.4513 32.3711 35.4513 33.1613 35.4513 33.9524C35.4767 33.955 35.5021 33.9567 35.5284 33.9593C35.8014 33.1 35.8023 32.1896 36.0219 31.3216C36.2432 30.4423 36.5135 29.5743 36.7621 28.702C38.0003 30.3896 38.0729 32.117 37.0678 33.9057C37.6157 33.4856 37.8915 32.9124 38.2071 32.3011C38.3205 34.3069 37.9377 36.1596 37.0877 37.9294C37.6783 37.4616 37.9296 36.7899 38.3233 36.1899C38.3605 36.7864 38.3441 37.3778 38.365 37.9674C38.3967 38.8614 38.5373 39.5253 38.7197 39.7104C38.6943 37.5714 38.6398 35.455 38.883 33.342C40.0577 35.1567 40.2391 37.198 40.3698 39.2513C40.3888 39.2513 40.4088 39.2504 40.4278 39.2504C40.5349 38.781 40.6419 38.3106 40.7607 37.7902C41.1 38.6738 41.4166 39.4994 41.7332 40.3259C41.7568 40.319 41.7794 40.3112 41.803 40.3043C41.5917 38.5346 41.1354 36.821 40.4949 35.142C41.0256 35.6867 41.5563 36.2314 42.087 36.7752C42.1078 36.6585 42.0788 36.5737 42.0534 36.489C41.9672 36.1985 42.009 36.1467 42.3337 36.1294C42.5079 36.1207 42.682 36.1086 42.9233 36.0939C42.7918 36.0075 42.7247 35.9694 42.6639 35.9227C42.0743 35.4749 41.4601 35.0539 40.905 34.5706C40.319 34.0605 39.7692 33.5037 39.439 32.7965C38.8748 31.587 38.3178 30.374 37.7636 29.1602C37.6674 28.9501 37.5975 28.7296 37.505 28.4841C37.5821 28.5014 37.6139 28.5031 37.6411 28.5152C38.5564 28.9181 39.4726 29.3193 40.3843 29.7299C40.446 29.7576 40.4986 29.8492 40.5149 29.9201C40.631 30.4224 40.7326 30.9282 40.8469 31.4314C40.875 31.5567 40.9322 31.6769 40.9766 31.7997C41.1454 31.2835 41.0147 30.7466 41.2551 30.2063C42.1341 30.8945 42.6049 31.8144 43.1556 32.6867C43.142 32.4792 43.1175 32.2795 43.0567 32.0893C42.7283 31.0622 42.0607 30.2582 41.2197 29.5683C41.0229 29.4066 40.8297 29.2397 40.602 29.0469C41.4311 28.6155 42.3011 28.402 43.1474 28.1245C43.0884 28.102 43.034 28.0968 42.9814 28.1028C42.2503 28.1928 41.5082 28.2394 40.7898 28.3864C39.6604 28.6172 38.6462 28.4634 37.7363 27.7683C37.4887 27.5789 37.2156 27.4181 36.9771 27.2193C36.4029 26.7412 35.8377 26.2536 35.2798 25.759C35.0866 25.587 34.9723 25.3639 34.975 25.0804C35.053 25.0925 35.1129 25.1011 35.1737 25.1106C35.9493 25.2247 36.7231 25.3579 37.5023 25.4478C38.2824 25.5377 39.0698 25.5766 39.8527 25.6536C40.856 25.7521 41.7958 26.0893 42.7501 26.3737C43.3316 26.5475 43.9275 26.678 44.5208 26.8095C44.6442 26.8371 44.7875 26.7844 44.9218 26.7688C44.9181 26.7541 44.9154 26.7394 44.9118 26.7247C44.5526 26.5855 44.1933 26.4455 43.8341 26.3063C43.8377 26.2829 43.8414 26.2596 43.845 26.2363C44.2514 26.0469 44.7376 25.9734 44.9952 25.5446C44.2269 25.7141 43.4649 25.7046 42.6993 25.5878C41.9427 25.472 41.207 25.2991 40.4986 24.9247C40.6446 24.872 40.7517 24.8409 40.8524 24.7968C41.5372 24.4976 42.2321 24.2184 42.8979 23.8855C43.1855 23.742 43.4214 23.4982 43.6627 23.2812C43.7888 23.168 43.8577 23.0106 43.7842 22.7997C43.0476 23.308 42.3328 23.8181 41.4674 24.1034C41.6624 23.7896 41.8575 23.4757 42.0525 23.1619C42.0325 23.1481 42.0126 23.1342 41.9926 23.1204C41.5962 23.4014 41.1989 23.6815 40.8025 23.9625C41.344 22.9328 42.1187 22.0691 42.8199 21.1579C42.7963 21.138 42.7728 21.1172 42.7501 21.0973C42.4525 21.3308 42.155 21.5651 41.8402 21.8123C42.1396 20.9028 42.4108 20.0071 42.5024 19.0726C42.4371 19.1391 42.4008 19.2126 42.3673 19.2878C41.8747 20.3789 41.3994 21.4769 40.8841 22.5576C40.5612 23.2337 40.1693 23.8778 39.6132 24.4129C39.2993 24.7146 38.9301 24.8962 38.4748 24.9161C37.6284 24.9533 36.8192 24.7812 36.0128 24.5651C35.0122 24.2971 34.2085 23.7619 33.5726 22.9847C33.3095 22.6631 33.2932 22.6224 33.5853 22.3363C34.0062 21.9239 34.4335 21.5158 34.8897 21.1397C35.483 20.6504 36.0037 20.6348 36.6786 21.0273C37.0043 21.2167 37.3245 21.4146 37.6583 21.5893C37.9858 21.7605 38.3478 21.8305 38.7324 21.8357C38.1908 21.4994 37.6801 21.138 37.202 20.6798C38.3142 20.6435 39.3764 20.6123 40.3952 20.295C40.3933 20.2752 40.3915 20.2553 40.3888 20.2354C39.8073 20.2112 39.225 20.187 38.6435 20.1628C39.2159 19.7832 39.7928 19.4789 40.3362 19.1279C40.6274 18.9403 40.866 18.6766 41.1172 18.4362C41.1807 18.3757 41.2016 18.2746 41.2424 18.1924C41.2252 18.1769 41.208 18.1613 41.1898 18.1466C40.709 18.4051 40.2292 18.6636 39.7484 18.9221C39.7366 18.9031 39.7248 18.8841 39.713 18.8651C39.9688 18.3645 40.4532 17.9685 40.4859 17.3573C40.3861 17.3901 40.3081 17.4377 40.2564 17.5034C39.6794 18.2348 38.9891 18.8625 38.2579 19.4478C38.0439 19.6198 37.7853 19.8083 37.5241 19.8463C36.8619 19.944 36.187 19.9613 35.483 20.0132C35.5102 19.8143 35.5257 19.6726 35.5501 19.5325C35.6871 18.7579 35.9021 18.0083 36.3802 17.353C36.7367 16.8636 37.2138 16.5809 37.8588 16.5679C38.4548 16.5558 39.0499 16.523 39.6441 16.4867C39.7747 16.4789 39.9008 16.4158 40.0296 16.3786C40.025 16.3535 40.0214 16.3293 40.0169 16.3043C39.9107 16.2887 39.8055 16.2671 39.6994 16.2593C39.2875 16.2282 38.8757 16.2048 38.4639 16.1694C38.3895 16.1633 38.3196 16.1158 38.2244 16.0777C38.7805 15.8063 39.2295 15.4691 39.6023 15.0524C39.7384 14.8994 39.7928 14.6772 39.8708 14.4818C39.8917 14.429 39.8609 14.3581 39.8463 14.2319C39.1533 14.8129 38.5646 15.4345 37.6982 15.7726C37.7091 15.6325 37.7073 15.5426 37.7245 15.4561C37.8951 14.6011 38.0702 13.7478 38.2407 12.8927C38.2579 12.8054 38.2534 12.7146 38.2589 12.6247C38.2316 12.6161 38.2044 12.6074 38.1772 12.5996C38.0838 12.7509 37.9559 12.8927 37.9014 13.0561C37.6774 13.7331 37.4497 14.41 37.2755 15.0991C37.1467 15.61 36.8247 15.9775 36.4437 16.3847C36.4074 15.7518 36.3738 15.1691 36.3403 14.5864C36.3112 14.5847 36.2813 14.5821 36.2523 14.5803C36.2251 14.6936 36.1806 14.806 36.1724 14.9201C36.138 15.4336 36.1126 15.9481 36.0881 16.4625C36.0736 16.7754 35.8749 16.9803 35.649 17.193C35.0857 16.6017 34.8217 15.8659 34.4117 15.2054C34.3999 15.4691 34.3718 15.7345 34.438 15.9775C34.5868 16.5247 34.7882 17.0581 34.9551 17.6011C34.9904 17.7161 35.005 17.8553 34.9723 17.9677C34.7228 18.8279 34.4607 19.6855 34.1985 20.5423C34.1749 20.6192 34.1386 20.704 34.0797 20.7576C33.6724 21.1302 33.2551 21.4924 32.8469 21.8642C32.7498 21.9524 32.6763 21.9507 32.5856 21.8668C32.3924 21.687 32.1874 21.5167 32.0069 21.3265C31.9443 21.2599 31.9035 21.1414 31.9125 21.0524C32.0069 20.072 32.1348 19.0942 32.2092 18.112C32.2581 17.455 32.4514 16.8792 32.8296 16.3164C33.8456 14.806 34.78 13.2472 35.5719 11.6158C35.6808 11.3927 35.7624 11.1576 35.8577 10.9276C35.8359 10.9129 35.8132 10.8982 35.7914 10.8835C35.4068 11.2354 35.0213 11.5872 34.5895 11.9823C34.3355 11.3227 34.0969 10.7028 33.8538 10.0708C33.8538 10.3345 33.823 10.5852 33.8601 10.8264C33.9518 11.4325 34.077 12.0342 34.1822 12.6394C34.1949 12.7138 34.1922 12.8115 34.1532 12.8711C33.7332 13.5048 33.3059 14.1342 32.8759 14.7619C32.8251 14.8362 32.7435 14.8924 32.6772 14.9564C32.6537 14.9495 32.631 14.9426 32.6074 14.9348C32.5883 14.7507 32.5403 14.5639 32.5557 14.3823C32.6301 13.5308 32.7217 12.6809 32.8088 11.8302C32.8351 11.5691 32.8641 11.308 32.8922 11.046C32.8596 11.04 32.826 11.0348 32.7934 11.0287C32.6564 11.3694 32.5203 11.71 32.3833 12.0498C32.3434 12.0463 32.3035 12.042 32.2636 12.0385C32.1221 11.3858 31.488 10.8377 31.8762 10.0708C31.937 9.94978 31.9715 9.81318 31.9951 9.67917C32.0386 9.4345 32.0649 9.18724 32.0985 8.94084C32.0767 8.93738 32.0549 8.93479 32.0341 8.93133C31.8436 9.2858 31.654 9.64113 31.4617 9.99992C31.0825 9.42326 30.7314 8.88983 30.3795 8.3564C30.355 8.37023 30.3296 8.38407 30.3051 8.39877C30.3922 8.60021 30.4774 8.80251 30.5663 9.00395C31.4073 10.8973 32.0051 12.8391 31.8726 14.9279C31.8381 15.4717 31.7765 16.0094 31.5778 16.5282C31.1968 16.3466 30.3259 15.4674 30.2116 15.1189C30.1735 15.0014 30.1989 14.8509 30.2389 14.7282C30.3323 14.4394 30.4584 14.1602 30.5573 13.8731C30.5936 13.7677 30.5936 13.6509 30.6108 13.5385C30.5836 13.5308 30.5564 13.5221 30.5291 13.5143C30.3504 13.8022 30.1717 14.091 29.983 14.3945C30.0729 13.3622 30.2643 12.3532 30.2062 11.3313C30.1745 11.3253 30.1427 11.3201 30.111 11.314C29.9958 11.6841 29.8796 12.0541 29.7554 12.4518C29.437 11.9089 29.2455 11.3287 28.8682 10.8498C28.8491 10.8567 28.8292 10.8636 28.8101 10.8705C28.8355 11.1593 28.86 11.4472 28.8863 11.7515C28.567 11.7515 28.2758 11.7515 27.9846 11.7515C28.1933 11.9564 28.4137 12.1146 28.6423 12.2625C29.0315 12.5149 29.2728 12.8564 29.3417 13.3008C29.3843 13.5774 29.4215 13.8558 29.4442 14.1351C29.5086 14.9512 29.7336 15.712 30.238 16.3881C30.4221 16.6345 30.5917 16.8922 30.7514 17.1532C31.2739 18.01 31.1396 18.8417 30.6026 19.6362C30.3377 20.0279 30.1037 20.0616 29.749 19.7452C29.3208 19.3631 28.9063 18.961 28.5271 18.5348C26.1196 15.827 24.7824 12.7388 24.8024 9.14487C24.816 6.6515 24.7525 4.15812 24.7226 1.66474C24.7217 1.59126 24.7153 1.51777 24.7108 1.44169C24.2309 1.44169 23.7674 1.44169 23.2884 1.44169C23.2884 1.53333 23.2893 1.60768 23.2884 1.6829C23.2557 4.28262 23.2303 6.88147 23.1877 9.48119C23.1723 10.4279 23.1178 11.3746 22.8811 12.3014C22.1744 15.074 20.7148 17.4403 18.6076 19.4521C18.4679 19.5852 18.3118 19.7071 18.1467 19.8092C17.8546 19.9907 17.6596 19.9518 17.4455 19.6942C16.874 19.0094 16.7761 17.9772 17.2269 17.212C17.4092 16.9017 17.617 16.6051 17.8229 16.3086C18.2121 15.7483 18.447 15.138 18.5241 14.4705C18.5667 14.1022 18.6148 13.7339 18.662 13.3656C18.721 12.904 18.9441 12.5383 19.3541 12.2754C19.5918 12.1224 19.8195 11.9538 20.0517 11.793C20.0427 11.7748 20.0336 11.7567 20.0236 11.7394C19.7288 11.7394 19.4349 11.7394 19.1382 11.7394C19.16 11.4342 19.18 11.1472 19.2008 10.8602C19.1627 10.8489 19.1246 10.8377 19.0865 10.8264C18.8226 11.3469 18.5595 11.8674 18.2801 12.4181C18.134 12.0463 17.9989 11.7048 17.8646 11.3633C17.8374 11.3694 17.8102 11.3746 17.783 11.3806C17.7621 12.3774 17.9571 13.3613 18.0306 14.4126C17.8229 14.0789 17.6469 13.7945 17.47 13.5109C17.4473 13.5204 17.4247 13.5299 17.402 13.5394C17.4174 13.6414 17.4174 13.7486 17.4501 13.8455C17.5408 14.1109 17.6288 14.3806 17.7503 14.6339C17.8864 14.9166 17.8574 15.1682 17.6478 15.3913C17.3194 15.7406 16.9774 16.0786 16.6382 16.4175C16.5874 16.4685 16.5157 16.4996 16.4268 16.5576C16.3842 16.4149 16.3443 16.3086 16.3207 16.1988C16.0331 14.8812 16.0658 13.5645 16.3488 12.2504C16.6119 11.0287 17.0754 9.87024 17.5889 8.72729C17.6342 8.62528 17.6669 8.51721 17.705 8.4126C17.675 8.3979 17.6442 8.3832 17.6143 8.36851C17.2677 8.90194 16.9203 9.43537 16.5574 9.993C16.3678 9.66793 16.181 9.34718 15.9941 9.0273C15.9106 9.52096 16.0939 9.94286 16.2472 10.3717C16.2771 10.4547 16.327 10.5576 16.3007 10.6285C16.1111 11.1411 15.9034 11.6469 15.6802 12.2115C15.5142 11.7697 15.37 11.3841 15.2249 10.9976C15.165 11.0815 15.1323 11.1662 15.1378 11.2483C15.1514 11.4446 15.1868 11.6383 15.2076 11.8345C15.2938 12.6619 15.3909 13.4893 15.4553 14.3184C15.4734 14.5518 15.3945 14.7913 15.3609 15.0282C15.3364 15.0273 15.3119 15.0264 15.2874 15.0256C14.8094 14.3019 14.3295 13.58 13.8578 12.853C13.8224 12.7985 13.827 12.7086 13.8387 12.6394C13.9095 12.2443 14.0011 11.8518 14.0601 11.455C14.1272 11.0037 14.1662 10.5489 14.2179 10.095C14.1971 10.0924 14.1762 10.0898 14.1544 10.0872C13.9195 10.6968 13.6845 11.3063 13.4487 11.9158C13.4169 11.9184 13.3861 11.921 13.3543 11.9227C12.9697 11.5682 12.5842 11.2129 12.1524 10.8152C12.1977 10.9734 12.215 11.0789 12.2576 11.1731C12.4091 11.5146 12.5397 11.8682 12.7293 12.189C13.6682 13.778 14.6234 15.3584 15.5705 16.9432C15.624 17.0331 15.6839 17.1316 15.6947 17.2311C15.839 18.5192 15.9751 19.8074 16.1111 21.0965C16.1166 21.1458 16.1148 21.2149 16.0848 21.2443C15.8308 21.489 15.5696 21.7267 15.2974 21.9783C14.8402 21.5694 14.4139 21.195 13.9975 20.8103C13.9113 20.7308 13.8406 20.6192 13.807 20.5094C13.5448 19.6682 13.2872 18.8253 13.0441 17.9789C13.0078 17.8535 13.0296 17.6988 13.0686 17.57C13.2319 17.0262 13.4296 16.4901 13.5784 15.9429C13.6401 15.7164 13.6111 15.4682 13.6229 15.2296C13.5947 15.2253 13.5666 15.2218 13.5385 15.2175C13.2373 15.9152 12.9107 16.5982 12.3692 17.1688C12.1061 16.9691 11.9537 16.7452 11.9329 16.4556C11.8966 15.9567 11.873 15.457 11.8349 14.959C11.8231 14.812 11.7796 14.6677 11.7496 14.5224C11.7124 14.5259 11.6752 14.5293 11.638 14.5328C11.638 15.1371 11.638 15.7406 11.638 16.3449C11.609 16.3518 11.5791 16.3596 11.55 16.3665C11.3396 16.1149 11.1237 15.8677 10.9214 15.6109C10.8615 15.5348 10.8216 15.438 10.7962 15.3446C10.6311 14.7455 10.4896 14.1403 10.3045 13.5472C10.222 13.2835 10.0587 13.0423 9.9299 12.7916C9.88908 12.7129 9.84372 12.6359 9.80018 12.559C9.76752 12.5858 9.73487 12.6126 9.70221 12.6385C9.91448 13.6674 10.2383 14.6798 10.32 15.7942C9.45819 15.3999 8.84406 14.8207 8.16552 14.2198C8.15463 14.359 8.12198 14.4394 8.14738 14.4965C8.24353 14.7083 8.31157 14.9581 8.47576 15.1094C8.86311 15.4665 9.30035 15.7751 9.72579 16.1106C9.18968 16.3086 8.5692 16.1581 7.98954 16.3406C8.11291 16.4097 8.2399 16.472 8.37144 16.4798C9.02186 16.5187 9.67227 16.5481 10.3236 16.5705C10.6393 16.5818 10.9196 16.6665 11.1491 16.8723C12.058 17.6893 12.3901 18.7362 12.4917 19.9025C12.0163 19.9025 11.5727 19.8922 11.13 19.9051C10.5758 19.9216 10.0932 19.7633 9.70039 19.3924C9.09171 18.8175 8.49209 18.2331 7.88975 17.6521C7.77817 17.544 7.67113 17.4316 7.56227 17.321C7.53869 17.3374 7.5151 17.3538 7.49152 17.3703C7.55683 17.9581 8.04759 18.3524 8.29524 18.8564C8.28254 18.8737 8.26893 18.8919 8.25623 18.9092C7.77727 18.6507 7.2983 18.3922 6.81842 18.1345C6.79937 18.163 6.78032 18.1916 6.76127 18.2201C7.35363 19.185 8.45671 19.5282 9.37383 20.1558C8.78782 20.1792 8.20271 20.2034 7.6167 20.2267C7.61398 20.2501 7.61217 20.2734 7.60945 20.2968C8.63179 20.6236 9.71672 20.5743 10.8407 20.7143C10.2946 21.1069 9.79564 21.4648 9.29672 21.8236C9.3067 21.8426 9.31577 21.8625 9.32575 21.8815C9.4972 21.8365 9.68134 21.8149 9.83918 21.7414C10.4089 21.4769 10.974 21.202 11.5337 20.9167C12.019 20.6694 12.5134 20.6685 12.9216 20.9945C13.4986 21.4544 14.0184 21.9792 14.5599 22.478C14.6606 22.5706 14.6615 22.6734 14.579 22.7824C14.1862 23.3037 13.7499 23.7965 13.153 24.1008C12.1152 24.6291 10.9885 24.8798 9.81379 24.9256C9.22596 24.9481 8.70164 24.7682 8.3279 24.3316C7.98772 23.9357 7.63938 23.525 7.40897 23.0685C6.81842 21.8971 6.29138 20.6953 5.73893 19.5066C5.66999 19.3579 5.60377 19.2092 5.53664 19.0605C5.57927 19.9855 5.89405 20.8501 6.11267 21.7587C5.80969 21.5236 5.5321 21.3083 5.25361 21.0922C5.23275 21.1146 5.21188 21.1363 5.19102 21.1587C5.90403 22.0605 6.66602 22.9302 7.21121 23.9556C6.81117 23.6746 6.41112 23.3936 6.01198 23.1126C5.99474 23.1291 5.97841 23.1455 5.96118 23.1619C6.15712 23.4731 6.35306 23.7852 6.549 24.0965C5.67634 23.8164 4.96968 23.2925 4.20496 22.8239C4.22038 22.976 4.23762 23.1316 4.3238 23.2371C4.4635 23.4083 4.62497 23.5812 4.81728 23.691C5.31348 23.9746 5.82239 24.2391 6.34218 24.4804C6.70957 24.6507 7.10236 24.7708 7.55048 24.9377C6.05733 25.5489 4.58596 25.855 2.964 25.5273C3.28603 25.9622 3.77044 26.0417 4.17231 26.2406C4.17321 26.2622 4.17503 26.2838 4.17593 26.3054C3.81308 26.4463 3.44932 26.5873 3.08646 26.7282C3.08919 26.7463 3.09191 26.7654 3.09463 26.7835C3.31234 26.7835 3.53913 26.8233 3.74414 26.7757C4.30656 26.6452 4.86989 26.5069 5.41327 26.3201C6.76218 25.8576 8.14556 25.5939 9.57702 25.5152C10.4325 25.4685 11.2843 25.3561 12.1351 25.2559C12.4363 25.2204 12.7311 25.1331 13.0423 25.0665C13.0296 25.3717 12.9026 25.5913 12.7112 25.7832C11.8068 26.6884 10.7899 27.4605 9.67862 28.1201C9.11892 28.453 8.49662 28.5533 7.84439 28.4573C7.28741 28.3752 6.73406 28.2671 6.17617 28.1927C5.74347 28.1348 5.30532 28.1123 4.86989 28.0734C4.86627 28.0968 4.86264 28.121 4.85901 28.1443C5.7099 28.3933 6.57168 28.6138 7.40806 29.0366C7.18672 29.2224 6.99985 29.3824 6.80844 29.538C6.02921 30.1743 5.40601 30.9222 5.03499 31.8394C4.92251 32.117 4.87806 32.4196 4.80186 32.7109C4.82363 32.717 4.84631 32.723 4.86808 32.7291C4.94972 32.5838 5.01866 32.4308 5.11391 32.2942C5.5312 31.6959 5.94939 31.0994 6.38209 30.5115C6.47915 30.3801 6.63518 30.2884 6.76399 30.1778C6.78395 30.1933 6.80391 30.208 6.82387 30.2236C6.88011 30.7311 6.93635 31.2394 6.99259 31.7469C7.01436 31.7461 7.03704 31.7443 7.05881 31.7435C7.07968 31.6786 7.10508 31.6155 7.11959 31.5498C7.24296 31.0103 7.35908 30.4691 7.49242 29.9314C7.5142 29.8458 7.59402 29.7429 7.67567 29.7049C8.52656 29.3141 9.3838 28.9354 10.2401 28.555C10.3064 28.5256 10.378 28.5074 10.4896 28.4703C10.4433 28.6086 10.4207 28.7037 10.3807 28.7919C9.7648 30.1536 9.15248 31.5161 8.52475 32.8726C8.4168 33.1052 8.2644 33.3256 8.09748 33.5253C7.31916 34.4547 6.43198 35.2752 5.3661 35.9072C5.28899 35.953 5.21551 36.0049 5.08398 36.0905C5.35884 36.1069 5.56385 36.119 5.76887 36.1311C5.94666 36.1415 6.03556 36.2132 5.9766 36.3956C5.93941 36.5098 5.91038 36.6256 5.87772 36.7406C5.89042 36.7493 5.90403 36.7588 5.91673 36.7674C6.41838 36.259 6.91911 35.7507 7.42076 35.2423C6.91821 36.866 6.37937 38.4671 6.23695 40.1556C6.25963 40.1625 6.28231 40.1694 6.30498 40.1763C6.6125 39.3957 6.92002 38.6158 7.2484 37.7807C7.36815 38.308 7.4761 38.7818 7.58314 39.2556C7.76184 37.1945 7.9469 35.155 9.11892 33.3377Z' fill='white'/%3E%3C/svg%3E") no-repeat center center;background-size:contain}@media (min-width:1024px){.promo__title::before{display:none}}.promo__text{margin:auto 0 32px;color:#007236;font-weight:900;font-size:16px;line-height:26px;letter-spacing:.05em;text-align:center;text-transform:uppercase}@media (min-width:376px){.promo__text{margin-bottom:48px;font-size:22px}}@media (min-width:1024px){.promo__text{margin:0 0 48px;color:#676767;font-size:30px;line-height:36px}}.promo__link{margin:0 auto}@media (min-width:1024px){.promo__link{order:2;margin-top:auto}}.how-to{padding-top:60px;text-align:center}@media (min-width:1024px){.how-to{padding-top:70px}}.how-to__title{margin:0 auto 40px}@media (min-width:1024px){.how-to__title{margin-bottom:64px}}@media (min-width:1024px){.how-to__content{display:inline-flex}}.how-to__list{margin:10px;padding:0;text-align:center}@media (min-width:1024px){.how-to__list{margin-right:50px}}.how-to__item{display:flex;vertical-align:middle;align-items:center;margin-bottom:34px;color:#676767;list-style:none;font-weight:900;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-.015em;text-align:left}@media (min-width:1024px){.how-to__item{font-size:20px;line-height:23px}}.how-to__item:nth-child(1)::before{content:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='40' transform='matrix(-1 0 0 1 40 40)' fill='%23D2DA42'/%3E%3Cpath d='M70.9961 41.4V41.3687C70.9647 35.6723 62.1715 31.2123 50.9496 31.2123C49.333 31.2123 47.7321 31.3101 46.1704 31.4979C46.0724 31.2827 45.9625 31.0753 45.8409 30.8758L45.7977 30.7819L45.731 30.6998C45.629 30.5472 45.523 30.4063 45.4132 30.2733C45.4014 30.2616 44.4479 29.1074 44.1262 28.7475L41.305 25.2968C39.4412 23.0668 36.0432 22.433 31.7271 23.5167C27.7523 24.5144 23.3577 26.8735 19.3555 30.1599C15.3533 33.4462 12.1907 37.292 10.4446 40.9892C8.54161 45.0189 8.51807 48.4774 10.3779 50.727C10.4015 50.7583 10.4329 50.7817 10.4564 50.8091L10.4486 50.8131C10.4603 50.8248 10.4721 50.8404 10.4878 50.86L15.1414 56.3646L15.2395 56.4468C16.5186 57.4992 18.249 58 20.2697 58C24.0483 58 28.8353 56.2277 33.5752 52.9805C37.0673 56.0556 43.6867 57.9922 50.9535 57.9922C61.736 57.9922 70.3369 53.8881 70.9647 48.4422L70.9725 48.3522C70.9921 48.1761 71 47.9962 71 47.8045C71 47.7888 71 46.3256 70.9765 45.8131L71 41.3961C70.9961 41.4039 70.9961 41.4039 70.9961 41.4ZM67.8414 42.8475L67.6962 43.0823C67.6491 43.1566 67.5981 43.2349 67.5471 43.3092C67.2528 43.7043 66.884 44.0878 66.523 44.4438C66.264 44.6707 65.9776 44.8976 65.6558 45.1245C65.3733 45.3201 65.1104 45.4884 64.9339 45.5979C64.8711 45.6331 64.8083 45.6722 64.7416 45.7153C63.1486 46.6425 61.0925 47.4093 58.7932 47.9336C56.3487 48.497 53.708 48.7826 50.9535 48.7826C47.0847 48.7826 43.4042 48.2114 40.3672 47.1511C41.6777 45.7348 42.8117 44.2912 43.7416 42.8593L67.912 42.7224C67.8885 42.7615 67.8649 42.8045 67.8414 42.8475ZM46.7747 34.2169C48.1363 34.0644 49.537 33.9861 50.9496 33.9861C59.731 33.9861 66.2091 36.8969 67.8218 39.9485L45.3033 40.0776C45.7702 39.0917 46.1273 38.1293 46.3706 37.1981C46.3745 37.1786 46.3784 37.159 46.3863 37.1395C46.4412 36.9282 46.4922 36.7169 46.5354 36.5096C46.5471 36.447 46.5628 36.3883 46.5746 36.3257C46.606 36.1653 46.6335 36.0049 46.657 35.8445C46.6688 35.7623 46.6845 35.6762 46.6962 35.5941C46.7119 35.4845 46.7198 35.375 46.7276 35.2655C46.7512 35.019 46.7629 34.7764 46.7708 34.5378C46.7708 34.4869 46.7747 34.4321 46.7747 34.3813C46.7708 34.3265 46.7747 34.2717 46.7747 34.2169ZM39.7787 28.2976C39.7904 28.3367 39.7943 28.3798 39.8022 28.4189L39.8454 28.7201C39.8571 28.8062 39.865 28.8923 39.8728 28.9783C39.8964 29.483 39.8532 30.0308 39.8061 30.5081C39.7551 30.8445 39.6727 31.2084 39.5707 31.584C39.4726 31.9282 39.3706 32.2373 39.3078 32.4134L39.1783 32.7694C37.7972 36.3648 34.6581 40.3476 30.5421 43.7278C25.1627 48.1448 18.9396 50.7309 15.0276 50.1832C14.7765 50.1206 14.2507 49.9797 13.772 49.8232L39.7787 28.2976ZM12.9519 42.1746C14.5253 38.8374 17.425 35.3359 21.1173 32.3038C24.8095 29.2718 28.8157 27.1082 32.402 26.2084C33.5556 25.9189 34.6111 25.7781 35.5449 25.7781C36.4827 25.7781 37.2871 25.9267 37.9463 26.2084L11.916 47.7575C11.5511 46.3491 11.9043 44.3968 12.9519 42.1746ZM17.0915 54.385L15.9614 53.047C16.0164 53.047 16.0713 53.0509 16.1262 53.0509C20.7249 53.0509 26.8185 50.4257 32.3392 45.8952C37.9541 41.2865 41.7405 35.7154 42.5371 31.1732C42.8431 31.537 43.1884 31.9517 43.263 32.0378C43.3179 32.1043 43.3728 32.1786 43.4199 32.249L43.4513 32.2999C43.6671 32.6325 43.8162 33.0276 43.9025 33.4658C43.9182 33.5519 43.9339 33.6379 43.9457 33.7279C44.2321 35.9188 43.0511 39.1973 40.4732 42.6793C40.4575 42.7028 40.4418 42.7224 40.4261 42.7458C40.3084 42.9023 40.1867 43.0627 40.0651 43.2192C39.8924 43.4422 39.7159 43.6613 39.5354 43.8843C39.5118 43.9156 39.4844 43.9469 39.4569 43.9782C39.2293 44.2521 38.9939 44.522 38.7545 44.792C38.7271 44.8233 38.6996 44.8546 38.6721 44.8859C38.1503 45.4649 37.597 46.04 37.0124 46.6112C36.9967 46.6269 36.9771 46.6425 36.9614 46.6621L36.8358 46.7755L36.8201 46.8029C36.7181 46.9007 36.6122 47.0024 36.5062 47.1002C36.4238 47.1785 36.3375 47.2567 36.2551 47.3311C36.1452 47.4328 36.0354 47.5306 35.9255 47.6323C35.8157 47.7301 35.7058 47.8279 35.5959 47.9257C35.5018 48.0079 35.4076 48.0901 35.3134 48.1722C35.1015 48.3522 34.8857 48.5361 34.6699 48.716C34.615 48.763 34.5601 48.806 34.5051 48.8491C34.2972 49.0173 34.0892 49.1855 33.8812 49.3459C33.8067 49.4046 33.7282 49.4633 33.6537 49.522C33.4065 49.7098 33.1632 49.8937 32.916 50.0697L32.4334 50.4179C25.7473 55.1205 19.5085 56.2121 17.0915 54.385ZM68.1984 48.1135L68.1906 48.2035C67.7158 51.6112 60.7158 55.2301 50.9496 55.2301C44.7304 55.2301 38.9468 53.6886 35.8706 51.2982C36.0589 51.1495 36.2433 51.0008 36.4317 50.8444C36.4945 50.7935 36.5494 50.7426 36.6083 50.6918C36.8358 50.5001 37.0634 50.3123 37.2871 50.1167C37.3538 50.058 37.4165 50.0032 37.4833 49.9445C37.703 49.7489 37.9227 49.5572 38.1346 49.3577C38.1503 49.3459 38.1621 49.3303 38.1778 49.3185C41.7366 50.7817 46.2254 51.5838 50.9496 51.5838C58.2203 51.5838 64.6984 49.6824 68.2102 46.6816C68.2141 47.1472 68.218 47.6714 68.218 47.8084C68.218 47.9257 68.2102 48.0236 68.1984 48.1135Z' fill='%23676767'/%3E%3C/svg%3E ");margin-right:30px}.how-to__item:nth-child(2)::before{content:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='40' transform='matrix(-1 0 0 1 40 40)' fill='%23D2DA42'/%3E%3Cpath d='M62.1073 40.4395C60.4077 40.4395 58.8841 41.1642 57.8069 42.3176L46.2017 38.3385C46.206 38.2656 46.2146 38.197 46.2146 38.1283C46.2146 34.7238 43.8026 31.8767 40.5966 31.1949L40.3176 21.47C42.6695 20.6982 44.3777 18.4857 44.3777 15.8829C44.3777 12.6413 41.7382 10 38.4893 10C35.2403 10 32.6009 12.637 32.6009 15.8829C32.6009 18.7129 34.6137 21.0798 37.279 21.6415L37.5536 31.2206C34.6953 31.8638 32.4893 34.235 32.0901 37.1722L20.5322 38.3642C19.8112 35.9244 17.5579 34.1406 14.8884 34.1406C11.6438 34.1406 9 36.7777 9 40.0236C9 43.2695 11.6395 45.9065 14.8884 45.9065C17.6567 45.9065 19.9785 43.9856 20.6052 41.4129L32.3305 40.2037C33 42.3862 34.6953 44.1228 36.8541 44.8517L36.1588 52.0639C36.0258 52.0596 35.8927 52.0424 35.7554 52.0424C30.7983 52.0424 26.7682 56.0687 26.7682 61.0212C26.7682 65.9737 30.7983 70 35.7554 70C40.7124 70 44.7425 65.9737 44.7425 61.0212C44.7425 57.2693 42.4249 54.0535 39.1502 52.7114L39.8755 45.1819C42.3262 44.9203 44.3991 43.4067 45.4592 41.3014L56.3691 45.0404C56.2747 45.4563 56.2232 45.8851 56.2232 46.3267C56.2232 49.5684 58.8627 52.2097 62.1116 52.2097C65.3605 52.2097 68 49.5726 68 46.3267C67.9957 43.0808 65.3519 40.4395 62.1073 40.4395ZM14.8884 42.8621C13.3176 42.8621 12.0429 41.5844 12.0429 40.0193C12.0429 38.4542 13.3219 37.1764 14.8884 37.1764C16.4592 37.1764 17.7339 38.4542 17.7339 40.0193C17.7339 41.5844 16.4549 42.8621 14.8884 42.8621ZM41.6996 61.0169C41.6996 64.2929 39.0343 66.9556 35.7554 66.9556C32.4764 66.9556 29.8112 64.2929 29.8112 61.0169C29.8112 57.741 32.4764 55.0783 35.7554 55.0783C39.03 55.074 41.6996 57.741 41.6996 61.0169ZM35.6395 15.8787C35.6395 14.3093 36.9185 13.0358 38.485 13.0358C40.0515 13.0358 41.3305 14.3136 41.3305 15.8787C41.3305 17.448 40.0515 18.7215 38.485 18.7215C36.9185 18.7215 35.6395 17.448 35.6395 15.8787ZM39.1159 42.1804C36.8798 42.1804 35.0601 40.3623 35.0601 38.1283C35.0601 35.8944 36.8798 34.0763 39.1159 34.0763C41.3519 34.0763 43.1717 35.8944 43.1717 38.1283C43.1717 40.3623 41.3519 42.1804 39.1159 42.1804ZM62.1073 49.1696C60.5365 49.1696 59.2618 47.8918 59.2618 46.3267C59.2618 44.7574 60.5408 43.4839 62.1073 43.4839C63.6738 43.4839 64.9528 44.7617 64.9528 46.3267C64.9528 47.8918 63.6738 49.1696 62.1073 49.1696Z' fill='%23676767'/%3E%3C/svg%3E");margin-right:30px}.how-to__item:nth-child(3)::before{content:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='40' transform='matrix(-1 0 0 1 40 40)' fill='%23D2DA42'/%3E%3Cpath d='M62.8142 54.1784C62.3833 53.2834 60.3675 50.6317 59.6924 49.7605L49.6902 34.6353V20.3286H52.3044V16.9351H49.6902H30.1836H27.3826V20.3286H30.1836V34.5396L20.1239 49.5882C19.6738 50.1769 17.8209 52.6037 17.4809 53.111C15.7093 55.7675 15.513 59.2329 16.9686 62.1526C18.3763 64.9766 21.0911 66.7668 24.2321 66.9487C24.438 66.963 24.6438 66.9678 24.8545 66.9678H54.8325C55.0432 66.9678 55.2491 66.963 55.455 66.9487C58.39 66.7764 60.9277 65.2351 62.4168 62.7079C63.9442 60.1136 64.0974 56.8445 62.8142 54.1784ZM33.5831 35.5687V20.3286H46.305V35.6549L51.2654 43.1552H28.5078L33.5831 35.5687ZM59.4961 60.9847C58.9646 61.8846 57.7101 63.4163 55.2635 63.5599C55.1246 63.5694 54.981 63.5742 54.8373 63.5742H24.8593C24.7157 63.5742 24.5768 63.5694 24.4332 63.5599C22.494 63.4498 20.8804 62.3824 20.0138 60.6353C19.0993 58.8021 19.2142 56.6387 20.3154 54.9921C20.5357 54.6619 21.9961 52.7377 22.8627 51.6033L26.2431 46.5488H53.511L56.9058 51.6799L56.9776 51.7804C58.1506 53.3025 59.5488 55.2123 59.7642 55.6479C60.5542 57.3088 60.4537 59.3526 59.4961 60.9847Z' fill='%23676767'/%3E%3Cpath d='M42.1491 31.4669C43.0875 31.4669 43.844 30.7059 43.844 29.7725C43.844 28.8392 43.0827 28.0781 42.1491 28.0781C41.2106 28.0781 40.4541 28.8392 40.4541 29.7725C40.4541 30.7059 41.2154 31.4669 42.1491 31.4669Z' fill='%23676767'/%3E%3Cpath d='M36.8434 25.4694C37.7819 25.4694 38.5384 24.7083 38.5384 23.775C38.5384 22.8368 37.7771 22.0806 36.8434 22.0806C35.9098 22.0806 35.1485 22.8416 35.1485 23.775C35.1437 24.7131 35.905 25.4694 36.8434 25.4694Z' fill='%23676767'/%3E%3Cpath d='M43.1159 14.3888C44.0543 14.3888 44.8108 13.6278 44.8108 12.6944C44.8108 11.761 44.0495 11 43.1159 11C42.1822 11 41.4209 11.761 41.4209 12.6944C41.4209 13.6278 42.1822 14.3888 43.1159 14.3888Z' fill='%23676767'/%3E%3C/svg%3E ");margin-right:30px}.how-to__image{width:100%}@media (min-width:1024px){.how-to__image{width:auto}}.recommendations{padding-top:126px}@media (min-width:1024px){.recommendations{padding-top:148px}}.recommendations__title{margin:0 auto 72px}@media (min-width:1024px){.recommendations__title{margin-bottom:64px}}.recommendations__list{width:244px;max-width:660px;margin:0 auto 24px;padding:0;list-style:none;text-align:center}@media (min-width:620px){.recommendations__list{width:100%}}@media (min-width:768px){.recommendations__list{width:100%}}.recommendations__item{width:100%;margin-bottom:81px}@media (min-width:768px){.recommendations__item{display:inline-flex;margin-bottom:28px}}.recommendations__item:last-child{margin-bottom:0}@media (min-width:768px){.recommendations .item__img{height:132px}}.recommendations .item__text{color:#676767;font-weight:900;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-.015em;text-align:center}@media (min-width:768px){.recommendations .item__text{display:flex;align-items:center;width:100%;max-height:131px;margin:0 0 0 -10px;padding:45px;border-radius:5px;background:#cdd719;font-weight:900;font-size:18px;line-height:21px;letter-spacing:-.015em;text-align:center}}.recommendations__link{display:block;margin:0 auto;font-size:18px;text-align:center;text-decoration:underline;color:#676767}.pharmacy{width:100%;height:100%;padding-top:120px}@media (min-width:1024px){.pharmacy{padding-top:76px}}.pharmacy__title{margin:0 auto 72px}@media (min-width:1024px){.pharmacy__title{margin-bottom:64px}}@media (min-width:768px){.pharmacy__container{background:url("/assets/pharmacy-bg.6bf546c0.png") center center no-repeat;background-size:contain}}.pharmacy__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-left:-40px}@media (min-width:1024px){.pharmacy__list{margin-left:-106px}}.pharmacy__item{margin:0 0 40px 40px}@media (min-width:1024px){.pharmacy__item{margin:0 0 72px 106px}}.pharmacy__link{display:flex;align-items:center;justify-content:center;width:110px;height:100px;border:3px solid #cdd719;border-radius:20px;filter:grayscale(100%);background-color:#fff;transition:filter .5s ease-in-out}@media (min-width:375px){.pharmacy__link{width:129px}}@media (min-width:1024px){.pharmacy__link{width:196px;height:150px}}.pharmacy__link:hover{filter:none}.pharmacy__logo{display:block;width:80%}.pharmacy__item:nth-child(5) .pharmacy__logo,.pharmacy__item:nth-child(7) .pharmacy__logo{width:60%}.qna{padding-top:116px}@media (min-width:1024px){.qna{padding-top:88px}}@media (min-width:1024px){.qna__container{width:1344px;margin:0 auto;background:url("/assets/qna-bg.87005a5f.png") no-repeat center center;background-size:contain}}.qna__title{margin:0 auto 72px}@media (min-width:1024px){.qna__title{margin-bottom:64px}}.qna__list{width:100%;margin:0 auto;padding:0;list-style:none}@media (min-width:1024px){.qna__list{width:846px}}.qna__item{width:100%}.qna .item__text{color:#676767;font-weight:900;font-size:14px;line-height:17px;letter-spacing:-.015em}@media (min-width:1024px){.qna .item__text{font-size:18px;line-height:22px;letter-spacing:-.015em}}.qna .item__question .item__text{width:250px;margin-right:auto;padding:8px 12px;border-radius:10px;background:#cdd719}@media (min-width:540px){.qna .item__question .item__text{width:60%}}@media (min-width:1024px){.qna .item__question .item__text{width:522px;padding:12px 24px}}.qna .item__answer .item__text{width:250px;margin-bottom:48px;margin-left:auto;padding:8px 12px;border-radius:10px;background:#dadada}@media (min-width:540px){.qna .item__answer .item__text{width:60%}}@media (min-width:1024px){.qna .item__answer .item__text{width:522px;margin-bottom:0;padding:12px 24px}}.contraindications{padding:120px 0 48px}@media (min-width:1024px){.contraindications{width:1278px;margin:0 auto;padding:78px 0 48px}}.contraindications__title{margin:0 auto 72px}@media (min-width:1024px){.contraindications__title{margin-bottom:64px}}.contraindications__text{margin:0 0 12px;color:#676767;font-size:10px;line-height:12px;letter-spacing:-.015em}@media (min-width:768px){.contraindications__text{margin:0 0 19px;font-size:16px;line-height:19px;letter-spacing:-.015em}}.contraindications__text:last-child{margin-bottom:0}.contraindications__text b{font-weight:900}.footer{width:100%;padding:27px 0;background:#cdd719;color:#676767;font-weight:900;font-size:10px}@media (min-width:1024px){.footer{font-size:16px}}.footer__text{max-width:335px;margin-bottom:18px}@media (min-width:1024px){.footer__text{max-width:630px;margin-bottom:0}.footer__text:first-child{margin-right:130px}}@media (min-width:1024px){.footer__container{width:1278px;margin:0 auto}}.footer__col{display:initial}@media (min-width:1024px){.footer__col{display:inline-flex}}.warning{position:fixed;bottom:0;width:100%;padding:6px 16px;background:rgba(214,214,214,.7)}@media (min-width:1024px){.warning{padding:0 48px}}.warning__text{margin:0;text-transform:uppercase;color:#595959;font-weight:300;font-style:normal;font-size:16px;font-family:"Roboto Condensed",sans-serif}@media (min-width:1024px){.warning__text{font-size:39px}}.warning__button{position:absolute;top:-10px;right:10px;width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' fill='%23fff' stroke='%23000'/%3E%3Cpath d='m5.333 5.333 9 9M14.333 5.333l-9 9' stroke='%23000'/%3E%3C/svg%3E") no-repeat center center;background-size:contain}.video{padding-top:72px}@media (min-width:1024px){.video{max-width:1290px;margin:0 auto;padding-top:8px}}.video__video{width:100%}