*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-size:100%;font-family:sans-serif}canvas,img,picture,video{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit;background:0 0;border:0}iframe{border:0;aspect-ratio:16/9}ol,ul{list-style:none}a{color:inherit;text-decoration:none}textarea{resize:none}html{font-size:14px;line-height:17px}.btn{display:flex;gap:16px;align-items:center;justify-content:center;min-width:250px;padding:16px;font-weight:600;font-size:24px;font-family:Geologica,serif;line-height:29px;border-radius:14px;cursor:pointer;transition:background-color .25s,color .25s,box-shadow .25s}.btn_primary{color:#0aef34;background-color:#0d0d0d}.btn_primary:hover{color:#99fbaa;background-color:#1a1a1a}.btn_primary:focus{box-shadow:0 0 0 4px #b1ffbf80,0 1px 2px 0 #1018280d}.btn_secondary{color:#0d0d0d;background-color:#0aef34}.btn_secondary:hover{color:#0d0d0d;background-color:#99fbaa}.btn_secondary:focus{box-shadow:0 0 0 4px #b1ffbf80,0 1px 2px 0 #1018280d}.btn_loading-error{min-width:fit-content;padding-left:72px;color:#1a1a1a;font-size:20px;line-height:24px;background-color:#fff;background-image:url(../img/akar-icons_circle-alert.svg);background-repeat:no-repeat;background-position:16px;background-size:auto;pointer-events:none}.input-container{display:flex;flex-direction:column;gap:8px;width:100%}.input{width:100%;padding:14px 24px;color:#fff;font-size:20px;line-height:31px;background-color:#0d0d0d;border:1.3px solid #fff;border-radius:14px;outline:0;transition:border-color .25s,box-shadow .25s,color .25s}.input_error{border:1.3px solid #f04438}.input:hover{border:1.3px solid #99fbaa}.input:focus{box-shadow:0 0 0 4px #b1ffbf80}.input::placeholder{color:#667085}.input:hover::placeholder{color:#99fbaa}.link{color:#667085;border-bottom:1px solid #667085;transition:color .25s,border-color .25s}.link:hover{color:#fff;border-bottom:1px solid #fff}.body{display:flex;flex-direction:column;gap:16px;justify-content:space-between;height:fit-content;min-height:100svh;padding:32px 16px;font-weight:400;font-family:Onest,sans-serif;font-style:normal;background-color:#0d0d0d;background-image:url(../img/back.png);background-repeat:no-repeat;background-position:top;background-size:contain;font-optical-sizing:auto}.body::after,.body::before{position:absolute;width:100%;height:100%;inset:0;content:""}.body::after{background-image:url(../img/pattern_left.svg);background-repeat:no-repeat;background-position:top 30% left -15%;background-size:40% 40%}.body::before{background-image:url(../img/pattern_right.svg);background-repeat:no-repeat;background-position:bottom right,center;background-size:40% 40%}.layers{position:absolute;top:0;right:0;left:0;z-index:-1;height:100%;overflow:hidden;pointer-events:none}.twinkling{position:absolute;top:0;right:0;bottom:0;z-index:-1;width:10000px;height:100%;background:url(../img/twinkling.png) 0 0/1000px 1000px;animation:30s linear infinite move-background}@keyframes move-background{from{transform:translate3d(0,0,0)}to{transform:translate3d(1000px,0,0)}}.header{z-index:10;display:flex;align-items:center;align-self:center;justify-content:space-between;width:100%;max-width:100%;padding:0 80px}.logo{width:240px;height:60px}.footer{z-index:10;color:#667085;text-align:center}.footer__development{margin:24px 0 48px}.footer__development h3{margin-bottom:8px;color:#fff;font-weight:400}.footer__links{display:flex;gap:8px;justify-content:center;margin-top:8px}.footer__request{position:fixed;right:80px;bottom:30px}.modal{position:fixed;right:32px;bottom:32px;z-index:100;width:100%;max-width:416px;visibility:hidden;opacity:0}.modal__container{position:relative;border-radius:16px}.modal__header{display:flex;gap:16px;padding:24px 32px;background:linear-gradient(180deg,#37aee2 0,#1e96c8 100%);border-radius:16px 16px 0 0}.modal__body{padding:24px 32px 8px;background-color:#fff;border-radius:0 0 16px 16px}.modal__header img{border-radius:50%}.modal__title{display:flex;align-items:center;margin-bottom:24px;color:#1a1a1a;font:600 20px/24px Geologica,Arial,sans-serif}.modal__description{color:#fff;font-weight:500;font-size:1.2rem;font-family:Geologica,Arial,sans-serif;line-height:24px;text-align:left}.modal__close-btn{width:16px;height:16px;margin-top:4px;margin-left:auto;cursor:pointer}.modal__close-btn::after,.modal__close-btn::before{position:absolute;width:2px;height:16px;background-color:#fff;content:" "}.modal__close-btn::before{transform:rotate(45deg)}.modal__close-btn::after{transform:rotate(-45deg)}.success-output{display:none;flex-direction:column;align-items:center;justify-content:center;height:100%}.success-output__icon{margin-bottom:16px}.success-output__title{margin-bottom:8px;color:#1a1a1a;font-weight:600;font-size:20px;line-height:1.2}.success-output__description{margin-bottom:24px;line-height:1.6}.success-output__btn{width:100%;margin-bottom:24px;padding:8px;color:#0d0d0d;font-size:16px;background-color:#0aef34;border-radius:8px}@keyframes fade{from{opacity:0}to{opacity:1}}.title__icon{height:19px;margin-right:8px}.form__group{display:flex;flex-direction:column;gap:8px;align-items:flex-start;margin-bottom:16px}.form__label[required=required]{color:#1a1a1a}.form__input,.form__textarea{width:100%;padding:8px;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px 0 #1018280D}.form__input_error{border:1px solid #fda29b}.form_error,.input__error-text,.input__server-error-text{color:#f04438}.form__btn{width:100%;margin-top:24px;padding:8px;color:#0d0d0d;font-size:16px;background-color:#0aef34;border-radius:8px}.alert{padding:16px;border-radius:8px}.alert_show{animation:1s fadein}.alert_hide{animation:1s fadeout}.alert_danger{color:#b42318;background-color:#fee4e2}.alert_success{color:#027a48;background-color:#d1fadf}.main{z-index:5;display:flex;flex-direction:column;gap:32px;align-items:center;align-self:center;width:100%;max-width:1128px}.main__title{color:#fff;font-weight:600;font-size:64px;font-family:Geologica,serif;line-height:80px;text-align:center}.main__slogan{color:#fff;font-weight:400;font-size:30px;font-family:Geologica,serif;line-height:37.5px;text-align:center;text-transform:uppercase}.main__slogan_accent{border-bottom:4px solid #0aef34}.result{display:flex;flex-direction:column;gap:32px;align-items:center;width:100%}.result__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:100%}.result__action{display:flex;gap:16px}.main__form{width:100%}.form__generate{display:flex;gap:16px;align-items:flex-start;width:100%}.creative{position:relative;display:flex;flex-direction:column;gap:8px;width:100%;height:100%;padding:32px;color:#fff;background-color:#0d0d0d;border-radius:14px;cursor:pointer;transition:border-color .25s,color .25s,box-shadow .25s}.creative::after{position:absolute;bottom:-3px;left:-3px;z-index:1;display:block;width:80px;height:80px;border-bottom:4px solid #0d0d0d;border-left:4px solid #0d0d0d;border-bottom-left-radius:14px;content:" "}.creative:hover{color:#99fbaa;border:2px solid #99fbaa}.creative:focus{border:2px solid #fff;box-shadow:0 0 0 4px #b1ffbf80}.creative_green{border:2px solid #0aef34}.creative_white{border:2px solid #fff}.creative_violet{border:2px solid #8e61ee}.creative__checkbox,.creative__marker{display:none}.creative__checkbox:checked~.creative__marker{position:absolute;top:-16px;right:20px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#0d0d0d}.creative .creative__marker path{transition:fill .25s}.creative_green .creative__marker path{fill:#0aef34}.creative_white .creative__marker path{fill:#fff}.creative_violet .creative__marker path{fill:#8e61ee}.creative:hover .creative__marker path{fill:#99fbaa}.creative__title_main{font-weight:600;font-size:20px;line-height:25.5px;letter-spacing:.25px;text-align:left}.creative__title_sub{position:relative;z-index:2;font-weight:400;font-size:20px;line-height:25.5px;letter-spacing:.25px;text-align:left}.creative__text{flex-grow:1;margin:8px 0;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:10;line-clamp:10}@keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.wrapper__loader{display:none;flex-direction:column;align-items:center;justify-content:center;min-height:280px}.loader{width:128px;height:128px;color:#fff;border-radius:50%;transform:rotateZ(45deg);perspective:1000px}.loader::after,.loader::before{position:absolute;top:0;left:0;display:block;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:1s linear infinite spinning;content:''}.loader::after{color:#8e61ee;transform:rotateY(70deg);animation-delay:.4s}@keyframes spinning{0%,100%{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}@media (max-width:1399.98px){.body::after{background-position:top 15% left -15%}.btn{min-width:189px;padding:11px 32px;font-size:18px;line-height:24px}.input{padding:14px;font-size:14px;line-height:16px}.header{margin-bottom:30px;padding:0}.logo{width:152px;height:38px}.main__title{font-size:48px;line-height:60px}.main__slogan{font-size:22px;line-height:24px}}@media (max-width:1199.98px){.result__list{display:flex;flex-direction:column}}@media (max-width:991.98px){.btn{min-width:110px;padding:7px 18px;font-size:16px;line-height:24px}.input{padding:10px;font-size:12px;line-height:16px}.body{background-position:40% -20%;background-size:auto}.header{margin-bottom:30px;padding:0}.main__title{font-size:40px;line-height:50px}.main__slogan{font-size:19px;line-height:24px}.result__list{display:flex;flex-direction:column}.footer{font-size:12px}.modal{inset:auto 8px 16px auto;margin:0 auto}}@media (max-width:779.98px){.footer__development svg{width:360px}.modal{max-width:100%;height:100%;inset:0}.modal__container{height:100%}.modal__body,.modal__header{padding:24px;border-radius:0}.modal__body{height:100%}}@media (max-width:575.98px){iframe{width:380px;height:203px}.footer__request{right:16px;bottom:16px}}@media (max-width:375.98px){iframe{width:320px;height:180px}}@media (max-height:779.98px){.form__group:last-child{box-shadow:4px -4px 10px 0 #66708540}}@media (max-height:779.98px) or (max-width:779.98px){.modal__header{position:sticky;width:100%}.modal__body{height:80vh;padding-bottom:94px;overflow:auto}.form__group:last-child{position:absolute;bottom:0;left:0;width:100%;margin:0;padding:16px 24px;background-color:#fff}.form__btn{margin:0}}@media (min-height:780px) and (max-width:779.98px){.modal__body{height:100%}}@media (max-height:780px) and (min-width:779.98px){.modal{inset:8px 8px 16px auto}.form__group:last-child{border-radius:0 0 16px 16px}}