@media screen and (max-width: 1626px) {
  .hero {
    max-width: 1760px;
    padding: 0 20px;
  }

  .hero .row .text h1 {
    margin-bottom: 80px;
  }

  .hero .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero .row .text {
    width: 100%;
    padding: 80px 0 0 0;
  }

  .hero .row .image {
    max-width: 100%;
    max-height: 500px;
  }

  .hero .row .image img {
    height: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/5;
  }
}

@media screen and (max-width: 1240px) {
  .main-content .listing-box section.rating-cards .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-content .insert-block .image-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .row .login-wrapper {
    position: relative;
    width: auto;
  }

  header .row .login-wrapper.active:after {
    color: var(--accent);
  }

  header .row .login-wrapper:after {
    color: var(--black);
    font: var(--fa-font-solid);
    content: "\f0c9";
    font-size: 40px;
    cursor: pointer;
  }

  header .row .login-wrapper .login-action {
    position: absolute;
    padding: 20px;
    top: 50px;
    right: 0;
    background: var(--white);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 230px;
    border-radius: 5px;
    display: none;
  }

  header .row .login-wrapper .login-action .button {
    min-height: 50px;
  }

  header .row .login-wrapper .login-action .menu-mobile {
    display: none;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .row .login-wrapper .login-action .menu-mobile a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: var(--gray-text);
  }

  header .row .login-wrapper .login-action.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .chat-page .contact-list .message-history {
    height: auto;
  }

  .listing-column .item {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .listing-column .item .ql-editor p {
    text-align: center;
  }

  .main-content .insert-block .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-column .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-column .item .description .composed {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listing-column .item .description .text {
    text-align: center;
  }

  .listing-column .item .description .action {
    text-align: center;
  }

  .listing-column .item .years {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 950px) {
  section.trust .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0;
  }

  .main-content .insert-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-content .product-header .description .title {
    text-align: center;
  }

  section.registration-banner h2 {
    text-align: center;
  }

  .main-content .product-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-content .product-header .description .action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-content .product-header .description .location {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 840px) {
  .hero img {
    min-height: 400px;
  }

  .hero.small-hero img {
    min-height: 300px;
    max-height: 300px;
    height: 500px;
    width: 100%;
  }

  section.cards .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-content .listing-box .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-content .listing-box .input-wrapper .input-container {
    max-width: 100%;
  }

  .main-content .insert-block .row-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero .row .text .box .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero .row .text h1 {
    text-align: center;
  }

  .hero .row .image {
    display: block;
  }

  footer .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .footer-columns .footer-col {
    width: 100%;
    text-align: center;
  }

  footer .footer-columns .footer-col h3 {
    text-align: center;
  }

  footer .footer-columns .footer-col .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .user-steps .container .step::after {
    content: none;
  }

  section.trending .row .item .composed .job-title {
    font-weight: bold;
    font-size: 16px;
    color: var(--gray-text);
    white-space: normal;
    overflow: visible;
    text-overflow: ellipsis;
    word-wrap: anywhere;
    word-break: break-all;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .blog-page .main .content ol {
    padding-left: 10px;
  }

  .profile-box .form-container .input-container .input {
    flex-wrap: wrap;
  }

  .main-content .insert-block.secondary {
    padding: 20px;
  }

  header .row .menu {
    display: none;
  }

  /* Added for responsive menu */
  header .row {
    gap: 0px;
  }

  header .row .login-wrapper .login-action .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .button {
    max-width: 300px;
    padding: 16px;
  }

  .hero .overlay .content h1 {
    font-size: 20px;
  }

  .main-content .insert-block .row {
    -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  }

  .main-content .insert-block .row.row-3 {
    -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  }

  .main-content .insert-block .removable .row {
    -ms-grid-columns: (minmax(250px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  }

  .main-content .insert-block .removable .action-add .button {
    font-size: 14px;
  }

  .main-content .insert-block .price-table .column .elem .info-bubble .pop-up {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero.small-hero .overlay .product-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero.small-hero .overlay .product-header .product-text .text {
    text-align: center;
    margin-bottom: 30px;
  }

  .hero.small-hero .overlay {
    place-content: center;
    place-items: center;
  }

  .hero.small-hero {
    max-height: 600px;
    height: 600px;
  }

  .hero.small-hero img {
    max-height: 600px;
    height: 600px;
    width: 100%;
  }

  .hero .row .text h1 {
    margin-bottom: 20px;
    line-height: 45px;
    font-size: 20px;
  }
}

@media screen and (max-width: 460px) {
  header .background-buttons .links-wrapper .logged-in .name {
    display: none;
  }

  .main-content .insert-block {
    padding: 20px;
  }

  section.trending .row {
    -ms-grid-columns: (minmax(200px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
    text-align: center;
  }
}

/*# sourceMappingURL=responsive.css.map */