@media (max-width: 1466px) {
  .alert.alert-success {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .about-text {
    max-width: 57%;
  }
}
@media (min-width: 1070px) and (max-width: 1240px) {
  .advantages-item {
    max-width: 380px;
  }
}
@media (min-width: 1241px) and (max-width: 1430px) {
  .advantages-list {
    gap: 40px 140px;
  }
  .advantages-item {
    max-width: 380px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 20px 0;
  }

  .header-logo {
    flex-grow: 1;
  }

  .header-logo {
    background-image: url("./../img/logo-light-text2.png");
    height: 100px;
    background-size: contain;
    background-position: left;
    flex-grow: initial;
    margin-right: auto;
  }

  .header-bottom,
  .header-lang {
    display: none;
  }

  .header-lang.header-lang-mobile {
    display: block;
    width: auto;
  }

  .header-lang.header-lang-mobile > a {
    font-size: 30px;
  }

  .header-social .social-item:not(:last-child) {
    display: none;
  }

  .header-social .social-item .cart-icon {
    margin-right: 15px;
  }

  .footer .nav-menu {
    column-count: 2;
    display: block;
  }
  .footer .nav-menu .nav-item {
    padding: 0;
    line-height: 45px;
  }
  .about-img img {
    display: none;
  }
  .detail-item {
    flex-direction: column;
  }
  .detail-description {
    margin-left: 0;
  }
  .detail-img,
  .detail-description {
    width: 100%;
  }
  .specification ul {
    padding: 0;
  }
  .catalog__list {
    padding-top: 20px;
  }

  .about-text:after {
    content: "";
    background-image: url("./../img/bg-map-milina-3.webp");
    /* filter: contrast(0.5); */
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 65%;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: -1;
  }
  .about-img {
    margin: auto;
  }
  .footer-top {
    padding: 25px 0;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 1025px) {
  .header-logo {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 36px !important;
    line-height: 40px !important;
    text-align: center;
  }
  .catalog-link {
    margin: 60px auto 0;
  }
  .section-title,
  .section-subtitle {
    /*text-align: left!important;*/
  }
  .underline-title::after {
    bottom: -8px;
  }
  .section-title.underline-title {
    margin-bottom: 8px;
  }
  .section-subtitle {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 8px;
  }
  .text-block {
    padding: 10px 0;
  }
  .some-text {
    font-size: 18px;
    line-height: 26px;
  }
  .section#welcome .section-inner .section-title {
    /* padding-bottom: 30px; */
    padding-bottom: 0;
  }
  h1.section-title.initial-text {
    margin-bottom: 0;
  }
  .triger-btn {
    margin: auto;
  }
  .button {
    font-size: 18px;
    line-height: 26px;
    padding: 18px 40px;
  }
  .button.add-cart {
    padding: 10px 20px;
  }
  .item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .advantages-list {
    gap: 15px;
  }
  .advantages-item h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .advantages-item p {
    font-size: 18px;
    line-height: 24px;
  }
  .parallax {
    height: 200px;
    background-attachment: inherit;
  }
  .divided-block {
    display: flex;
    flex-direction: column;
  }

  .catalog__item .img-wrapper img {
    /* max-height: 20vh; */
    max-height: initial;
  }

  div.product-item-info-container[data-entity="quantity-block"] input {
    margin: 0 3px;
  }

  div.product-item-info-container[data-entity="quantity-block"] {
    width: 130px;
  }

  .section#welcome .section-inner {
    background: url("./../img/mobile-main-banner2.webp") no-repeat 0 0
      transparent;
    background-size: cover;
    background-position: center;
    height: fit-content;
  }

  /* .ro-section.section#welcome>.section-inner{
        height: 800px;
    } */

  .section#welcome .triger-btn a:first-of-type {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .section#about .underline-title::after {
    max-width: 250px;
  }
}

@media (min-width: 1000px) {
  .catalog__item {
    max-width: calc(33% - 9px);
  }
}

@media (min-width: 720px) and (max-width: 999px) {
  .catalog__item {
    max-width: calc(50% - 9px);
  }
}
@media (max-width: 425px) {
  .catalog-link {
    margin: 40px auto 0;
  }
  .footer-top {
    display: none;
  }
  .section-title {
    font-size: 11vw;
    line-height: 12vw;
  }
  .footer .nav-menu {
    column-count: 1;
    text-align: center;
  }

  .catalog__list .catalog__item .item-footer {
    padding: 15px;
    flex-wrap: wrap;
  }

  /* .catalog__list .catalog__item .product-item-info-container {
    flex: 1 1 50%;
  } */
}

@media (max-width: 1025px) and (min-width: 320px) {
  .header-catalog-link {
    display: block;
    color: #fff;
    margin-right: 15px;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .header.dark-section > .block-container {
    padding: 0;
  }

  .header-logo {
    height: 60px;
  }

  .header-catalog-link {
    font-size: 20px;
    margin-right: 10px;
  }

  .header-icon {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }

  .header-lang.header-lang-mobile > a {
    font-size: 20px;
  }

  .section#welcome .section-inner {
    min-height: 500px;
  }
}

@media (max-height: 700px) {
  .catalog__item .img-wrapper img {
    max-height: 15vh;
  }
}

@media screen and (max-width: 600px) {
  .section#welcome .section-inner {
    min-height: 650px;
  }
}

@media screen and (max-width: 375px) {
  .button {
    padding: 18px 30px;
  }
}
