.footer-bg-color {
  background-color: #100c08;
}

{# footer #}
.Footer a:hover,.Footer a.active
{
 color:#00a7b5; 
}

.menuSubItems {
  padding-top: 12px;
}

.Footer a {
  font-size: 16px;
  padding-bottom: 18px;
  display: block;
}

.Footer
{
  padding-top: 100px;
}
.Footer.small
{
  padding-top:30px;
}

.Footer .footer-menu {
  padding: 0 18px;
}

.Footer .bottomMenu
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;

}

.bottomNote {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 18px;
  font-size: 11px;
}

.bottomNote .PersonalDataPolicy { 
  place-self: center;
}

.bottomNote .PersonalDataPolicy a { 
  padding-bottom: 0px;
  text-align: center;
  font-size: 11px;
  color: #00a7b5;
}


.Footer .socialIcons svg
{
  width: 20px;
  height: 20px;
}

.Footer .socialIcons svg:not(.last)
{
  margin-right: 76px;
}

.Footer .line
{
  width: 20px;
  height: 0px;
  border: 1px solid #00A7B5;
}

.Footer .footerRuler
{
  border: 0.5px solid currentColor;
}

.Footer .PersonalDataPolicy
{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.Footer .TARGITSquare
{
  border: 3px solid #00a7b5;
  width:15px;
  height:15px;
}

.TARGITSquare-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.Footer h4 {
  padding-bottom: 9px;
  margin-bottom: 0px;
  font-weight: 700;
}

.Footer .arrow
{
  float:right;
  position:relative;
  top:10px;
  opacity:0;
  transform: rotate(-45deg);
  border: solid #fbf9f7;
  border-width: 0 1px 1px 0;
  height: 10px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}

.arrow.down {
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .Footer .bottomMenu
  {
    flex-wrap: wrap;
  }

  .Footer .menuCategory
  {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 645px) {
  .Footer .bottomNote .CenterText
  {
    text-align: left;
  }

  .Footer .bottomNote .TARGITCopyright, .Footer .bottomNote .PersonalDataPolicy
  {
    margin-bottom: 10px;
  }

  .Footer .PositionAbsolute
  {
    position: inherit;
  }

  .Footer .zIndex999
  {
    z-index: inherit
  }
  .Footer .FloatLeft
  {
    clear: both;
    float: none;
  }
  
  
}



/*@media screen and (max-width: 485px) {*/
@media screen and (max-width: 1024px) {
  .Footer .menuCategory
  {
    margin-bottom: 35px;
    width: 100%;
  }
  
  .Footer .menuCategory .menuSubItems
  {
    padding-top:20px;
    display:none;
  }
  .Footer .line
  {
    border:1px solid #403D39;
    width: 100%;
  }
  .Footer .arrow
  {
    opacity:1;
  }
  .Footer .menuHeader
  {
    cursor:pointer;
  }
  .Footer .menuCategory.open .menuSubItems
  {
    display:block;
  }
  .Footer .menuCategory.open .line
  {
    border:none;
  }  
}

@media screen and (max-width: 1024px) {
  .Footer {
    padding: 50px 20px 0 20px;
  }
}

.gototop_mobile
{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2147483647;
  display: none;
  cursor: pointer;
}