:root{--first-color:rgb(154, 166, 178);--text-color: rgb(188, 204, 220);--body-color: rgb(248, 250, 252);--container-color: rgb(255, 255, 255);--border-color: rgb(221, 227, 234);--text-white: rgb(255, 255, 255);--primaryBoxShadow: 0px 10px 15px rgba(0, 0, 0, .1);--body-font: "Times New Roman", serif;--second-font: Tahoma, sans-serif;--big-font-size: 56px;--h1-font-size: 50px;--h2-font-size: 32px;--h3-font-size: 24px;--large-font-size: 18px;--normal-font-size: 16px;--small-font-size: 14px;--tiny-font-size: 12px;--weight-400: 400;--weight-500: 500;--weight-600: 600;--weight-700: 700;--weight-800: 800}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--body-font);font-size:var(--normal-font-size);font-weight:var(--weight-500)}body{background:var(--body-color);color:var(--text-color)}h1,h2,h3,h4{color:var(--text-color);font-family:var(--second-font);font-weight:var(--weight-700)}ul{list-style:none}a{text-decoration:none}button,input,textarea{background-color:transparent;border:none;outline:none}img{max-width:100%}@media screen and (max-width: 1200px){:root{--big-font-size: 36px;--h1-font-size: 32px;--h2-font-size: 24px;--h3-font-size: 20px;--large-font-size: 16px;--normal-font-size: 15px;--small-font-size: 13px;--tiny-font-size: 11px}}@media screen and (max-width: 450px){.chatbox__support{width:325px;height:375px}img{height:40px}}
