.footer-top {
  background: #0c393a;
  padding: 35px 0 60px 0;
}

.logo-footer {
  height: auto;
  max-height: 200px;
}

.footer-col {
  flex: 1 1;
  border-right: 1px solid #4e7879;
  margin-top: 30px;
  padding: 0 35px;
}

.footer-col:last-child {
  border-right: 0;
}

.footer-top ul a {
  font-family: Helveticaneuecyr-Bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 30px;
  font-size: 14px;
}

.footer-top ul li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding-top: 0;
  line-height: 1.2;
}

.footer-top ul li:last-child {
  margin-bottom: 0;
}

.footer-top ul li:before {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 15px;
  background: #f5911e;
  margin-right: 10px;
}

.footer-top ul li a:hover {
  color: #f5911e;
}

.footer-img {
  height: 33px;
}

.footer-top p {
  font-family: Helveticaneuecyr-Light;
  font-weight: 100;
  color: #fff;
  margin-top: 20px;
}

.footer-desc {
  margin-top: 10px;
}

.footer-desc a {
  color: #fff;
  text-decoration: none;
}

.footer-desc a:hover {
  color: #f5911e;
}

.sots {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 10px;
}

.sots:after {
  content: "";
  opacity: 0;
  width: 1px;
  height: 1px;
  background: #f5911e;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}

.sots:last-child {
  margin-right: 0;
}

.sots svg {
  position: relative;
  z-index: 10;
  height: 20px;
  fill: #fff;
}

.sots-block {
  position: relative;
  left: -10px;
}

.sots:hover:after {
  opacity: 1;
  width: 35px;
  height: 35px;
}

@media (max-width: 1260px) {
  .footer-col {
    padding: 0 15px;
  }
  .footer-top ul a {
    font-size: 15px;
  }
}

@media (max-width: 1260px) {
  .sots {
    width: 30px;
  }
}

@media (max-width: 1000px) {
  .footer-col {
    flex: none;
  }
  .footer-col {
    width: 33%;
  }
  .footer-col:nth-child(3) {
    border-right: 0;
  }
  .sots {
    width: 35px;
  }
}

@media (max-width: 767px) {
  .footer-col {
    width: 50%;
  }
  .footer-col:nth-child(4),
  .footer-col:nth-child(2) {
    border-right: 0;
  }
  .footer-col:nth-child(3) {
    border-right: 1px solid #4e7879;
  }
  .footer-col:last-child {
    border-right: 1px solid #4e7879;
  }
}

@media (max-width: 510px) {
  .footer-col {
    width: 100%;
    border-top: 1px solid #4e7879;
    padding: 30px 15px;
    margin-top: 0;
    text-align: center;
  }
  .footer-col:first-child {
    border-top: 0;
  }
  .footer-col:nth-child(3),
  .footer-col {
    border-right: 0;
  }
  .footer-col:last-child {
    border-right: 0;
    padding-bottom: 0;
  }
  footer img {
    margin: 0 auto;
  }
  .sots-block {
    justify-content: center;
    left: auto;
  }
  .footer-ul ul {
    display: inline-block;
    margin: 0 auto;
  }
  .logo-footer {
    max-height: 130px;
  }
}

.footer-bottom {
  padding: 50px 0;
}

.copy {
  font-size: 14px;
  color: #456061;
  text-align: center;
}

.footer-bottom a {
  font-family: Helveticaneuecyr-Roman;
  font-size: 14px;
  color: #89aeaf;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-bottom li {
  margin-top: 12px;
  padding-top: 0;
}

.footer-bottom li:after {
  content: "|";
  color: #89aeaf;
  padding: 0 15px;
}

.footer-bottom li:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  .footer-bottom li {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer-bottom li:after {
    display: none;
  }
}
