.footer {
    background: #212121;
    color: #ddd;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 50px 0px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-subscribe {
    flex: 1;
    min-width: 315px;
}

.footer-title-main {
	font-family: 'Rubik-SemiBold';
    color: #fff;
    font-size: 28px;
    font-weight: 600;
	line-height:120%;
    margin-bottom: 15px;
}

.footer-title {
	font-family: 'Nunito-Bold';
    color: #fff;
    font-size: 20px;
	line-height:120%;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-title-soc {
	font-family: 'Rubik-SemiBold';
    color: #fff;
    font-size: 28px;
	line-height:120%;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-subscribe-form {
	position:relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-input {
    flex: 1;
    background: #484848;
	width:242px;
    border: none;
    border-radius: 6px;
    padding: 0px 14px;
    color: #ABABAB;
	height:56px;
	
	font-family: 'Nunito-Regular';
    font-size: 24px;
	line-height:120%;
    font-weight: 400;	
}

.footer-input-img{
position: absolute;
    right: 80px;
    top: 15px;
}

.footer-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.footer-right-img{
	
	position:relative;
	left:16px;
	top:16px;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex: 2;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-link {
    color: #D9D9D9E5;
	font-family: 'Nunito-Regular';
    text-decoration: none;
    font-size: 20px;
	line-height:120%;
    font-weight: 400;		
}

.footer-link:hover {
    color: #fff;
}

.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.footer-social-icons a img {

    border-radius: 50%;
}

.footer-separator {
    border: none;
    border-top: 1px solid #fff;
    margin: 40px 0 30px;
}

.footer-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 равных колонки */
    gap: 20px;

    font-family: 'Nunito-Regular';
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #D9D9D9E5;
}


.footer-company img {
    width: 218px;
    display: block;
    margin-bottom: 5px;
}

.footer-subtitle {

}

.footer p {
    margin: 5px 0;
}

.footer-info{
	
	
	
}

  .footer-fact {
	font-family: 'Nunito-Regular';
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;	  
	  
  }
  
@media (max-width: 920px) {

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-subscribe {
    width: 100%;
    min-width: 0;
  }

  .footer-title-main,
  .footer-title-soc {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-title {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-subscribe-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }
  


  .footer-input {
    width: 95%;
    font-size: 16px;
    line-height: 20px;
    height: 48px;
    padding: 12px;
  }

  .footer-input-img {
    right: 12px;
    top: 12px;
  }

  .footer-button {
    width: 48px;
    height: 48px;
  }

  .footer-right-img {
    left: 12px;
    top: 12px;
  }

  .footer-links {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .footer-link {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-social-icons {
    margin-top: 5px;
    gap: 8px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-company img {
    width: 150px;
    margin-bottom: 5px;
  }

  .footer p {
    font-size: 14px;
    line-height: 18px;
  }
}
