:root {
  --main-color: #101010;
  --heading-font: "pragmatica-extended", sans-serif;
  --color-white:#ffffff;
  --padding-small: 12px;
  --main-text: "pragmatica", sans-serif;
  --container-padding: 100px;
  --accent-color:#C93131;
  --boder-color:rgba(16, 16, 16, 0.10);
}

html,
body,
#container,
main,
header,
nav,
footer,
button,
input,
select,
textarea,
a,
p,
span,
div,
li,
.form-control,
.btn,
.dropdown-menu,
.navbar {

  font-family: var(--main-text);
  border-radius: 0px;
  color: var(--main-color);

}

body {
	background: #F4F4F4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title {

  font-family: var(--heading-font);

}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--main-text);
}

a {
	text-decoration: none;
	transition: all ease 0.75s;
}

.container {
	max-width: 1720px;
	margin:0 auto;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}

.header-top__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top {
	background: var(--main-color);
}

.header-socials {
	display: flex;
	gap:6px;
}

.top-menu {
	display: flex;
	gap:24px;
	list-style: none;
}

.top-menu .menu-item {
	padding: var(--padding-small) 0;
}

.top-menu .menu-item a {
	color: var(--color-white);
	opacity: 0.6;
	font-family: var(--heading-font);
	font-size:12px;
	font-weight: 300;
}

.top-menu .menu-item a:hover {
	opacity: 1;
}

.header-socials__link {
	padding: 6px;
	width: 32px;
	height: 32px;
}

.header-socials__link img {
	opacity: 0.6;
	width: 20px;
	height: auto;
	transition: all ease .75s;
}

.header-socials__link img:hover {
	opacity: 1;
}

.header-main__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-main {
	padding: 12px 0px;
}

.top-bar {
	background: var(--main-color);
}

.top-bar__inner {
	display: flex;
	padding: 8px 0px;
	justify-content: space-between;
	align-items: center;
}

.top-bar__socials {
	list-style: none;
	display: flex;
	margin-bottom: 0px;
	gap:12px;
	padding-left: 0px;
}

.top-bar__menu {
	display: flex;
	margin-bottom: 0px;
	gap:24px;
	list-style: none;
}

.top-bar__menu a {
	color: var(--color-white);
	opacity: 0.6;
	font-family: var(--heading-font);
	font-weight: 300;
}

.top-bar__menu a:hover {
	opacity: 1;
}

.fa-brands, .fab {
	font-size: 16px;
}

.top-bar__socials li {
	padding: 3px;
}

.top-bar__socials li a {
	color: var(--color-white);
	opacity: 0.6;
}

.top-bar__socials li a:hover {
	opacity: 1;
}

.site-header__inner {
  display: flex;
  align-items: center;
  padding: 12px 0;
  gap: 60px; /* 60px забагато, через це теж не влазить */
}

.site-header__logo {
  flex: 0 0 67px;
  width: 67px;
  height: auto;
}

.site-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.site-header__search {
  flex: 1 1 auto;
  min-width: 280px;
}

.site-header__search form {
  margin-bottom: 0 !important;
}

.site-header__contact {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.site-header__phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  white-space: nowrap;
}

.site-header__phone-text span,
.site-header__phone-text a {
  white-space: nowrap;
}

.site-header__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
  white-space: nowrap;
}

.site-header__contact .site-header__phone-icon {
	width: 44px;
	height: 44px;
	padding: 12px;
	display: flex;
	align-items: center;
	background: var(--accent-color);
	justify-content: center;
}

.site-header__phone-icon i {
	font-size: 16px;
	color: var(--color-white);
}

.site-header__action,
.site-header__phone-icon,
.site-header__search button,
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #c92f35;
  color: #fff;
  transition: color 0.3s ease;
}

.site-header__action::before,
.site-header__phone-icon::before,
.site-header__search button::before,
.btn::before,
.site-header__action::after,
.site-header__phone-icon::after,
.site-header__search button::after,
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: #101010;
  z-index: -1;
  transition: transform 0.35s ease;
}

.site-header__action::before,
.site-header__phone-icon::before,
.site-header__search button::before,
.btn::before {
  left: -100%;
  transform: skewX(-25deg);
}

.site-header__action::after,
.site-header__phone-icon::after,
.site-header__search button::after,
.btn::after {
  right: -100%;
  transform: skewX(-25deg);
}

.site-header__action:hover::before,
.site-header__phone-icon:hover::before,
.site-header__search button:hover::before,
.btn:hover::before {
  transform: translateX(115%) skewX(-25deg);
}

.site-header__action:hover::after,
.site-header__phone-icon:hover::after,
.site-header__search button:hover::after,
.btn:hover::after {
  transform: translateX(-115%) skewX(-25deg);
}

.site-header__action i,
.site-header__phone-icon i,
.site-header__search button i,
.site-header__search button span {
  position: relative;
  z-index: 1;
}

.site-header__search button {
  z-index: 1;
}

.site-header__action {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-control .form-control-lg {
	border-radius: 0px!important;
}

.btn:hover {
	background: var(--accent-color);
}

.btn {
	border:0px;
}

.site-header__action {
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header__phone-text span {
	font-size: 12px;
	opacity: 0.6;
	margin-bottom: 6px;
}

.site-header__phone-text a {
	font-family: var(--heading-font);
	font-weight: 400;
	color: var(--main-color);
}

.category__container {
	border-bottom:1px solid var(--boder-color);
	margin-bottom: 24px;
}

#menu {
	margin-bottom: 0px;
	background: transparent!important;
	border:none!important;
	color:var(--main-color);
	padding: 0px;
}

#menu .navbar-nav > .nav-item {
  position: relative;

}

#menu .navbar-nav > .nav-item > a {
	color:var(--main-color);
	text-shadow: none;
	padding: 12px 0px;
	font-family: var(--heading-font);
	font-weight: 300;
}

#menu .navbar-nav > .nav-item::before {
	content: '';
	display: flex;
	background: var(--accent-color);
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0;
	transition: all ease .75s;
}

#menu .navbar-nav > .nav-item:hover::before {
	width: 100%;
	height: 1px;
}


.navbar-expand-lg .navbar-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#menu .navbar-nav > li > a:hover {
    background-color: transparent;
}

#menu .navbar-nav > .nav-item.dropdown > a {
  display: flex;
  align-items: center;
  gap: 8px;

}

#menu .navbar-nav > .nav-item.dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
  color: var(--main-color);
  transition: transform 0.3s ease, color 0.3s ease;

}

#menu .navbar-nav > .nav-item.dropdown:hover > a::after {
  transform: rotate(180deg);
}

.hero-slider {
	padding-bottom: 24px;
	height: calc(100vh - 45.4px - 145.4px - 24px);
	margin-bottom: 100px;
}

.hero-slider__inner {
  position: relative;
  min-height: 600px;
  height: 100%;
  overflow: hidden;
  background: #101010;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.58) 38%,
    rgba(0, 0, 0, 0.16) 72%,
    rgba(0, 0, 0, 0.04) 100%
  );
}

.hero-slide__content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  padding: 48px 0 120px 48px;
  color: #ffffff;
}

.hero-slide__content h1 {
  margin: 0 0 24px;
  font-family: var(--heading-font);
  font-size: 60px;
  line-height: 1.38;
  font-weight: 500;
  color: #ffffff;
}

.hero-slide__content p {
  max-width: 540px;
  margin: 0 0 36px;
  font-family: var(--main-text);
  font-size: 16px;
  line-height: 1.56;
  color: var(--color-white);
}

.hero-slide__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  overflow: hidden;
  isolation: isolate;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-slide__btn::before,
.hero-slide__btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--color-white);
  z-index: -1;
  transition: transform 0.35s ease;
}

.hero-slide__btn::before {
  left: -75%;
  transform: skewX(-25deg);
}

.hero-slide__btn::after {
  right: -75%;
  transform: skewX(-25deg);
}

.hero-slide__btn:hover {
  color: var(--main-color);
  background: var(--color-white);
}

.hero-slide__btn:hover::before {
  transform: translateX(100%) skewX(-25deg);
}

.hero-slide__btn:hover::after {
  transform: translateX(-100%) skewX(-25deg);
}

.hero-slider__controls {
  position: absolute;
  left: 50px;
  bottom: 34px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-slider__arrow {
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--accent-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease .35s;
}

.hero-slider__arrow::before,
.hero-slider__arrow::after {
	content: "";
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--color-white);
  z-index: -1;
  transition: transform 0.35s ease;
}

.hero-slider__arrow::before {
  left: -100%;
  transform: skewX(-25deg);
}

.hero-slider__arrow::after {
  right: -100%;
  transform: skewX(-25deg);
}

.hero-slider__arrow:hover::before {
  transform: translateX(115%) skewX(-25deg);
}

.hero-slider__arrow:hover::after {
  transform: translateX(-115%) skewX(-25deg);
}

.hero-slider__arrow:hover {
	color: var(--main-color);
}

.hero-slider__dots {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-slider__dot {
  width: 4px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  transition: all ease .75s;
}

.hero-slider__dot.is-active {
  background: #ffffff;
  width: 10px;
  height: 10px;
}

.advantages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.advantages-item {
  padding: 0 24px;
  border-right: 1px solid #d8d8d8;
}

.advantages-item:last-child {
	border-right: none;
}

h3 {
	font-size: 20px;
}

.advantages-item__heading {
	display: flex;
	gap:12px;
	align-items: center;
	margin-bottom: 12px;
}

.advantages-item__heading img {
	width: 28px;
	height: 28px;
}

.advantages-item__heading h3 {
	margin-bottom: 0px;
}

.advantages-section {
	margin-bottom: 100px;
}


.section-title {
  margin: 0 0 42px;
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: var(--main-color);
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.category-card {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px 18px;
  overflow: hidden;
  background: #101010;
  color: #ffffff;
  text-decoration: none;
}

.category-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.category-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.category-card__title {
  position: relative;
  z-index: 3;
  max-width: 230px;
  font-family: var(--heading-font);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.category-card:hover {
  color: #ffffff;
}

.category-card:hover .category-card__image {
  transform: scale(1.08);
}

.category-card--red {
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
}

.category-card--red .category-card__title {
  font-size: 22px;
}

@media (max-width: 1199px) {
  .category-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .category-cards-section {
    padding: 40px 0 56px;
  }

  .section-title {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .category-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .category-card {
    min-height: 130px;
    padding: 18px 12px;
  }

  .category-card__title {
    font-size: 15px;
  }

  .category-card--red .category-card__title {
    font-size: 17px;
  }
}

.category-card {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px 18px;
  overflow: hidden;
  background: #101010;
  color: #ffffff;
  text-decoration: none;
}

.category-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.category-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.38) 45%,
    rgba(0, 0, 0, 0.78) 100%
  );
  transition: background 0.35s ease;
}

.category-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  transition: transform 0.35s ease;
}

.category-card__title {
  max-width: 230px;
  font-family: var(--heading-font);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}

.category-card__button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--main-text);
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.category-card__button::after {
	content: '';
	display: flex;
	background: #fff;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom:0;
	transition: all ease .75s;
}

.category-card__button:hover::after {
	width: 100%;
	height: 1px;
}

.category-card:hover {
  color: #ffffff;
}

.category-card:hover .category-card__image {
  transform: scale(1.08);
}

.category-card:hover .category-card__overlay {
  background: rgba(150, 20, 24, 0.78);
}

.category-card:hover .category-card__content {
  transform: translateY(-8px);
}

.category-card:hover .category-card__button {
  opacity: 1;
  transform: translateY(0);
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}

.product-card__top {
  position: relative;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: #ffffff;
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-card__badge--sale {
  background: var(--accent-color);
}

.product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product-card__image img {
  max-width: 100%;
  max-height: 190px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.04);
}

.product-card__body {
  flex: 1;
  padding: 0 20px 18px;
}

.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.product-card__stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #169747;
  font-size: 13px;
  white-space: nowrap;
}

.product-card__stock i {
  font-size: 13px;
}

.product-card__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--main-color);
  opacity: 0.5;
  font-size: 12px;
  white-space: nowrap;
}

.product-card__rating span {
  margin-left: 5px;
  color: #777777;
}

.product-card__title {
  margin: 0 0 20px;
  min-height: 58px;
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 1.32;
  font-weight: 400;
}

.product-card__title a {
  color: var(--main-color);
  text-decoration: none;
}

.product-card__title a:hover {
  color: var(--accent-color);
}

.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: auto;
}

.product-card__price-old {
  color: var(--main-color);
  opacity: 0.4;
  font-size: 14px;
  text-decoration: line-through;
}

.product-card__price-current {
  color: var(--main-color);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 44px 44px 1fr;
  gap: 8px;
  padding: 0 20px 20px;
}

.product-card__icon-btn,
.product-card__cart-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 44px;
  border: 0;
  background: var(--accent-color);
  color: #ffffff;
  transition: color 0.3s ease;
}

.product-card__icon-btn::before,
.product-card__icon-btn::after,
.product-card__cart-btn::before,
.product-card__cart-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: transform 0.35s ease;
}

.product-card__icon-btn::before,
.product-card__cart-btn::before {
  left: -100%;
  transform: skewX(-25deg);
}

.product-card__icon-btn::after,
.product-card__cart-btn::after {
  right: -100%;
  transform: skewX(-25deg);
}

.product-card__icon-btn:hover::before,
.product-card__cart-btn:hover::before {
  transform: translateX(115%) skewX(-25deg);
}

.product-card__icon-btn:hover::after,
.product-card__cart-btn:hover::after {
  transform: translateX(-115%) skewX(-25deg);
}

.product-card__cart-btn {
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}


.product-tabs-section {
  padding-top: 100px;
}

.product-tabs__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 48px;
  margin-bottom: 40px;
}

.product-tabs__title {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--main-color);
}

.product-tabs__nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--boder-color);
  width: fit-content;
}

.product-tabs__tab {
  position: relative;
  min-height: 42px;
  padding: 0 32px;
  border: 0;
  background: transparent;
  color: var(--main-color);
  font-family: var(--main-text);
  font-size: 15px;
  transition: color 0.3s ease;
}

.product-tabs__tab::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--accent-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.product-tabs__tab.is-active {
  color: var(--accent-color);
}

.product-tabs__tab.is-active::before {
  transform: scaleX(1);
}

.product-tabs__arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-tabs__arrow {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--accent-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-tabs__pane {
  display: none;
}

.product-tabs__pane.is-active {
  display: block;
}

/* прибираємо стандартний заголовок Featured всередині табу */
.product-tabs__pane > .js-products-slider > h3 {
  display: none;
}

/* ряд товарів */
.product-tabs__pane .row {
  row-gap: 24px;
}

/* приховування товарів слайдером */
.product-tabs__pane .row > *.is-hidden-by-slider {
  display: none !important;
}

/* щоб картки були однакової висоти */
.product-tabs__pane .row > * {
  display: flex;
}

.product-tabs__pane .product-card,
.product-tabs__pane .product-thumb {
  width: 100%;
}

/* dots саме для слайдера товарів */
.product-tabs__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.product-tabs__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfcfcf;
}

.product-tabs__dot.is-active {
  background: var(--main-color);
}

@media (max-width: 991px) {
  .product-tabs__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-tabs__nav {
    overflow-x: auto;
  }

  .product-tabs__tab {
    white-space: nowrap;
    padding: 0 24px;
  }

  .product-tabs__arrows {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .product-tabs-section {
    padding: 48px 0 64px;
  }

  .product-tabs__title {
    font-size: 30px;
  }
}

.blog-slider-section {
  padding: 72px 0 86px;
}

.blog-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.blog-slider__title {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--main-color);
}

.blog-slider__actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.blog-slider__arrows {
  display: flex;
  gap: 10px;
}

.blog-slider__arrow {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--accent-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-slider__all {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-slider__all:hover {
  color: #ffffff;
}

.blog-slider__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e4e4e4;
}

.blog-card.is-hidden-by-slider {
  display: none;
}

.blog-card__image {
  display: block;
  height: 260px;
  overflow: hidden;
  background: #101010;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: none;
  filter: grayscale(1);
  transition: transform 0.45s ease, filter 0.35s ease;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.blog-card__body {
  padding: 24px 24px 28px;
}

.blog-card__title {
  margin: 0 0 14px;
  font-family: var(--heading-font);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 500;
}

.blog-card__title a {
  color: var(--main-color);
  text-decoration: none;
}

.blog-card__title a:hover {
  color: var(--accent-color);
}

.blog-card__text {
  margin: 0 0 24px;
  font-family: var(--main-text);
  font-size: 15px;
  line-height: 1.6;
  color: var(--main-color);
}

.blog-card__btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-card__btn:hover {
  color: #ffffff;
}

.blog-slider__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.blog-slider__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfcfcf;
}

.blog-slider__dot.is-active {
  background: var(--main-color);
}

@media (max-width: 1199px) {
  .blog-slider__track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .blog-slider-section {
    padding: 48px 0 64px;
  }

  .blog-slider__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-slider__actions {
    width: 100%;
    justify-content: space-between;
  }

  .blog-slider__track {
    grid-template-columns: 1fr;
  }

  .blog-card__image {
    height: 220px;
  }

  .blog-slider__title {
    font-size: 30px;
  }
}

.seo-text-section {
  padding: 0px 0 100px;
}

.seo-text {
  max-width: 100%;
}

.seo-text__title {
  margin: 0 0 22px;
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--main-color);
}

.seo-text__content {
  position: relative;
  max-height: 118px;
  overflow: hidden;
  font-family: var(--main-text);
  font-size: 16px;
  line-height: 1.65;
  color: var(--main-color);
  transition: max-height 0.45s ease;
}

.seo-text__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  background: linear-gradient(
    180deg,
    rgba(247, 247, 247, 0) 0%,
    #f7f7f7 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.seo-text.is-open .seo-text__content {
  max-height: 1200px;
}

.seo-text.is-open .seo-text__content::after {
  opacity: 0;
}

.seo-text__content p {
  margin: 0 0 18px;
}

.seo-text__content p:last-child {
  margin-bottom: 0;
}

.seo-text__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 28px;
  padding: 0 24px;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.seo-text__btn:hover {
  color: #ffffff;
}

.seo-text__btn::before,
.seo-text__btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: transform 0.35s ease;
}

.seo-text__btn::before {
  left: -75%;
  transform: skewX(-25deg);
}

.seo-text__btn::after {
  right: -75%;
  transform: skewX(-25deg);
}

.seo-text__btn:hover::before {
  transform: translateX(100%) skewX(-25deg);
}

.seo-text__btn:hover::after {
  transform: translateX(-100%) skewX(-25deg);
}

@media (max-width: 767px) {
  .seo-text-section {
    padding: 48px 0;
  }

  .seo-text__title {
    font-size: 28px;
  }

  .seo-text__content {
    max-height: 150px;
    font-size: 15px;
  }
}

.faq-section {
  position: relative;
  padding: 0px 0 100px;
  overflow: visible;
}

.image__left {
    position: absolute;
    left: -110px;
    top:100px;
}

.image__right {
position: absolute;
right: -120px;
top:30px;
}

.faq-section__title {
  margin: 0 0 42px;
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: var(--main-color);
}

.faq-section__inner {
  position: relative;
}

.faq-list {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #d8d8d8;
}

.faq-item__question {
  width: 100%;
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--main-color);
}

.faq-item__question span:first-child {
  font-family: var(--heading-font);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
}

.faq-item__icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: block;
  background: var(--accent-color);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-item__icon::after {
  opacity: 0;
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.is-open .faq-item__answer {
  max-height: 500px;
}

.faq-item__answer-inner {
  padding: 0 70px 24px 0;
  font-family: var(--main-text);
  font-size: 15px;
  line-height: 1.65;
  color: #555555;
}

.faq-item__answer-inner p {
  margin: 0 0 14px;
}

.faq-item__answer-inner p:last-child {
  margin-bottom: 0;
}

.faq-bottom {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 36px auto 0;
  text-align: center;
}

.faq-bottom h3 {
  margin: 0 0 10px;
  font-family: var(--heading-font);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--main-color);
}

.faq-bottom p {
  margin: 0 0 22px;
  font-family: var(--main-text);
  font-size: 15px;
  line-height: 1.5;
  color: var(--main-color);
}

.faq-bottom__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 26px;
  overflow: hidden;
  isolation: isolate;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.faq-bottom__btn:hover {
  color: #ffffff;
}

.faq-bottom__btn::before,
.faq-bottom__btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: transform 0.35s ease;
}

.faq-bottom__btn::before {
  left: -75%;
  transform: skewX(-25deg);
}

.faq-bottom__btn::after {
  right: -75%;
  transform: skewX(-25deg);
}

.faq-bottom__btn:hover::before {
  transform: translateX(100%) skewX(-25deg);
}

.faq-bottom__btn:hover::after {
  transform: translateX(-100%) skewX(-25deg);
}

/* Декор зліва/справа */
.faq-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.16;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.faq-decor--left {
  left: -80px;
  bottom: -80px;
  width: 300px;
  height: 440px;
  background-image: url('../image/faq-soldier.svg');
}

.faq-decor--right {
  right: -70px;
  top: 40px;
  width: 240px;
  height: 300px;
  background-image: url('../image/faq-gun.svg');
}

@media (max-width: 991px) {
  .faq-decor {
    display: none;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 48px 0 64px;
  }

  .faq-section__title {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .faq-item__question {
    min-height: 64px;
    grid-template-columns: 1fr 38px;
  }

  .faq-item__question span:first-child {
    font-size: 17px;
  }

  .faq-item__icon {
    width: 38px;
    height: 38px;
  }

  .faq-item__answer-inner {
    padding-right: 0;
  }
}

.site-footer {
  background: #f7f7f7;
  color: var(--main-color);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.35fr 1.15fr 0.8fr 1fr 1.35fr;
  gap: 56px;
  padding: 72px 0 64px;
}

.site-footer__logo {
  display: block;
  width: 118px;
  margin-bottom: 24px;
}

.site-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer__description {
  max-width: 270px;
  margin: 0 0 26px;
  font-family: var(--main-text);
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
}

.site-footer__contacts {
  padding-top: 22px;
  border-top: 1px solid #dddddd;
}

.site-footer__contact {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.site-footer__contact-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: #ffffff;
}

.site-footer__contact span {
  display: flex;
  margin-bottom: 3px;
  font-family: var(--main-text);
  font-size: 12px;
  color: #777777;
}

.site-footer__contact-icon {
	color: #fff!important;
	font-size: 16px!important;
}

.site-footer__contact a,
.site-footer__contact strong {
  font-family: var(--heading-font);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--main-color);
  text-decoration: none;
}

.site-footer__socials {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

.site-footer__socials h3,
.site-footer__column h3,
.site-footer__form h3 {
  margin: 0 0 22px;
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--main-color);
}

.site-footer__socials ul {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__socials a {
  color: #777777;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer__socials a:hover {
  color: var(--accent-color);
}

.site-footer__column ul {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__column a {
  font-family: var(--main-text);
  font-size: 14px;
  line-height: 1.35;
  color: #777777;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer__column a:hover {
  color: var(--accent-color);
}

.site-footer__form p {
  max-width: 330px;
  margin: 0 0 22px;
  font-family: var(--main-text);
  font-size: 14px;
  line-height: 1.55;
  color: var(--main-color);
}

.site-footer__form form {
  display: grid;
  gap: 12px;
}

.site-footer__form input,
.site-footer__form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #dddddd;
  background: transparent;
  font-family: var(--main-text);
  font-size: 14px;
  color: var(--main-color);
  outline: none;
}

.site-footer__form textarea {
  min-height: 92px;
  padding-top: 14px;
  resize: vertical;
}

.site-footer__form input::placeholder,
.site-footer__form textarea::placeholder {
  color: #9a9a9a;
}

.site-footer__submit {
  position: relative;
  width: fit-content;
  min-height: 42px;
  padding: 0 28px;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  background: var(--accent-color);
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer__submit::before,
.site-footer__submit::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: transform 0.35s ease;
}

.site-footer__submit::before {
  left: -75%;
  transform: skewX(-25deg);
}

.site-footer__submit::after {
  right: -75%;
  transform: skewX(-25deg);
}

.site-footer__submit:hover::before {
  transform: translateX(100%) skewX(-25deg);
}

.site-footer__submit:hover::after {
  transform: translateX(-100%) skewX(-25deg);
}

.site-footer__bottom {
  background: var(--accent-color);
}

.site-footer__bottom p {
  margin: 0;
  padding: 14px 0;
  font-family: var(--main-text);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .site-footer__top {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 42px;
  }

  .site-footer__form {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 0 40px;
  }

  .site-footer__form {
    grid-column: auto;
  }

  .site-footer__logo {
    width: 96px;
  }

  .site-footer__column ul {
    gap: 12px;
  }
}

.site-footer__field {
  display: grid;
  gap: 5px;
}

.site-footer__error {
  min-height: 14px;
  font-family: var(--main-text);
  font-size: 12px;
  line-height: 1.3;
  color: var(--accent-color);
}

.site-footer__message {
  margin-top: 4px;
  font-family: var(--main-text);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer__message.is-success {
  color: #169747;
}

.site-footer__message.is-error {
  color: var(--accent-color);
}

.site-footer__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.site-footer__submit.is-loading {
  pointer-events: none;
}

    #content, #column-left, #column-right {
        padding-bottom: 0px;
    }

footer {
	position: relative;
}

.mobile-header,
.mobile-menu,
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 66px;
  }

  .top-bar,
  .site-header,
  #menu {
    display: none !important;
  }

  .mobile-header {
    display: block;
    position: relative;
    z-index: 100;
    background: #f7f7f7;
    padding: 14px 16px 0;
  }

  .mobile-header__top {
    display: grid;
    grid-template-columns: 46px 1fr 46px;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .mobile-header__btn {
    width: 46px;
    height: 46px;
    border: 0;
    background: var(--accent-color);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
  }

  .mobile-header__logo {
    display: flex;
    justify-content: center;
  }

  .mobile-header__logo img {
    width: 76px;
    height: auto;
    display: block;
  }

  .mobile-header__search {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }

  .mobile-header__search form,
  .mobile-header__search #search {
    margin: 0 !important;
    width: 100%;
  }

  .mobile-header__search .input-group {
    display: grid;
    grid-template-columns: 1fr 100px;
    width: 100%;
  }

  .mobile-header__search input {
    height: 46px;
    border: 1px solid #e0e0e0;
    border-right: 0;
    background: #ffffff;
    padding: 0 16px;
    font-family: var(--main-text);
    font-size: 14px;
  }

  .mobile-header__search button {
    height: 46px;
    border: 0;
    background: var(--accent-color);
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .mobile-header__search button i {
    display: none;
  }

  .mobile-header__search button::after {
    content: "Пошук";
  }
}

@media (max-width: 991px) {
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
  }

  .mobile-menu__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: min(86vw, 360px);
    height: 100%;
    overflow-y: auto;
    background: #f7f7f7;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    padding: 18px 18px 96px;
  }

  .mobile-menu.is-open .mobile-menu__panel {
    transform: translateX(0);
  }

  .mobile-menu__head {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }

  .mobile-menu__close {
    width: 46px;
    height: 46px;
    border: 0;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 18px;
  }

  .mobile-menu__logo {
    display: flex;
    justify-content: center;
  }

  .mobile-menu__logo img {
    width: 76px;
    height: auto;
  }

  .mobile-menu__search {
    margin-bottom: 28px;
  }

  .mobile-menu__search .input-group {
    display: grid;
    grid-template-columns: 1fr 96px;
  }

  .mobile-menu__search input {
    height: 44px;
    border: 1px solid #dddddd;
    border-right: 0;
    padding: 0 14px;
  }

  .mobile-menu__search button {
    height: 44px;
    border: 0;
    background: var(--accent-color);
    color: #ffffff;
  }

  .mobile-menu__search button i {
    display: none;
  }

  .mobile-menu__search button::after {
    content: "Пошук";
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .mobile-menu__content h3 {
    margin: 0 0 16px;
    font-family: var(--heading-font);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--main-color);
  }

  .mobile-menu__content h3:not(:first-child) {
    margin-top: 28px;
  }

  .mobile-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #d8d8d8;
  }

  .mobile-menu__list li {
    border-top: 1px solid #d8d8d8;
  }

  .mobile-menu__list a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--main-text);
    font-size: 16px;
  }

  .mobile-menu__list i {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .mobile-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 12px;
    z-index: 999;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(5, 48px);
    gap: 6px;
    padding: 6px;
    background: #fff;

  }

  .mobile-bottom-nav__item {
    width: 48px;
    height: 48px;
    border: 0;
    background: var(--accent-color);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  }

  .mobile-bottom-nav__item:hover {
    color: #ffffff;
  }
}

@media (max-width: 991px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
	.container {
		max-width: 980px;
		padding: 0px 20px;
	}
	.site-header__inner {
		gap:20px;
	}
	.advantages-list {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {
	.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.hero-slide__content h1 {
		font-size: 30px;
	}
	.hero-slide__content {
		padding: 24px;
	}
	.image__right {
	    display: none;
	}
	.image__left {
	    display: none;
	}
}

@media (max-width: 576px) {
	
}

/* Search — однаково desktop/mobile: input + квадратна кнопка з іконкою */
#search,
.site-header__search,
.mobile-header__search,
.mobile-menu__search {
  width: 100%;
}

#search .input-group,
.site-header__search .input-group,
.mobile-header__search .input-group,
.mobile-menu__search .input-group {
  display: flex !important;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
}

#search .form-control,
.site-header__search .form-control,
.mobile-header__search .form-control,
.mobile-menu__search .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  height: 46px;
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  border-right: 0;
  border-radius: 0 !important;
  background: #ffffff;
  box-shadow: none !important;
  font-family: var(--main-text);
  font-size: 14px;
  color: var(--main-color);
}

#search .btn,
.site-header__search .btn,
.mobile-header__search .btn,
.mobile-menu__search .btn,
#search button,
.site-header__search button,
.mobile-header__search button,
.mobile-menu__search button {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  min-width: 46px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--accent-color) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#search button::after,
.site-header__search button::after,
.mobile-header__search button::after,
.mobile-menu__search button::after,
#search .btn::after,
.site-header__search .btn::after,
.mobile-header__search .btn::after,
.mobile-menu__search .btn::after {
  content: none !important;
  display: none !important;
}

#search button i,
.site-header__search button i,
.mobile-header__search button i,
.mobile-menu__search button i,
#search .btn i,
.site-header__search .btn i,
.mobile-header__search .btn i,
.mobile-menu__search .btn i {
  display: inline-flex !important;
  font-size: 16px;
  line-height: 1;
}

