.footer {
  margin-left: 100px;
}

.statistic-block.for-mobile {
  display: none;
}

.statistic-block {
  margin-top: 80px;
}

.statistic__list .statistic h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
}
.statistic__list .statistic small {
  display: inline-block;
  color: rgba(255,255,255,0.7);
  font-size: 20px;
  border-left: 1px solid #242B3E;
  margin-left: 13px;
  padding-left: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.statistic__list .statistic:not(:last-child) {
  margin-right: 120px;
}

.footer__main {
  margin-top: 40px;
}

.footer__main-row {
  border-color: #1A1F2D !important;
  padding: 30px 0;
}
.footer__main-row .col-lg-6:first-child {
  border-right: 1px solid #242B3E;
  margin-right: 70px;
}

.footer__text .copyright__text {
  margin-left: 25px;
}
.footer__text .copyright__text p {
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  font-size: 16px;
}

.footer__menu .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}
.footer__menu .nav-item .nav-link i {
  color: rgba(255,255,255,0.7);
}
.footer__menu .nav-item .nav-link:hover {
  color: #2691ff;
  transition: all 0.6s ease-in-out;
}
.footer__menu .nav-item .dropdown-menu {
  background-color: rgba(17, 20, 29, 0.96);
  box-shadow: 0px 38px 45px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.footer__menu .nav-item:not(:last-child) {
  margin-right: 36px;
}

.footer__social__icons {
  padding-right: 50px;
}
.footer__social__icons li:not(:last-child) {
  margin-right: 20px;
}
.footer__social__icons li a:hover svg path {
  fill: #ffffff;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 1600px) {
  .footer {
    margin-left: 80px;
  }
  .footer__text .copyright__text {
    margin-left: 15px;
  }
  .footer__text .copyright__text p {
    font-size: 14px;
  }
  .footer__menu .nav-item .nav-link {
    color: #ffffff;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .footer__main-row .col-lg-5,
.footer__main-row .col-lg-6,
.footer__main-row .col-lg-10 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer__main-row {
    border: none !important;
    padding: 0;
  }
  .footer__menu {
    flex-wrap: wrap;
  }
  .footer__menu .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .statistic-block.for-mobile {
    display: block;
    margin-top: 0;
  }
  .statistic-block {
    display: none;
  }
  .statistic__list .statistic h4 {
    font-size: 20px;
  }
  .statistic__list .statistic small {
    font-size: 14px;
    display: block;
    border: none;
    margin: 5px 0 0;
    padding: 0;
  }
  .statistic__list .statistic:not(:last-child) {
    margin-right: 20px;
  }
  .statistic__list small {
    border: none;
    margin: 5px 0 0;
  }
  .statistic > div {
    flex-direction: column;
  }
  .footer__main-row .col-lg-6:first-child {
    border-right: none;
    margin-right: 0;
    text-align: center;
  }
  .footer__main-row .col-lg-2 {
    display: none;
  }
  .footer__main-row .footer__text {
    flex-direction: column;
  }
  .footer__main-row .footer__text .copyright__text {
    margin: 15px 0 0;
  }
  .footer__menu {
    justify-content: center;
    border-top: 1px solid #1A1F2D;
    padding: 20px 0;
    margin-top: 30px;
  }
  .footer__menu li.nav-item.dropdown {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer {
    margin: 0 0 140px;
  }
}
@media (max-width: 360px) {
  .footer__menu .nav-item:not(:last-child) {
    margin-right: 15px;
  }
}