.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #2c2c2c;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .container .logo {
  text-align: center;
}
@media (max-width: 991px) {
  .footer .container .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.footer .container .logo img {
  width: 172px;
  margin-bottom: 6px;
}
.footer .container .logo .text {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  white-space: nowrap;
}
.footer .container .foo-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .footer .container .foo-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.footer .container .foo-menu li {
  display: inline-block;
}
@media (max-width: 991px) {
  .footer .container .foo-menu li {
    display: block;
    margin-bottom: 10px;
  }
}
.footer .container .foo-menu li a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding: 0 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 991px) {
  .footer .container .foo-menu li a {
    display: block;
  }
}
.footer .container .foo-menu li:hover > a {
  color: #ffbe3e;
}
.footer .container .phones {
  position: relative;
  padding-left: 55px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .footer .container .phones {
    text-align: center;
    background-image: url(../img/phone-icon-small.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 20px;
  }
}
.footer .container .phones .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .footer .container .phones .icon {
    display: none;
  }
}
.footer .container .phones .phone {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer .container .phones .phone {
    display: inline-block;
    margin: 0 2px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .footer .container .phones .phone {
    font-size: 12px;
  }
}
.footer .container .phones .phone:last-child {
  margin-bottom: 0;
}
.footer .container .phones .phone:hover {
  color: #ffbe3e;
}

.copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .copyright .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.gray-window {
  background: #2c2c2c;
  border-radius: 5px;
  padding: 10px;
}
.gray-window .gray-container {
  border: 1px solid #353436;
  border-radius: 5px;
  padding: 40px;
  color: #fff;
  text-align: center;
}
.gray-window .gray-container .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 10px;
}
.gray-window .gray-container .desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}
.gray-window .gray-container .phones {
  margin: 10px 0;
}
.gray-window .gray-container .phones .phone {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #ffbe3e;
}
.gray-window .gray-container .buttons {
  margin-top: 10px;
}
.gray-window .gray-container .buttons .btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  min-width: 220px;
}
.gray-window .gray-container .buttons .btn.btn-viber {
  background: #8738b5;
}
.gray-window .gray-container .buttons .btn.btn-viber:hover {
  background: #9c48cd;
}
.gray-window .gray-container .buttons .btn.btn-telegram {
  background: #079ae5;
}
.gray-window .gray-container .buttons .btn.btn-telegram:hover {
  background: #00b9ff;
}
.gray-window .gray-container .buttons .btn img {
  margin-right: 5px;
}
/*# sourceMappingURL=footer-1.css.map */