@media (max-width: 1199.98px) {
  .contacts-sidebar {
    width: 100%;
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  .header {
    background: url(../images/header.jpg) no-repeat -170px top;
    height: 240px;
    background-size: cover;
  }

  .logo {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .logo {
    font-size: 24px;
  }

  .wrap-header {
    display: none;
  }

  .navbar-brand {
    display: inherit;
  }

  .wrap-navbar {
    background: #3260B6;
  }

  .navbar-dark {
    background: #3260B6 !important;
  }

  h1 {
    font-size: 24px;
  }

  .content {
    padding-bottom: 0;
  }

  .content p {
    font-size: 14px;
  }

  .right-sidebar {
    padding-top: 0;
  }

  .title-sidebar {
    font-size: 14px;
  }

  .text-sidebar {
    font-size: 14px;
  }

  .contacts-sidebar {
    font-size: 18px;
  }

  .footer {
    padding-bottom: 5px;
  }

  .footer div {
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }

  .footer p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
  }

  .navbar-dark .navbar-nav .nav-item {
    background: none;
    width: 100%;
    text-align: left;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #4f7cd2;
    width: 100%;
    display: block;
  }

  .navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}

@media (max-width: 575.98px) {
  .logo {
    font-size: 20px;
  }
}