.b-page-header{
	display:none;
}
.navbar-default{
	    padding-bottom: 25px;
}
.ac-landing__header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #2f2e6e 0%, #00668e 100%);
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
}
.ac-landing__badge {
    background: linear-gradient(135deg, #1e4a7a 0%, #0a2a4a 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(30, 74, 122, 0.4);
}
.ac-landing__title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.ac-landing{
	    margin-top: 25px;
}
#academy-wrapper .ac-courses-grid, #academy-wrapper .ac-intensives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 3rem;
    margin-bottom: 4rem;
}
/* Курсы и интенсивы — общая сетка АДАПТИВНОСТЬ 2.0 */
#academy-wrapper .ac-courses-grid,
#academy-wrapper .ac-intensives-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
gap: 3rem;
margin-bottom: 4rem;
}
/* Карточка */
#academy-wrapper .ac-course-card,
#academy-wrapper .ac-intensive-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 20px;
padding: 0;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
border: none;
}
#academy-wrapper .ac-course-card:hover,
#academy-wrapper .ac-intensive-card:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 30px 80px rgba(0, 0, 0, 0.06);
}
/* Заголовок карточки */
#academy-wrapper .ac-course-card__header,
#academy-wrapper .ac-intensive-card__header {
padding: 2.5rem;
color: white;
position: relative;
overflow: hidden;
}
#academy-wrapper .ac-course-card--sales .ac-course-card__header,
#academy-wrapper .ac-intensive-card--sales .ac-intensive-card__header {
background: linear-gradient(135deg, #2f2e6e 0%, #00668e 100%);
}
#academy-wrapper .ac-course-card--process .ac-course-card__header,
#academy-wrapper .ac-intensive-card--calls .ac-intensive-card__header {
background: linear-gradient(135deg, #1e4a7a 0%, #0a8ea8 100%);
}
#academy-wrapper .ac-course-card__title,
#academy-wrapper .ac-intensive-card__title {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 1rem;
}
#academy-wrapper .ac-course-card__subtitle,
#academy-wrapper .ac-intensive-card__subtitle {
font-size: 1.8rem;
opacity: 0.9;
margin-bottom: 1.5rem;
}
/* Информация об интенсиве */
#academy-wrapper .ac-intensive-card__info {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1.5rem;
}
#academy-wrapper .ac-intensive-card__info-item {
background: rgba(255, 255, 255, 0.2);
padding: 0.6rem 1.2rem;
border-radius: 20px;
font-size: 1.4rem;
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.3);
display: flex;
align-items: center;
gap: 0.5rem;
}
/* Бейджи */
#academy-wrapper .ac-course-card__badges,
#academy-wrapper .ac-intensive-card__badges {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
#academy-wrapper .ac-landing__header {
text-align: center;
margin-bottom: 4rem;
padding: 3rem 2rem;
background: linear-gradient(135deg, #2f2e6e 0%, #00668e 100%);
border-radius: 20px;
color: white;
position: relative;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
}
#academy-wrapper .ac-landing__title {
font-size: 3.2rem;
font-weight: 800;
margin-bottom: 1rem;
position: relative;
text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#academy-wrapper .ac-landing__subtitle {
font-size: 1.8rem;
opacity: 0.9;
margin-bottom: 2rem;
position: relative;
}
#academy-wrapper .ac-landing__badge {
background: linear-gradient(135deg, #1e4a7a 0%, #0a2a4a 100%);
color: white;
padding: 1rem 2rem;
border-radius: 50px;
font-size: 1.6rem;
font-weight: 700;
display: inline-block;
margin-bottom: 2rem;
box-shadow: 0 4px 15px rgba(30, 74, 122, 0.4);
}

#academy-wrapper .ac-course-card__badge,
#academy-wrapper .ac-intensive-card__badge {
background: rgba(255, 255, 255, 0.2);
padding: 0.6rem 1.2rem;
border-radius: 20px;
font-size: 1.4rem;
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.3);
}
/* Тело карточки */
#academy-wrapper .ac-course-card__body,
#academy-wrapper .ac-intensive-card__body {
padding: 2.5rem;
}
#academy-wrapper .ac-course-card__description,
#academy-wrapper .ac-intensive-card__description {
font-size: 1.6rem;
line-height: 1.6;
color: #666;
margin-bottom: 2rem;
}
/* Фичи */
#academy-wrapper .ac-course-card__features,
#academy-wrapper .ac-intensive-card__features {
margin-bottom: 2.5rem;
}
#academy-wrapper .ac-course-card__feature,
#academy-wrapper .ac-intensive-card__feature {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1rem;
font-size: 1.5rem;
}
#academy-wrapper .ac-course-card__feature-icon,
#academy-wrapper .ac-intensive-card__feature-icon {
width: 24px;
height: 24px;
color: #2f2e6e;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
#academy-wrapper .ac-course-card--process .ac-course-card__feature-icon,
#academy-wrapper .ac-intensive-card--calls .ac-intensive-card__feature-icon {
color: #1e4a7a;
}
/* Статистика */
#academy-wrapper .ac-course-card__stats,
#academy-wrapper .ac-intensive-card__stats {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
margin-bottom: 2.5rem;
}
#academy-wrapper .ac-course-card__stat,
#academy-wrapper .ac-intensive-card__stat {
text-align: center;
padding: 1.5rem;
background: #f8f9fa;
border-radius: 12px;
}
#academy-wrapper .ac-course-card__stat-number,
#academy-wrapper .ac-intensive-card__stat-number {
font-size: 2.4rem;
font-weight: 800;
color: #2f2e6e;
line-height: 1;
margin-bottom: 0.5rem;
}
#academy-wrapper .ac-course-card--process .ac-course-card__stat-number,
#academy-wrapper .ac-intensive-card--calls .ac-intensive-card__stat-number {
color: #1e4a7a;
}
#academy-wrapper .ac-course-card__stat-label,
#academy-wrapper .ac-intensive-card__stat-label {
font-size: 1.4rem;
color: #7f8c8d;
}
/* Цена */
#academy-wrapper .ac-course-card__price,
#academy-wrapper .ac-intensive-card__price {
font-size: 2.8rem;
font-weight: 800;
color: #27ae60;
text-align: center;
margin-bottom: 2rem;
}
/* Кнопка */
#academy-wrapper .ac-course-card__button,
#academy-wrapper .ac-intensive-card__button {
display: inline-block;
background: linear-gradient(95deg, #2f2e6e 0%, #00668e 100%);
color: white;
font-weight: 700;
padding: 1.5rem 3rem;
border-radius: 100px;
text-decoration: none;
font-size: 1.6rem;
transition: all 0.3s ease;
box-shadow: 0 8px 20px rgba(47, 46, 110, 0.4);
border: none;
cursor: pointer;
width: 100%;
}
#academy-wrapper .ac-course-card--process .ac-course-card__button,
#academy-wrapper .ac-intensive-card--calls .ac-intensive-card__button {
background: linear-gradient(95deg, #1e4a7a 0%, #0a8ea8 100%);
box-shadow: 0 8px 20px rgba(30, 74, 122, 0.4);
}
#academy-wrapper .ac-course-card__button:hover,
#academy-wrapper .ac-intensive-card__button:hover {
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(47, 46, 110, 0.5);
}
#academy-wrapper .ac-course-card--process .ac-course-card__button:hover,
#academy-wrapper .ac-intensive-card--calls .ac-intensive-card__button:hover {
box-shadow: 0 12px 25px rgba(30, 74, 122, 0.5);
}
/* Блок выбора */
#academy-wrapper .ac-choice {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 20px;
padding: 3rem;
margin: 4rem 0;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
border: none;
}
#academy-wrapper .ac-choice__title {
font-size: 2.4rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 2rem;
}
#academy-wrapper .ac-choice__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
#academy-wrapper .ac-choice__item {
background: white;
padding: 2rem;
border-radius: 15px;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
#academy-wrapper .ac-choice__icon {
font-size: 3rem;
margin-bottom: 1rem;
display: block;
}
#academy-wrapper .ac-choice__text {
font-size: 1.6rem;
color: #666;
}
.headerblog{
	    margin-bottom: 4rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #2f2e6e 0%, #00668e 100%);
    border-radius: 20px;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
}
.headerblog h1{
    font-size: 3.0rem;
    margin-bottom: 25px;
    text-align: center;
}
.blogtext{
	    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: 4rem 2rem;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
    border: none;
}
.blogtext h2{
	    font-size: 2.4rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
	    text-align: center;
}
.blogtext ul>li{
	        list-style: inside;
}
.blogtext ul>li:before{
	display:none;
}
.blogtext ul{
	    margin-top: 15px;
}
.blogtext h3{
	    font-size: 1.6rem;
}
.blogpart{
    font-size: 15px;
    font-style: normal;
    margin-top: 25px;
    border: 2px solid #3177a8a1;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    margin-bottom: 25px;
	    background: linear-gradient(135deg, #1e4a7a 0%, #0a8ea8 100%);
    color: white;
}
.autocom-slider {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    margin: 20px auto;
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    box-sizing: border-box;
}
.autocom-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #475569;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

/* Короткое описание */
.autocom-description {
    font-size: 15px;
    color: #64748b;
    max-width: 680px;
    line-height: 1.6;
    margin: 0 auto !important;
    padding-bottom: 20px;
}
.autocom-description strong {
  color: #0f172a;
}

/* Сетка преимуществ */
.autocom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 auto 25px;
  max-width: 760px;
}

/* Карточка-ссылка внутри сетки */
.autocom-card {
  background: #ffffff;
  padding: 16px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none; /* Убираем дефолтное подчеркивание ссылки */
  color: inherit; /* Наследуем цвет текста, чтобы не было синего линка */
  cursor: pointer;
}

.autocom-card:hover {
  border-color: #3b82f6;
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(37, 99, 235, 0.08);
  background: #ffffff;
}

.autocom-card-icon {
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}

.autocom-card-text {
  font-size: 13px;
  color: #475569;
  line-height: 1.4;
}
.autocom-card-text strong {
  color: #0f172a;
}

/* Блок фокуса на приз */
.autocom-prize-alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  background: #fff7ed;
  padding: 10px 24px;
  border-radius: 100px;
  border: 1px solid #ffedd5;
}

.prize-fire {
  font-size: 18px;
}

.prize-alert-text {
  font-size: 15px;
  color: #c2410c;
  font-weight: 500;
}
.prize-alert-text strong {
  color: #9a3412;
  font-weight: 700;
}

/* Кнопка призыва к действию (CTA) */
.autocom-actions {
  margin-top: 5px;
}

.btn-autocom {
  display: inline-block;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  padding: 16px 45px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 6px -1px rgba(220, 38, 38, 0.2), 0 2px 4px -1px rgba(220, 38, 38, 0.1);
  border: none;
  cursor: pointer;
}

.btn-autocom:hover {
  background: linear-gradient(135deg, #f87171 0%, #b91c1c 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.35);
}

/* Адаптивность под Планшеты (max-width: 768px) */
@media (max-width: 768px) {
  .autocom-slider {
    padding: 30px 20px;
    margin: 15px;
  }
  
}
.interit{
	    font-size: 2em;
    font-weight: 900;
    margin: 0 0 10px 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.inter{
	    text-align: center;
}
.inter .b-article p {
    margin: auto;
}
@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.faqus {
  margin: 0 auto;
  padding: 4rem;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #154d7f;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
    color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
    color: #164c7f;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
    color: #164c7f;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
	    font-size: 1.6rem;
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #212045;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-weight: 300;
    margin: 2em 0;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 2rem;
}
.faqtitle{
    font-size: 2.0rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.accordion{
	    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: 4rem 2rem;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
    border: none;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v346/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.lupo{
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    padding: 12px 3px;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
    color: white;
    font-size: 2rem;
    margin-top: 15px;
}
.LG{
	    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #2f2e6e 0%, #00668e 100%);
    border-radius: 20px;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
}
.Sold{
	    font-size: 2.2rem;
}
.blogtext a{
	    text-decoration: underline;
		    transition: all .15s ease-out;
    color: #1d4e7d;
}
.blogtext a:hover{
	    opacity: 0.7;
}
.blogtext .blogpart a{
	    text-decoration: underline;
		    transition: all .15s ease-out;
    color: #f8f8f8;
}

.shop-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.shop-header {
  color: #fff;
  margin-bottom: 40px;
}

.shop-header h1 {
  font-size: calc(3rem + 0.5vw);
  margin-bottom: 20px;
}

.shop-header p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
}

.categories {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.category-button {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(217 217 217 / 42%);
    color: #2a3472;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    backdrop-filter: blur(10px);
}

.category-button:hover,
.category-button.active {
    background: #2a3472;
    border-color: #065e89;
	    color: white;
}

.products-grid {
  display: flex;
  flex-wrap:wrap;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 50px;
      gap: 30px;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    width: auto;
}

.product-card[data-hidden="true"] {
  display: none;
}

.product-image {
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-details {
  padding: 25px;
  display: flex;
  flex-direction: column;
    height: 300px;
}

.product-name {
    font-size: 2.0rem;
    margin-bottom: 10px;
    height: 60px;
    display: flex;
}

.product-description {
  color: #666;
  line-height: 1.4;
  margin-bottom: 20px;
  flex-grow: 1;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.product-price {
  font-size: 1.5rem;
  font-weight: bold;
    color: #02638c;
	    max-width: 50%;
}

.add-to-cart {
    background: #2a3472;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.add-to-cart:hover {
    background: #0f5383;
}

@media (max-width: 768px) {
  .shop-header h1 {
    font-size: 2.5rem;
  }

  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }

  .product-image {
    height: 250px;
  }
}
.shop-container h1{
	    background: -webkit-linear-gradient(left, #2F2D6E 0, #00668E 100%);
    color: #2F2D6E;
    display: inline-block;
    vertical-align: top;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 45px;
}
.product-card:hover{
	    opacity: 0.9;
}
.products-grid a{
}