a.userbar__item.userbar__item--user.is-selected {
  border-radius: 54px;
  border: 2px solid #56a321;
}
.icon-warning {
  display: none;
}
h1.section__content {
  padding-top: 20px;
  margin-bottom: 45px;
  font-size: clamp(1.75rem, 4.1vw, 4.125rem);
  font-weight: 100;
}
.js-gallery-preview picture {
  display: block !important;
  text-align: center;
}
.ip {
  font-size: 18px;
  color: #777;
  margin-bottom: 10px;
}

.ratio img.ratio__item {
  object-fit: cover;
}

@media (min-width: 576px) {
  .ratio {
    height: 400px;
  }
}

.form__agree {
  display: flex;
  align-items: flex-start; /* Измените на flex-start для лучшего выравнивания */
  gap: 8px;
}
.form__agree .input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px; /* Для выравнивания с первой строкой текста */
}
.form__agree .main-user-consent-request-announce-link {
  flex: 1;
  word-break: break-word;
  white-space: normal;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.social__item .social__item_link.i-whatsapp,
.social__item_link.i-telegram {
  display: none;
}

/* Доработки главной страницы */
.productsGrid .page__header {
  display: none;
}

.section--selection .section__title .h2,
.section--selection .section__sub-title .h2 {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-style: Thin;
  font-size: 66px;
  line-height: 100%;
}

.section--products .section__header {
  display: none;
}

.section--selection .section__sub-title .h2 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
}

.section--about {
  display: none;
}

@media (min-width: 1200px) {
  .homeSlider {
    height: 840px; /* Taller on larger screens */
  }
}

@media (max-width: 576px) {
  .section--selection .section__title .h2 {
    font-size: 28px;
  }
  .section--selection .section__sub-title .h2 {
    font-size: 16px;
  }
  .main_page .catalogGrid {
    grid-template-columns: repeat(auto-fill, minmax(9.75rem, 1fr));
  }
  .homeSlider .slide__title {
    font-size: 30px;
  }
  .catalogMobile__selected {
    display: none;
  }
}

@media (max-width: 330px) {
  .main_page .catalogGrid {
    grid-template-columns: repeat(auto-fill, minmax(7.75rem, 1fr));
  }
}

@media (min-width: 768px) {
  .slide__inner {
    max-width: 50%;
  }
  .homeSlider .slide__title {
    font-size: 55px;
  }
}

.catalogGrid .catalog__image_link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .catalogGrid .ratio {
    height: 300px;
  }
}

.menu_backg_layer:not(.header) {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background: var(--layer-color);
  opacity: var(--layer-opacity);
  /* -webkit-filter: blur(0.3125rem);
  filter: blur(0.3125rem); */

  opacity: 0;
  visibility: hidden;
}
@media (max-width: 330px) {
  .productsGrid--default {
    grid-template-columns: 1fr 1fr;
  }
}

.catalogMobile__buttons .btn__ico--filter,
.filter__col.filter__col--sorter {
  display: none;
}

.card video {
  object-fit: cover;
  border-radius: 18px;
  border-radius: 1.25rem;
}

.banner-after-row-1 {
  background-color: #709954 !important;
  border-radius: 20px;
  padding: 40px 30px;
  margin: 20px 0;
  grid-column: 1 / -1;
  grid-row: 2; /* Помещаем после первого ряда */
}

.banner_text_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.banner_1_title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: white;
}

.banner_1_description {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: white;
  max-width: 50%;
}

.elem-after-row-2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #709954 !important;
  padding: 40px 30px;
  margin: 20px 0;
}

@media (min-width: 992px) and (max-width: 1202px) {
  /* .video_card {
    order: 5 !important;
  } */
  .productsGrid--default {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalogGrid {
    grid-template-columns: repeat(auto-fill, minmax(14.75rem, 3fr));
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .catalogGrid .ratio {
    height: 220px;
  }
  .catalogGrid {
    grid-template-columns: repeat(auto-fill, minmax(12.75rem, 3fr));
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .productsGrid--default {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .elem-after-row-2 {
    display: none;
  }
  .banner_1_title {
    font-size: 25px;
    line-height: 25px;
  }
  .banner_1_description {
    font-size: 14px;
    max-width: 100%;
  }
  .elem-after-row-2-mobile {
    grid-column: 1 / -1;
  }
  .card_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: white;
  }
  .spec_card {
    display: flex;
    align-items: center;
    background-color: #709954 !important;
    border-radius: 20px;
    padding-right: 20px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    min-height: 110px;
    padding-left: 20px;
  }
  .spec_card img {
    width: 50%;
  }
}

@media (min-width: 577px) {
  .elem-after-row-2-mobile {
    display: none;
  }
}

.productsGrid .card__buy {
  gap: 0.625rem;
  position: absolute;
  bottom: 1.875rem;
  padding-right: 1.875rem;
}
.productsGrid .card__title {
  margin-bottom: 83px;
}

@media (min-width: 768px) {
  .productsGrid .card__title {
    font-size: 1.25rem;
    margin-bottom: 110px;
  }
}

@media (min-width: 1201px) and (max-width: 1470px) {
  .homeSlider {
    height: 640px;
  }
  .homeSlider .slide {
    min-height: auto;
  }
}

@media (max-width: 1399px) {
  .productsGrid .card__buy {
    padding-right: 0.8125rem;
    bottom: 0.8125rem;
    right: 0.8125rem;
    left: 0.8125rem;
  }
}

@media (max-width: 991px) {
  .btn.js-addToCart {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .productsGrid .card__buy {
    right: 0;
    left: 0.8125rem;
  }
}

@media (max-width: 330px) {
  .selectBox--base {
    max-width: 4.6rem;
  }
  .productsGrid .card__buy .card__submit .btn {
    width: 2rem;
    height: 2rem;
  }
  .productsGrid .card__buy .selectBox .selectBox__name {
    font-size: 0.66rem;
  }
  .productsGrid .card__buy {
    gap: 0.3rem;
  }
  .productsGrid .card__buy .selectBox .selectBox__name {
    height: 2rem;
  }
}
