:root {
    --full-container: 1620px;
    --max-container: 1380px;
    --middle-container: 1200px;
    --main-color: #00a0e9;
    --sub-color: #121e3a;
    --transition1: all 0.3s ease;
}
.container
{max-width:var(--max-container); margin:0 auto; }
.container:after
{content:''; display:block; clear:both;}

.middle-container
{max-width:var(--middle-container); margin:0 auto;}
.full-container 
{max-width:var(--full-container); margin:0 auto;}

h1,h2,h3,h4,h5,h6
{font-family:'SUIT'; letter-spacing:-0.04em; line-height:1.3; word-break:keep-all;}
p, span, td, small, li, ul, dl, dt, dd , b, strong
{line-height:1.5; word-break:keep-all; letter-spacing:-0.04em }




@media screen and (max-width: 1620px){
  .full-container { width: 100%; padding: 0 10px; }
}
@media screen and (max-width:1380px){
  .container
  {width: 100%; padding:0 10px;}
}

@media screen and (max-width: 768px) {
  table td, table th { padding: 10px; }
}