/*!
* Created by Gordeev.Pro for project Starter Kit.
* User: alex
* Date: 01.05.2025
* Time: 13:29
* File: welcome.css
*
* @license Commercial software license - https://gordeev.pro/licenses/commercial-software-license.php
*
* Created by Gordeev.Pro for project Starter Kit,
* for implementation please contact us by e-mail: hello@gordeev.pro
*
* Copyright (C) Gordeev.Pro 2026
*/
html{height:100%;margin:0;padding:0}body{background-color:var(--bg-color);height:100%;color:var(--text-color);font-family:var(--font-family), serif;margin:0;padding:0}body.app-body{flex-direction:column;min-height:100dvh;margin:0;padding:0;display:flex}body.app-body>*{margin:0}.app-main{flex:1 0 auto;width:100%;margin:0;padding:0;display:flow-root}.footer,body.app-body>footer{flex-shrink:0;width:100%;margin-top:0}h1{font-size:2em;font-weight:700;font-family:var(--head-font-family);color:var(--text-color);letter-spacing:-.02em;margin-top:30px;margin-bottom:30px}.description-text{color:var(--description-text);letter-spacing:-.01em;font-size:1.25em;line-height:20px}.container{width:100%;margin-left:auto;margin-right:auto}.gp-main{background-color:var(--bg-main-color);border-radius:1rem;max-width:32rem;margin:0 auto;padding:5rem;box-shadow:1px 1px 8px -2px #223c5033}.gp-buttons{width:clamp(50em,25vw,70em);margin:0 auto}a{text-decoration:none}a:link,a:visited,a.active:visited{color:var(--link-color)}a:hover,a:link:hover,a:visited:hover{color:var(--link-hover-color)}.icon-large{width:132px;height:132px}.gp-icon{width:1.2em;height:1.2em;font-size:inherit;vertical-align:-.2em;display:inline-block}.gp-icon:hover{box-shadow:0 2px 5px var(--box-shadow-color) inset}.gp-icon.active{color:var(--link-hover-color)}.gp-icon.active:hover{box-shadow:none}.footer{text-shadow:none;font-size:.7em}.footer span{color:var(--link-color);text-decoration:none}.footer span:hover{color:var(--link-hover-color)}#scroll-top{z-index:99;color:#fff;cursor:pointer;background-color:#555;border:1px solid #ffffff4d;border-radius:50%;outline:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:none;position:fixed;bottom:20px;right:20px}#scroll-top:hover{background-color:#333;transform:scale(1.1)}
