#footer {
  height: 300px;
  width: 100%;
  background: #242463;
  position: absolute;
  color: white;
  overflow: hidden;
  padding-top: 13px;
}

#footerBottom {
  background: #121247;
  position: absolute;
  bottom: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 11px;
  flex-direction: row;
  flex-wrap: nowrap;
}

#footerBottomMobile {
  display: none;
}

#footerMenu {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  max-width: 1000px;
}

.footerMenuColumn{
  float: left;
  width: 23%;
  margin-top: 30px;
  margin-left: 1%;
  margin-right: 1%;
  height: auto;
  overflow: hidden;
}

#footerContact {
  width: 20%;
  float: left;
  margin-top: 30px;
}

.footerItem {
  font-size: 8px;
  width: 100%;
  position: relative;
  margin-top: 10px;
  display: block;
}

.footerItem:hover{
  cursor: pointer;
}


#footerSignature {
  position: relative;
  width:100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 55px;
}

.footerTitle {
  font-size: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
  float: none;
  height: 13px;
  display: block;
}
.footerInfo{
  font-size: 14px;
  margin: 5px 0px;
  float: left;
  width: 60%;
}

.rightItem {
  margin-top: 30px;
  float: right;
  width: 25%;
  font-size: 13px;
  line-height: 16px;
  margin-right: 20%;
}

@media screen and (max-width: 768px){
  #footer{
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    height: 543px;
    margin-top: 20px;
  }
  #footerContact{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footerMenu{
    width: 100%;
    margin-left: 0;
  }
  .footerItem{
    width: 100%;
  }
  .footerInfo{
    width: 137px;
  }
  .rightItem{
    width: 222px;
    line-height: 16px;
    margin-right: 0px;
  }
  #footerBottom{
    display: none;
  }
  #footerBottomMobile{
    background: #121247;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 11px;
    height: 100px;
    flex-direction: column;
    align-items: center;
  }
  #footerLast{
    width: 289px;
    height: 15px;
  }
  
  
    #footerMenu {
    }

    .footerMenuColumn{
    width: 46%;
    margin-left: 1%;
    margin-right: 1%;
    height: 135px;
    }

    #footerContact {
    }

    .footerItem {
    }

    .footerItem:hover{
    }

    #footerSignature {
    width: 80%;
    margin-top: 0px;
    line-height: 29px;
    }

    .footerTitle {
    }
  
}