@charset "UTF-8";
/* Scss Document */
/*Адрес*/
.contact .info .info-icon {
  background: #ff1303;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  float: left; }

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px; }
.contact .info p {
  padding: 0 0 0 60px;
  font-size: 14px; }

/*футер*/
.footer-top {
  background: #151515;
  color: #fff;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0; }
  .footer-top .footer-info {
    margin-bottom: 3px; }
    .footer-top .footer-info h3 {
      font-size: 28px;
      margin: 0 0 20px 0;
      padding: 2px 0 2px 0;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase; }
    .footer-top .footer-info p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
  .footer-top .social-links a {
    width: 36px;
    height: 36px;
    background: #292929;
    display: inline-block;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center; }
    .footer-top .social-links a:hover {
      background: #ff1303; }
  .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px; }

.footer-links {
  margin-bottom: 30px; }
  .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-links li {
    padding: 10px 0;
    display: flex;
    align-items: center; }
  .footer-links a {
    color: white;
    text-decoration: none; }
    .footer-links a:hover {
      color: #ff1303; }

form {
  margin-top: 30px;
  padding: 6px 10px;
  border-radius: 8px; }

.social-links {
  padding-top: 30px;
  box-sizing: border-box; }

.bi-arrow-return-right {
  margin-right: 5px; }
