:root{--background:#ffffff;--color-black:#110f0f;--primary:#005ba3;--color-blue:#225ba2;--color-blue-mid:#5996c6;--color-blue-light:#bad2df;--color-transparent-blue:#9eb1ca;--color-orange:#ee804a;--color-orange-mid:#f2ad72;--color-orange-light:#f8d6a7;--color-bgr-light-orange:rgba(238,128,74,0.05);--color-orange-dark:#ea7034;--color-orange-warm-light:#f8d1b0;--color-pink:#ff2c20;--color-coral:#e16668;--color-coral-light:#e8d5ce;--color-coral-mid:#ff8c00;--color-yellow:#fdbd1c;--color-hunter:#426034;--color-hunter-mid:#7ea069;--color-brown:rgba(255,140,0,0.4);--color-dusk:#495375;--color-dusk-mid:#717990;--color-dusk-light:#b9caae;--color-cool-grey:#505256;--color-light-grey:#a7a8aa;--color-warm-white:#f7f0ea;--color-cool-white:#eeedec;--color-bgr-white:#f4f3f1;--color-white-bgr:#fbf7f5;--color-bgr-white-one:#f1eae4;--color-bgr-white-two:#dde9ef;--color-bgr-white-three:rgb(238,237,236);--color-bgr-white-four:#f7f6f5;--color-bgr-white-five:#d9d9d9;--color-background-blue-light:rgba(34,91,162,0.1);--color-label-blue:rgba(34,91,162,0.15);--color-bgr-light-blue:rgba(186,210,223,0.5);--box-shadow-standart:0 1px 1px 0 rgba(0,0,0,0.1);--box-shadow-large:0 4px 4px 0 rgba(0,0,0,0.05);--box-shadow-brown:0 2px 15px rgba(255,140,0,0.2);--main-transition:all 0.2s ease-in;--transition-height-3:height 0.3s ease;--transition-transform-2:transform 0.2s ease-out;--transition-transform-3:transform 0.3s ease-in-out;--transition-transform-4:transform 0.4s ease-in-out;--transition-opacity-5:opacity 0.5s ease-out;--main-transition-3:all 0.3s ease;--transition-color-2:color 0.2s ease}.page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}body{display:flex;flex-direction:column;background:#fff;height:100vh;padding:0 8px}ul{list-style:none;padding-inline-start:0}button{border:none;outline:none;background:inherit;cursor:pointer}