#footer{
   margin:0 20px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items:center;
}
.footer__subwrap-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items:stretch;
  width:100%;
  padding: 45px 0px 79px 0px;
}
@media(max-width:1115px){
  .footer__subwrap-1{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media(max-width:465px){
  .footer__subwrap-1{
    padding: 45px 0px 0px 0px;
  }
}
.footer__box-logo {
  display: flex;
  flex-direction: column;
}
@media(max-width:1105px){
  .footer__box-logo {
    padding: 0px 0px 20px 0px;
  }
}
@media(max-width:660px){
  .footer__box-logo {
    padding: 0px 0px 25px 0px;
  }
}
.footer__logo {
  width:181px ;
  display: inline-block;
}
@media(max-width:1105px){
  .footer__logo{
    align-self:center;
    padding: 0px 0px 10px 0px;
  }
}
.footer__break-line{

}
@media(max-width:1105px){
  .footer__break-line{
    display: none;
  }
}
.footer__details-logo {
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #000000;
}
@media(max-width:589px){
  .footer__details-logo {
   text-align: center;
  }
}
.footer__info-list {
  display: flex;
  flex-direction: row;
}
@media(max-width:1105px){
  .footer__info-list{
    justify-content: space-between;
    width:100%;
  }
}
@media(max-width:660px){
  .footer__info-list{
    flex-wrap: wrap;
  }
}
.footer__column-info {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 28px;
  width:197px;
}
@media(max-width:660px){
  .footer__column-info {
    width:50%;
    align-items:center;
  }
}
@media(max-width:660px){
  .footer__column-info{
    padding: 0px 0px 25px 0px;
  }
}
@media(max-width:560px){
  .footer__column-info{
    padding: 0px 0px 20px 0px;
  }
}
@media(max-width:440px){
  .footer__column-info{
    padding: 0px 0px 25px 0px;
  }
}
.footer__title-topic {
  font-family: 'Readex Pro';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 28px;
padding: 0px 0px 20px 0px;
color: #000000;
}
@media(max-width:560px){
  .footer__title-topic{
    padding: 0px 0px 13px 0px;
  }
}
.footer__item {
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #000000;
padding: 0px 0px 14px 0px;
}
.footer__item:last-child {
padding: 0;
}
.footer__line-decor{
  width:1350px;
  height:1px;
  background: #DCE5E2;
}
@media(max-width:1390px){
  .footer__line-decor{
    width: 97%;
    align-self:center;
  }
}
@media(max-width:980px){
  .footer__line-decor{
    width: 94%;
    align-self:center;
  }
}
.footer__subwrap-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 52px 0px 0px 0px;
}
@media(max-width:465px){
  .footer__subwrap-2 {
    flex-direction: column;
    align-items:center;
    padding: 30px 0px 0px 0px;
  }
}
.footer__item-link {
  display: flex;
  flex-direction: row;
}
@media(max-width:465px){
  .footer__item-link {
    padding: 0px 0px 10px 0px;
  }
}
.footer__by {
  align-self:center;
  padding: 0px 4px 0px 0px;
  font-family: 'Readex Pro';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #000000;
}

.footer__who {
  align-self:center;
  padding: 0px 1px 0px 0px;
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #000000;
}
.footer__icon {
}