/* HERO */
  .hero{
    position: relative;
    width: 100%;
    height: 560px;
    background-size: cover;
    z-index: 469;
    overflow: hidden;
    border-radius: 40px;
    margin-top: 20px;
  }
  .btn-hero{
    background-color: white;
    color: black;
    font-size: 18px;
    font-weight: 400;
  }
  .btn-hero:hover {
    opacity: 80%;
    background-color: white;
  }
  .product-card-xl{
    position: absolute;
    right: 40px;
    top: 42px;
    width: 400px;
    height: 474px;
    padding: 20px 20px 30px 20px;
    border-radius: 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  .product-card-xl__media{
    /*width: 300px;*/
    height: 230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-card-xl__img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 30px;
  }
  .product-card-xl__bottom{
    margin-top: auto;
    gap: 20px;
  }
  .product-card-xl__title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
    max-width: 250px;
  }
  .circle-link{
    width: 56px;
    height: 56px;
    border: 3px solid #000;
    color: #000;
    text-decoration: none;
    flex-shrink: 0;
  }
  .circle-link:hover{
    background: #000;
    color: #fff;
  }
  .slider-nav-btn{
    width: 60px;
    height: 60px;
    background: #fff;
    border: none;
    font-size: 20px;
    color: #222;
  }
  .circle-link{
    width: 60px;
    height: 60px;
    border: 2px solid #000;     
    color: #000;               
    text-decoration: none;
  }
  .circle-link:hover{
    background-color: #000;
    color: #fff;
  }
  .flex-column-af{
    position: absolute;
    width: 566px;
    height: 420px;
    top: 70px;
    left: 70px;
    z-index: 475;
  }
  .hero-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    width: 566px;
    margin: 0 0 0 0;
    z-index: 471;
  }
  .hero-header{
    position: relative;
    width: 600px;
    min-width: 0;
    padding: 0 0 40px 0;
    color: white;
    font-family: Gilroy, var(--default-font-family);
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    text-align: left;
    z-index: 472;
  }
  .hero-text{
    position: relative;
    width: 600px;
    min-width: 0;
    padding: 0 0 40px 0;
    color: white;
    font-family: Gilroy, var(--default-font-family);
    font-size: 30px;
    font-weight: 300;
    line-height: 46px;
    text-align: left;
    z-index: 472;
  }
  .slider-nav-btn:hover{
    background: #fff;
    color: #222;
    transform: translateY(-1px);
  }
  .slider-nav-btn:active{
    transform: translateY(0);
  }
  #heroCarousel .carousel-item { min-height: 560px; }
  #heroCarousel .hero-slide { min-height: 560px; width: 100%; }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
      display: none;
  }
  .custom-carousel-btn {
    width: 60px;
    height: 60px;
    opacity: 1;
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 1;
  }
  #heroCarousel { 
    position: relative; 
  }
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    z-index: 9999;
    pointer-events: auto;
    width: auto;
    height: auto;
    top: auto;
    bottom: 70px;
    opacity: 1;
  }
  #heroCarousel .carousel-inner,
  #heroCarousel .carousel-item,
  #heroCarousel .hero-slide {
    position: relative;
    z-index: 1;
  }
  .hero__overlay,
  .hero .overlay,
  .hero::before,
  .hero::after {
    pointer-events: none;
  }
  .custom-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .custom-circle:hover {
    opacity: 80%;
    background-color: white;
  }
  .carousel-control-prev {
      left: 70px;
      right: auto;
  }
  .carousel-control-next {
      left: 140px;
      right: auto;
  }

/* ГАЛЕРЕИ ТОВАРОВ НА ГЛАВНОЙ */
  .product-card__media {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: start;
    align-items:flex-start;
    width: 100%;
  }
  .gallery-nav{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
    margin: 132px 0 0 0;
    z-index: 475;
  }
  .gallery-nav-tablet {
    display: none;
  }
  .product-card__image{
    height: 100%;
    max-height: 160px;
    width: 100%;
    display: block;
    object-fit:contain;
    margin-left: auto;
    margin-right: auto;
  }
  .product-card__title{
    padding: 50px 0 0 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .filter-pill{
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: black;
    font-family: Gilroy, var(--default-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    white-space: nowrap;
    z-index: 109;
    background-color: white;
    border: 2px solid black;
  }
  .filter-pill__selected{
    background-color: var(--bs-primary);
    border: none;
    color: white
  }
  .seed-tabs {
    width: 100%;
  }
  .seed-tabs__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .seed-tabs__btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #0f5132;
    background: #fff;
    color: #0f5132;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .seed-tabs__btn:hover {
    background: #f3f7f5;
  }
  .seed-tabs__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex: 1 1 auto;
    padding: 6px 2px;
  }
  .seed-tabs__track::-webkit-scrollbar { height: 0; }
  .seed-tabs__track { scrollbar-width: none; }
  .seed-pill {
    border-radius: 999px;
    border: 1px solid #0f5132;
    background: #fff;
    color: #0f5132;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    flex: 0 0 auto;
    height: 44px;
  }
  .seed-pill.is-active {
    background: #198754; /* bootstrap success */
    border-color: #198754;
    color: #fff;
  }
  .catalog-seasonal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 0;
    position: relative;
    z-index: 57;
  }
  .seasonal-swiper {
    width: 100%;
    padding: 10px 0;
  }
  .seasonal-swiper .product-card {
    max-width: 100%;
    height: 100%;
  }
  .badge {
    font-weight: 500;
    padding: 10px;
    font-family: Gilroy, var(--default-font-family);
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    white-space: nowrap;
  }
  .badge-seasonal {
    background-color: #318741;
  }
  .badge-sale {
    background-color: var(--orange);
  }
  .catalog-gallery-s {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
    z-index: 102;
  }
  .category {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 110px;
    height: 42px;
    padding: 12px 16px 12px 16px;
    background: #318741;
    z-index: 108;
    border-radius: 1000px;
  }
  .all-seeds{
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 17px;
    color: #ffffff;
    font-family: Gilroy, var(--default-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    white-space: nowrap;
    z-index: 109;
  }
  .product-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    max-width: 294px;
    width: 100%;
    padding: 20px 30px 30px 30px;
    background: #ffffff;
    z-index: 131;
    overflow: hidden;
    border-radius: 30px;
  }
  .product-card:hover {
    border: solid var(--bs-primary) 1px;
  }
  .gallery-tablet-mobile {
    margin-bottom: 20px;
  }
  .catalog-gallery-s{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
    min-width: 0;
    z-index: 173;
  }

/* НАШИ УСЛУГИ */
  .services{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
    z-index: 244;
  }
  .services-frame{
    width: 100%;
    padding: 50px;
    flex-shrink: 0;
    position: relative;
    z-index: 246;
    overflow: hidden;
    border-radius: 50px;
    background-size: cover;
  }
  .services-frame-orange{
    width: 100%;
    padding: 50px;
    flex-shrink: 0;
    position: relative;
    z-index: 246;
    overflow: hidden;
    border-radius: 50px;
    background-image: url("./assets/services-bg2.png");
    background-size: cover;
  }
  .services-frame__top{
    position: relative;
    display: flex;
    flex-direction:row;
    align-self: start;
    width: 100%;
    z-index: 249;
  }
  .services-frame__header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    color: #ffffff;
    font-family: Gilroy, var(--default-font-family);
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    z-index: 250;
  }
  .services-frame__subheader{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    margin-left: 10%;
    color: white;
    font-family: Gilroy, var(--default-font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    z-index: 251;
  }
  .services-frame__subheader2{
    padding: 48px 0 24px 0;
    font-family: Gilroy, var(--default-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .services-frame__bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 40px;
    position: relative;
    z-index: 252;
  }
  .feature-card {
    border: none;
    padding: 16px 42px 16px 16px;
    align-items: center;
  }
  .feature-icon {
    width: 91px;
    height: 91px;
    background-color: #318741;
  }
   .feature-icon-img {
    color: white;
    font-size: xxx-large;
  }
  .feature-icon-orange {
    width: 91px;
    height: 91px;
    background: var(--orange);
  }
  .feature-card p {
    font-size: 15px;
    line-height: 1.35;
  }

/* БРЕНДЫ */
  .brands{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
    z-index: 308;
  }
  .brands-gallery{
    flex-shrink: 0;
    position: relative;
    width: 100%;
    z-index: 310;
  }
  .brands__scroller{
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .brands__scroller::-webkit-scrollbar{
    height: 0;
  }
  .brands__scroller{
    scrollbar-width: none;
  }
  .brands__track{
    display: inline-flex;
    gap: 20px;
    white-space: nowrap;
  }
  .brands__track{
    width: fit-content;
  }
  .brands__card{
    width: 294px;
    height: 294px;
    border-radius: 100px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 0 0 auto;
  }
  .brands__logo{
    width: 250px;
    height: 250px;
    object-fit: contain;
    display: block;
  }
  .brands__nav{
    width: 60px;
    height: 60px;
    background: #fff;
    border: none;
    color: #2c7a3f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
  }
  .brands__nav:disabled{
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
  }
  .brands__nav--prev{
    left: 12px;
    box-shadow: 20px 0 20px rgba(0, 0, 0, 0.1);
  }
  .brands__nav--next{
    right: 12px;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  }

/* О НАС */
  .about{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    z-index: 323;
  }
  .about-top{
    display: flex;
    align-items: stretch;
    flex-direction: row;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    z-index: 324;
  }
  .about-header{
    width: 56%;
    font-family: Gilroy, var(--default-font-family);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    z-index: 325;
  }
  .about-subheader{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    margin: 0 0 0 auto;
    color: #181616;
    font-family: Gilroy, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    z-index: 326;
  }
  .about-bottom{
    position: relative;
    padding: 80px 0 48px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .about-bottom__cont{
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-right: 14px;
  }
  .about-bottom__number {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: Gilroy, var(--default-font-family);
    font-size: 120px;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    background: linear-gradient(180deg, #318741, #316d87);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .about-bottom__text{
    position: relative;
    margin: 0;
    padding: 0;
    color: #181616;
    font-family: Gilroy, var(--default-font-family);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
  }

/* ОТЗЫВЫ КЛИЕНТОВ */
  .reviews{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews-container{
    padding: 32px 0;
    display: flex;
    gap: 16px;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 8px;
    padding-right: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .reviews-container::-webkit-scrollbar{
    display: none;
  }
  .reviews-scroll{
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .reviews-scroll::before, .reviews-scroll::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 64px; 
    pointer-events: none;
    z-index: 2;
  }
  .reviews-scroll::after{
    right: 0;
    background: linear-gradient(to left, var(--bg), rgba(255,255,255,0));
  }
  .review-card{
    flex: 0 0 560px;
    width: 560px;
    height: 322px;
    border-radius: 40px;
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
  }
  .review-card__text{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: black;
  }
  .review-card__author{
    margin-top: auto;
  }
  .review-card__avatar{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }
  .review-card__name{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: black;
  }
  .review-card__role{
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-primary);
  }
  .gallery-reviews-nav{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
    z-index: 475;
  }
  .reviews__slider-next{
    box-shadow: -8px 0 20px rgba(0, 0, 0, 0.1);
  }
  .reviews__slider-prev{
    box-shadow: 8px 0 20px rgba(0, 0, 0, 0.1);
  }


/* НОВОСТИ */
  .news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
    z-index: 369;
  }
  .company-news__all{
    font-weight: 700;
    font-size: 14px;
    color: var(--bs-primary);
  }
  .news-card {
    width: 400px;
    height: auto;
    overflow: hidden;
    background: var(--bg);
    display: flex;
    flex-direction: column;
  }
  .news-card__img-wrap{
    aspect-ratio: 400 / 254;
    height: auto;
    overflow: hidden;
  }
  .news-card__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 32px;
  }
  .news-card__body{
    padding: 16px 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .news-card__date{
    font-size: 14pt;
    line-height: 1.2;
    color: #222;
  }
  .news-card__heading{
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .news-card__sub{
    font-size: 14px;
    line-height: 1.35;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  

/* HERO */
@media (max-width: 1240px) {
  .product-card-xl {
    position: absolute;
    left: 40px;
    bottom: 40px;
    top: auto;
    right: auto;
    width: 400px;
    height: 102px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: row;
  }
  .product-card-xl__title {
    font-size: 18px;
    max-width: 556px;
  }
  .product-card-xl__bottom {
    margin: auto 0 auto 24px;
    width: 100%;
  }
  .product-card-xl__media{
    width: 82px;
    height: 62px;
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-card-xl__img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }
  .gallery-nav {
    display: none;
  } 
  .gallery-nav-tablet {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px; 
    margin: 0;
  }
  .circle-link {
    width: 30px;
    height: 30px;
  }
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    bottom: 40px;
  }
  #heroCarousel .carousel-control-prev {
    left: auto;
    right: 110px; 
  }
  #heroCarousel .carousel-control-next {
    left: auto;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: fit-content;
  }
  .flex-column-af {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding: 30px 30px 100px 30px;
    height: auto;
    min-height: fit-content;
    order: 2;
  }
  .hero-box {
    width: 100%;
  }
  .hero-header {
    font-size: 30px;
    width: 100%;
    line-height: 38px;
    padding: 0 0 16px 0;
  }
  .hero-text {
    font-size: 20px;
    width: 100%;
    line-height: 28px;
    padding: 0 0 16px 0;
  }
  .gallery-nav-tablet {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 30px;
  }
  .product-card-xl {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    width: calc(100% - 60px);
    margin: 30px auto 30px auto;
    flex-direction: column;
    justify-content: start;
    height: fit-content;
    gap: 24px;
    order: 1;
  }
  .product-card-xl__media {
    margin: 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-card-xl__bottom {
    margin: 0;
  }
  .product-card-xl__title {
    font-size: 14px;
  }
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    bottom: 30px;
    top: auto;
  }
  #heroCarousel .carousel-control-prev {
    right: auto;
    left: 30px;
  }
  #heroCarousel .carousel-control-next {
    left: 100px; 
    right: auto;
  }
  #heroCarousel .carousel-item  {
    height: auto;
    min-height: fit-content;
  }
  #heroCarousel .hero-slide {
    height: auto;
    min-height: fit-content;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .btn-hero {
    position: relative;
    z-index: 10000;
  }
}
@media (max-width: 374px) {
  .hero {
    height: auto;
  }
  .hero-header {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-text {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Мини-галереи на главной стр */
@media (max-width: 1240px){
  .gallery-tablet-mobile {
    width: 33%;
    margin-bottom: 20px;
  }
  .catalog-gallery-s .col-md-6 {
    flex: 0 0 auto;
    width: 33%;
  }
}
@media (max-width: 1066px) {
  .product-card {
    padding: 20px;
    max-width: 239px;
  }
  .product-card__image {
    max-height: 136px;
  }
  .product-card__title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .catalog-gallery-s .col-md-6 {
    flex: 0 0 auto;
    width: 33%;
  }
}
@media (max-width: 768px) {
  .seed-tabs__inner,
  .site-footer__container {
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-card {
    max-width: 100%;
    padding: 14px;
  }
  .badge {
    padding: 7px;
  }
  .gallery-tablet-mobile {
    width: 100%;
  }
  .catalog-gallery-s .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .product-card__media .d-flex {
    flex-direction: column;
  }
  .product-card__title {
    padding-top: 24px;
    font-size: 14px;
  }
  .catalog-gallery-s .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .mini-gallery-row {
    --bs-gutter-x: 0.5rem; /* или 0.25rem */
  }
}
@media (max-width: 374px) {
  .seed-tabs__inner,
  .site-footer__container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* НАШИ УСЛУГИ */
@media (max-width: 1240px) {
  .services-frame__bottom .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .feature-card p {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .feature-card {
    padding-right: 100px !important;
  }
  .services-frame__top {
    flex-direction: column;
  }
  .services-frame__header {
    width: 100%;
    font-size: 40px;
  }
  .services-frame__subheader {
    margin: 20px 0 0 0;
    width: 100%;
    font-size: 20px;
  }
  .services-frame__subheader {
    width: 100%;
    font-size: 20px; 
  }
  .services-frame__bottom .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .services-frame__bottom {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .services-frame__bottom {
    align-items: center;
  }
  .services-frame__bottom .col-md-6 {
    padding: 0;
  }
  .feature-card {
    border-radius: 50px!important;
    padding: 24px!important;
    flex-direction: column;
  }
  .text-768-none {
    display: none;
  }
  .feature-card .feature-icon,
  .feature-card .feature-icon-orange {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    align-self: start;
  }
  .feature-card p {
    font-size: 14px;
  }
  .services-frame,
  .services-frame-orange {
    padding: 30px;
  }
  .services-frame__header {
    font-size: 26px;
  }
  .services-frame__subheader,
  .services-frame__subheader2 {
    font-size: 16px;
  }
}

/* БРЕНДЫ */
@media (max-width: 768px) {
  .brands__card {
    width: 150px;
    height: 150px;
  }
  .brands__card img {
    width: 56px;
    height: 56px;
  }
  .brands__nav--prev {
    display: none!important;
  }
  .brands__nav--next {
    display: none!important;
  }
  .brands__track {
    gap: 10px;
  }
}

/* О НАС */
@media (max-width: 1240px) {
  .about-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 40px;
  }
  .about-top {
    flex-direction: column;
    gap: 16px;
  }
  .about-header,
  .about-subheader {
    width: 100%;
    margin: 0;
  }
  .about-header {
    font-size: 32px;
    line-height: 120%;
  }
  .about-subheader {
    font-size: 20px;
    line-height: 120%;
  }
  .about-accent-span {
    color: #318087
  }
  .about-bottom__cont {
    width: fit-content;
    gap: 10px;
    overflow-wrap: break-word;
  }
}
@media (max-width: 768px) {
  .about-bottom {
    gap: 0;
  }
  .about-bottom__number {
    font-size: 60px;
  }
  .about-bottom__text {
    font-size: 20px;
  }
  .about-bottom__cont {
    width: 100%;
  }
  .about-bottom__cont:not(:first-child) {
    padding-top: 40px;
  }
  .about-header {
    font-size: 24px;
  }
  .about-subheader {
    font-size: 14px;
  }
}

/* ОТЗЫВЫ */
@media (max-width: 768px) {
  .reviews-container {
    gap: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .review-card {
    width: 100%;
    flex: 0 0 auto;
  }
  .reviews-scroll::before, 
  .reviews-scroll::after {
    display: none;
  }
  .review-card__text {
    font-size: 20px;
  }
}

/* НОВОСТИ */
@media (max-width: 992px) {
  .news .col-lg-4 {
    width: 50%;
  }
  .news-card__img-wrap{
    height: auto;
  }  
}
@media (max-width: 768px) {
  .news .col-lg-4 {
    width: 100%;
  }
  .news-card{
    width: 100%;
    height: auto; 
  }
  .news-card__img-wrap{
    width: 100%;
    height: auto;
  }
  .news-card__date{
    font-size: 14px;
  }
  .news-card__heading{
    font-size: 20px;
  }
  .news-card__sub{
    font-size: 14px;
  }
  .news-top {
    flex-direction: column;
    align-items: start!important;
  }
}