/*----- FOOTER  ---------------------------------------*/

.Link {
    color: inherit;
    text-decoration: none
}

.Link:active, .Link:focus {
    outline: 0
}

.Footer-Nav,
.Footer-SubHeader {
  font-size: large;
}

.Footer-Header {
  font-size: x-large;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.Footer-List {
  padding: 0 0 40px 0;
  margin: 0;
  list-style: none
}

.Footer-List li{
  margin-bottom: 14px;
  font-size: medium;
  white-space: normal;
  font-weight: 300;
  background-position-x: left;
  background-position-y: 4px;
  background-size: 18px 18px;
  vertical-align: middle;
  padding: 2px 0 0 28px;
  line-height: 1.4;
}

.Footer-SubHeader {
  margin: 18px 0 12px
}



.Socials-Item:last-child {
  margin-right: 0;
}

.Socials-Item {
  margin: 0 16px 16px 0;
  display: inline-block;
  width: 32px;
}


/*-- icons ---------------------------*/

.Footer .icons {
  position: absolute;
  fill: var(--color7);
  width: 18px;
  height: 24px;
}

.Footer .icons_caption {
  font-size: 18px;
  padding: 0px 0 4px 4px;
  line-height: 1.4;
}

.Footer-Contacts {
  padding-bottom: 32px;
}

.Footer-Contacts > div{
  clear: both;
  float: none;
  padding-top: 8px;
}

.Footer .Mail a {
  color: var(--textLight);
}


.Contacts-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}


.round-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  width: 26px;
  height: 26px;
}

/* .Telegram .round-icon {
  background: linear-gradient(150deg, #3a80ff, #3a6de2);
} */

.Telegram-icon, .Whatsapp-icon, .Mail-icon{
  width: 18px;
  height: 18px;
}

.Mail-icon {
  fill: #fff;
}

/* .Whatsapp-Phone .round-icon {
  background: linear-gradient(150deg, #66f221, #61d032);
}

.Mail .round-icon {
  background: linear-gradient(150deg, #ffe56b, #ffd200);
} */



.Copyright {
  padding: 30px 0;
  font-size: 18px;
  color: var(--textLight);
  font-weight: 300;
  line-height: 1.4;
 
}


/*----------- DESCTOP ---------------------------------------------------*/
@media screen and (min-width:769px) {

  .Footer {
    padding: 70px 0 0px 0;
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    grid-gap: 24px;
  }



}

/*----------- MOBILE ----------------------------------------------------*/
@media screen and (max-width:768px) {

  .Copyright {
    max-width: 60vw;
   
  }
  

  .Footer {
    padding: 42px 0;
  }


}

