
nks_templates{
  position:absolute;
  bottom:0;
  display:none;
}

.img-loader{
     position: absolute;
     left: calc(100% - 2px);
     opacity: 0.01;
     top: calc(100% - 2px);
     width: 2px;
     height: 2px;
     overflow: hidden;
}

viewport{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  overflow:hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  /* display: flex; */
}




html{
  font-size: 16px;
  /* height: 100vh; */
  /* width: 100vw; */
  overflow: auto;
  display: flex;
  justify-content: center;
  /* min-width: 1920px; */
  min-width: 1890px;
  /* min-height: 1080px; */
  min-height: 990px;
  /* max-width: 1920px; */
  max-height: 1080px;
  /* width: 1920px; */
  /* height: 1080px; */
}

body {
  min-width: 1900px;
  min-height: 1070px;
  max-width: 1920px;
  max-height: 1080px;
  position: relative;
  overflow:hidden;
  /* overflow: scroll; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  /* max-width: 1920px; */
  /* min-width: 1920px; */
  /* max-height: 1080px; */
  margin: 0;
}


main{
  display:flex;
  /* display: block; */
  justify-content: center;
  width: 100%;
  height: 100%;
  /* min-height: 100px; */
  align-items: center;
}
