html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bgheader{
    background-color:rgb(14, 27, 36)
}
.img1{
    width:100%;
}

.otstup{
    margin-top:30px;
}
.otstupleft{
    margin-left:30px;
}
.aboutus {
    width: 180px;
    margin-right:50px;
    text-align:right;
}
.abouttext{
    width:90%;
}
.aboutusright{
    width:150px;
}

.maindiv {
    position: relative;
    height:90%;
    
}

.headermain {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgb(14, 27, 36);
}

.ancore {
    position: absolute;
    height: 50px;
    z-index: 100;
    width: 100%;
    bottom: 0px;
}

.footer1 {
    position: relative;
    padding-right: 150px;
    left: 50px;
}
.footer2 {
    position: relative;
    right: 50px;
    padding-right:100px;
}
.telegramLogo{
    width:25px;
    height:25px;
}

