@media (max-width: 768px) {
  .col-md-12.clear.all-wom-videos {
    gap: 10px !important;
  }
  .col-md-12.clear.all-wom-videos .flowplayer {
    width: calc(50% - 10px) !important;
  }
  .col-md-12.clear.all-wom-videos .noflow {
    width: calc(50% - 10px) !important;
  }
  .hamburger-menu .line {
    background-color: #061c3d;
  }

  .content-side_menu {
    display: none;
  }
  .profile-header {
    display: block;
    text-align: center;
  }

  .content-body.profile {
    margin-left: 0;
    width: 100%;
  }

  .bottom-line {
    background: rgba(46, 46, 46, 0.15);
  }
  .hamburger-menu {
    top: 30px;
  }

  .content-body-main {
    width: 100%;
  }
  .profile-header .profile-photo {
    width: 320px;
    height: 490px;
  }

  .profile-name {
    display: none;
  }

  .profile-btns {
    display: block;
  }
  .profile-btns button {
    width: 100%;
    margin-top: 19px;
  }
  .tabs-body-header {
    justify-content: space-between;
  }
  .tabs-body-header-link {
    margin-right: 5px;
    font-size: 16px;
  }
  .profile-body-gallery {
    flex-wrap: wrap;
    gap: 20px;
  }
  .profile-gallery-item {
    flex: 1 1 calc(50% - 10px);
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .cabinet-content {
    margin-bottom: 133px;
    margin-top: 0;
  }
  .profile-btns-mobile {
    display: block;
  }

  .profile-btns-desktop {
    display: none;
  }

  .cabinet-intro_title {
    margin-bottom: 39px;
  }
}

footer {
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.profile-header .profile-photo {
  @media (min-width: 420px) and (max-width: 768px) {
    width: 375px;
    height: 565px;
  }

  @media screen and (max-width: 768px) {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}