@media screen and (max-width: 1400px) {
  .our-mission .container {
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .our-mission {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .our-mission.methods .container {
    padding-top: 0;
  }
  .second-hero-empty {
    top: -40px;
  }
  .hero .container .row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }
  .hero .container .row .row {
    flex-wrap: initial;
  }
  .hero h1 {
    text-align: center;
  }
  .why-pairs .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .why-pairs {
    width: 100%;
  }
  .why-pairs .cards .pair-card {
    min-height: 235px;
    height: auto;
  }
  .story-carousel {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .account .container h1 {
    text-align: center;
  }
  .profile-page .row .column:last-child,
  .profile-page .personal-information {
    max-width: 970px;
  }
  .faq-page .row {
    flex-direction: column;
    align-items: center;
  }
  .profile-page .red-box.empty {
    display: none;
  }
  .profile-page .red-box {
    margin-bottom: 24px;
  }
  .profile-page .action .row {
    flex-direction: row;
  }
  .matching-profile .row {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .matching-profile .row .column .box .summary-icons {
    gap: 10px;
  }
  .matching-profile .row .column .matching-profile-scheme {
    margin-bottom: 0px;
  }
  .matching-profile .row .column .matching-profile-page {
    margin-bottom: 15px;
    text-align: center;
  }
  .create-profile-container .photos {
    flex-wrap: wrap;
    gap: 24px;
  }
  .create-profile-container .photos .upload-photos {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
  }
  .create-profile-container .steps {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .create-profile-container .steps .step p {
    font-size: 12px;
  }
  .create-profile-container .steps .step {
    height: 80px;
  }
  .create-profile-container .steps .bar {
    width: 50px;
    height: 1px;
  }
  .create-profile-container {
    flex-direction: column;
  }
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .register-box .grid-2 {
    display: flex;
    flex-direction: column;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  header.logged .container .row a {
    display: flex;
  }
  header .container .row a {
    display: none;
  }
  header .container .row .action a {
    display: flex;
    padding: 0 15px;
  }
  header .container .row {
    gap: 15px;
  }
  header .burger-menu {
    display: revert;
    position: relative;
  }
  header .burger-menu i {
    font-size: 30px;
    cursor: pointer;
  }
  header .burger-menu .dropdown {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
  }
  header .burger-menu .dropdown.active {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--blue);
    border-radius: 10px;
    width: 250px;
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
  }
  header .burger-menu .dropdown.active a,
  header .burger-menu .dropdown.active .action,
  header .burger-menu .dropdown.active .action a {
    display: revert;
    color: #fff;
    text-align: center;
  }
  .second-hero-empty {
    height: 400px;
  }
  .our-mission .container .content {
    align-items: center;
  }
  .our-mission .container .content h3,
  .our-mission .container .content h2,
  .our-mission .container .content p {
    text-align: center;
  }
  .our-mission.methods {
    gap: 50px;
  }
  .more-questions {
    padding-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .profile-page .grid-2:has(.white-box) {
    display: flex;
    flex-direction: column;
  }
  .profile-page .action .row {
    flex-direction: column;
  }
  .profile-page .gallery .main img,
  .profile-page .gallery .main,
  .profile-page .gallery .grid-2 .secondary img {
    max-width: 100%;
  }
  .profile-page .gallery {
    flex-direction: column;
  }
  .matching-profile .row .column .box h1 {
    font-size: 38px;
  }
  .matching-love-language {
    flex-direction: column;
    align-items: center;
  }
  .matching-profile .row .column .box {
    padding: 40px 20px;
  }
  .matching-profile .row .column .box .summary-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .create-profile .step-bar {
    padding: 0 20px;
  }
  .create-profile-container .box {
    flex-direction: column;
  }
  .create-profile-container {
    margin-top: 50px;
  }
  .create-profile-container .steps .bar {
    display: none;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .error-404 .container h1 {
    font-size: 60px;
  }
  .error-404 .container h2 {
    font-size: 40px;
  }
  .error-404 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .error-404 .background-heart-1,
  .error-404 .background-heart-2,
  .error-404 .background-heart-3,
  .error-404 .background-heart-4,
  .error-404 .background-heart-5,
  .error-404 .background-heart-6 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .profile-page .action .row:last-child form div {
    width: 100% !important;
  }
  .profile-page .action .row:last-child form a {
    width: 100% !important;
  }
  .profile-page .action .row:last-child form input {
    width: 100% !important;
  }
  .register .register-box .bottom-section {
    margin-top: -40px;
  }
  .story-carousel .item p {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .our-mission .container .image img {
    border-radius: 10px;
  }
  .our-mission .container .image img {
    object-fit: cover !important;
  }
  .profile-page .action .row .button {
    max-width: 100% !important;
  }
  .faq-page h1,
  .faq-page p {
    text-align: center;
  }
  .profile-page .action {
    flex-direction: column;
    gap: 20px;
  }
  .profile-page .gallery .grid-2 .secondary img {
    height: 200px;
  }
  .create-profile .step-bar .back a,
  .create-profile .step-bar .next a,
  .create-profile .step-bar .next input {
    height: 36px;
    font-size: 12px;
  }
  .create-profile .step-bar {
    gap: 10px;
  }
  .create-profile .step-bar .counter {
    min-width: max-content;
    font-size: 12px;
  }
  .create-profile .step-bar .back,
  .create-profile .step-bar .next {
    max-width: 100px;
  }
  .create-profile-container .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .create-profile-container .box .title-box h3 {
    text-align: center;
  }
  .create-profile-container .photos {
    padding: 40px 20px;
  }
  .create-profile-container .photos .upload-photos {
    justify-content: center;
  }
  .create-profile-container .content h2,
  .create-profile-container .content p,
  .create-profile h1 {
    text-align: center;
  }
  .create-profile-container .steps {
    flex-direction: column;
  }
  .das-coaching.news .hero-coaching h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .das-coaching.news .hero-coaching .date {
    margin-left: 0;
  }
  .das-coaching.news .hero-coaching {
    flex-direction: column;
    align-items: center;
  }
  .news .news-image img {
    height: 400px;
  }

  .price .tabs .tabs-header {
    margin-left: auto;
    margin-right: auto;
  }
  .price .tabs .tabs-header label .once,
  .price .tabs .tabs-header label .monthly {
    text-align: center;
  }
  .price .tabs-content .item .item-header {
    align-items: center;
    flex-direction: column;
  }
  .price .tabs-content .item .item-price {
    flex-direction: column;
    align-items: center;
  }
  .price .tabs-content .item {
    max-width: 100%;
    height: auto;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .unsere-coaches .container h1 {
    font-size: 40px;
    text-align: center;
  }
  .grid-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .das-coaching .text-block p {
    text-align: justify;
  }
  .das-coaching .action {
    margin: 0 auto;
  }
  .das-coaching .hero-coaching {
    height: 350px;
    background-position-x: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .das-coaching .hero-coaching h1 {
    font-size: 50px;
  }
  .das-coaching .hero-coaching h1 {
    padding: 0 20px;
    text-align: center;
  }
  .das-coaching .text-block h2 {
    font-size: 40px;
    text-align: center;
  }
  .das-coaching .container {
    margin-bottom: 50px;
  }
  .das-coaching .hero-coaching {
    margin-bottom: 50px;
  }
  .register .register-box .iam,
  .register .register-box .search-for {
    flex-wrap: wrap;
  }
  .register .register-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .success-stories h1 {
    font-size: 40px;
  }
  footer .column .media {
    justify-content: center;
  }
  .hero h1,
  .our-mission .container .content h2,
  .why-pairs .title h2,
  .story-carousel h2,
  .more-questions .hero-faq h2 {
    font-size: 32px;
  }
  footer .copyright .container-copy {
    box-sizing: border-box;
  }
  .more-questions .hero-faq .question-box {
    align-items: center;
  }
  header .container .logo img {
    width: 100%;
  }
  header .container .logo {
    height: 100px;
    display: flex;
    align-items: center;
  }
  .our-mission.methods .container {
    gap: 50px;
  }
  .story-carousel .item,
  .why-pairs .cards .pair-card {
    max-width: 100%;
  }
  .story-carousel h2 {
    text-align: center;
  }
  .second-hero-empty {
    height: 300px;
  }
  .hero,
  .more-questions .hero-faq {
    height: 680px;
  }
  .why-pairs .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  footer .container .row {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  footer .column .link,
  footer .column h3 {
    text-align: center;
  }
  footer .copyright .container-copy {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .profile-page .action .row:last-child form div,
  .profile-page .action .row .button,
  .profile-page .action .row .button.secondary,
  .profile-page .action .row form,
  .profile-page .action .row form .action-button {
    width: 48px !important;
  }
  .profile-page .action .row:last-child form input {
    width: 48px !important;
  }
  .profile-page .action .row .button {
    background: #fff !important;
  }
  .profile-page .action .row .button.secondary.open-modal-report {
    border-radius: 50%;
    background: #fff;
  }
  .profile-page.matching-profile .container .action .row:has(#createchat) {
    width: 71% !important;
  }
  .profile-page .action .row:last-child {
    justify-content: start;
  }
  .profile-page .action .row:first-child {
    justify-content: end;
  }
}
