.Ñenter-add{
  float: right;
}
.small-add{
  font-size: 50px;
      letter-spacing: -2px;
}
/* #add-logo-3{
  margin-left: 100px;
} */
.hidden-0{
  opacity: 0;
}
.footer-iac > img{
    width: 30px;
}



.carousel-item{
  width: 100%;
  height: 600px;
  background: black;
  justify-content: center;
  align-items: center;
}

.carousel-item.active{
  display: flex !important;

}

.carousel-inner{
  display: flex;
  justify-content: center;
}

.carousel-item > img{
  height: 100%;

    min-width:0 !important;
  width: auto;
}

.cont{
  width: 100%;
  /* ÑÑÑ ÑÐ¾Ð½ Ð¿Ð¾Ð¼ÐµÐ½ÑÑÑ  */
  background: url(../img/bgcc.png);
  background-position: bottom;
  padding-bottom: 1px;

}
.cont > img{
  width: 100%;
  height: auto;
}
.href-d{
  margin: 30px auto;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgb(37,172,191);
  font-size: 30px;
  width: 180px;
}

.href-d:hover{
  opacity: .7;
}