@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Light.ttf) format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Regular.ttf) format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat/Montserrat-Bold.ttf) format("ttf");
  font-weight: 700;
}

:root {
  --main-color: #242e27;
  --second-color: #6cbd6f;
  --link-color: #1a201c;
  --markered: #c312e7;
  --main-gradient-color: linear-gradient(270deg, #6cbd6f 0%, #24d2ac 95.45%);
  --second-gradient-color: linear-gradient(270deg, #588bf0 0%, #7541fa 95.45%);
}



html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #242e27;
}

ul {
  padding: 15px 0 0;
}

li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b {
  font-weight: 700;
}

thead {
  background: #b4e4c4;
  font-weight: 700;
}

thead tr { background: #c4e9d0 !important; } 

table tr:nth-child(odd) { background: #fff; } 
table tr:nth-child(even) { background: #dceee2; } 
table tr td:first-child, table tr th:first-child {
  width: 70% ;
}
/* table tr td:nth-child(2), table tr th:nth-child(2){
  width: 10%;
} */

.wp-block-table td {
  vertical-align: middle;

}

.articles__title-h {
  margin: 1em 0 0.5em;
}

.markered {
  color: var(--markered);
}

.markered-list {

}

.ml-responsive-table dd {

  font-size: 100% !important;

}

.ml-responsive-table dt {
  font-weight: 300 !important;
}
.markered-list li {
  list-style: none;
  padding-left: 2rem;
  margin-left: 0;
  line-height: 1.6rem;
  background-image: url("img/icon/checkmark.svg");
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
}

.section-title {
  padding: 15px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0.5em 0;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

.btn {
  background: #345f36;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 13px 25px;
  border-radius: 30px;
  border: 1px solid var(--second-color);
  color: #fff;  
  text-align: center;
  transition: 0.5s;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}

.btn-phone::before {
  display: inline-flex;
  content: "";
  height: 14px;
  width: 14px;
  margin-right: 5px;
  background-image: url("img/icon/phone.svg");
  background-size: 14px 14px;
}

.top-line_links {
  width: 100%;
  margin-left: -10px;
}

#menu__toggle {
  opacity: 0;
  display:none;
  }

  .navigation__sub-menu {
    display: none;
    background: #ffffff;
    margin: 0;
  }
  
  .navigation__link {
    padding: 15px 15px;
    text-decoration: none;
    color:var(--second-color);
  }
  
  .navigation__link:hover {
   
    /* background: #f3f3f3; */
  }
  
  .navigation__item:first-child .navigation__link {
    padding: 10px 15px 10px 0;
  }

  .navigation__item:first-child:hover .navigation__sub-menu  {
    padding: 10px 15px 10px 0;
}
  
  .navigation__sub-menu > .navigation__item_lvl2 > .navigation__link {
      padding: 10px 15px 10px 10px;
  }
  
  .navigation__item_lvl2 > .navigation__link:hover {
      padding: 10px 15px 10px 10px;
  }
  
  .navigation__item:hover .navigation__sub-menu {
  display: block;
    position:absolute;
    z-index: 10;
    padding: 5px 15px 5px 15px;
    margin-top:8px;
  /* border-left: 1px solid #000000; */
  }
  
  .navigation__item li {
      padding: 5px 0;
      position: relative;
  }
  
  .navigation__item_lvl2 {
      min-width: 250px;
  }
  
  .navigation__item li a {
    background: #ffffff;
      padding: 3px 3px 3px 10px;
      line-height: 1.4;
      text-decoration: none;
  }
  










.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.header__logo {
  padding: 0 15px;
}

.header__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.header__address {
  padding: 0 15px;
}

.header__phone {
  padding: 0 15px;
}

.header__callback {
  padding: 0 15px;
}

.header__nav-link {
    text-decoration: none;
     color: #6cbd6f;
    font-size: 18px;
    padding: 10px;
    font-weight: 700;
}

.triger {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2;
}

.triger__meta {
  margin-left: 15px;
}

.triger__icon img {
  width: 51px;
  height: 50px;
}

.triger__text-line {
  display: block;
}

.phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  line-height: 1.5rem;
  align-items: self-start;
}

.phone__number {
  height: 16px;
  padding: 7px 3px;
  box-sizing: content-box;
}

.phone__number::after {
  display: inline-flex;
  content: "";
  height: 16px;
  width: 17px;
  margin-left: 5px;
  background-image: url(img/social/viber.png);
  background-size: 17px 16px;
}

.navigation {
    display: flex;
    align-items: center;
    padding: 15px 0;
        border-top: 1px solid #eeee;
   border-bottom: 1px solid #eeee;
}

.navigation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.navigation__item {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

/* .navigation__link {
  display: block;
  padding: 15px;
  box-sizing: border-box;
} */

.navigation__link:hover {
  color: #6cbd6f;
}

.slider {
  padding: 15px 0;
}

.slider__meta {
padding: 10px 30px;  
position: absolute;
z-index: 2;
top: 20%;
left: 25px;
font-size: 2rem;
color: #ffffff;
background: var(--main-gradient-color);
}

.slider__bg {
  position: relative;
}

.slider__wrapper {
  padding: 0 15px;
}

.slider__pic {
  width: 100%;
}

.slider-img {
  aspect-ratio: 600 / 197;
  width: 100%;
}

.products {
  padding: 15px 0;
}

.products__title {
      margin:0;
}

.products__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  gap: 20px;
}

.products__item {
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 2px 2px 12px rgba(0, 0, 0, 0.2);
  background: #000000;
  overflow: hidden;
  width: calc(30% - 15px);
  /* max-height: 275px;  */
  aspect-ratio: 327 / 275;
}

.products__item_large {
  width: calc(40% - 10px);  
  aspect-ratio: 446 / 275;
}



.products__bg {
  border-radius: 15px;
  overflow: hidden;
}

.products__img {
  opacity: 0.6;
  width: 100%;
  aspect-ratio: 327 / 275;
}

.products__item_large .products__img {
  aspect-ratio: 446 / 275;
}

.maincontent__img-catalog_shadow:hover {
}

.products__meta {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  font-weight: 700;
  color: #24d2ac;
  width: 100%;
  box-sizing: border-box;
}

.products__name {
  line-height: 1.2;
  max-width: 110px;
}

.products__name_long {
    line-height: 1.2;
    max-width: 160px;
}

.products__price {
  font-weight: 700;
  color: #ffffff;
}

.products__chevron {
  transform: translateY(150px);
  transition: 0.2s ease;
  width: 48px;
  height: 49px;
}

.products__item:hover .products__chevron {
  transform: translateY(0);
}

.products__item:hover .products__name {
  color: #24d2ac;
}

.products__item:hover .products__img {
  opacity: 0.3;
}

.action {
  padding: 15px 0;
  display: flex;
}

.action__meta {
  padding: 15px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  flex: 1;
  border-radius: 25px;
  color: #ffffff;
  background: var(--main-gradient-color);
}

.action__meta-wrapper {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.action__title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.action__description {
  line-height: 1.4;
}

.action__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  margin: 0 15px;
  border-radius: 25px;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--main-gradient-color);
}

.action__btn:hover {
  background: linear-gradient(90deg, #6cbd6f 0%, #24d2ac 95.45%);
}

.action__btn-text {
  padding: 0 15px;
}

.action__btn-chevron {
  background: #ffffff;
  border-radius: 45px;
  padding: 15px;
  width: 48px;
  height: 49px;
}

.action__btn:hover .action__btn-chevron {
  animation: rotate 0.5s linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.advantages {
  padding: 15px 0;
}

.advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.advantages__item {
  width: 33.33%;

  box-sizing: border-box;
}

.adv {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.adv__icon {
  padding: 15px 0;
  width: 96px;
  position: relative;
}

.adv__icon img {
  width: 96px;
  height: 96px;
}

.adv__icon::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  height: 32px;
  width: 32px;
  z-index: 1;
  border-radius: 30px;
  background: #24d2ac;
}

.adv__icon img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.adv__name {
  font-size: 1.5rem;
  font-weight: 700;
}

.adv__desc {
  padding: 15px 0;
}

.gallery {
  padding: 15px 0;
}

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.gallery__item {
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 25px;
  overflow: hidden;
}

.gallery__img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.about {
  padding: 15px 0;
}

.about__wrapper {
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about__meta {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

.about__pic {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

.types {
  display: flex;
}

.types__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}

.types__container {
  width: 25%;
  min-width: 240px;
  flex-grow: 1;
  padding: 8px;
  box-sizing: border-box;
}

.types__item {
  display: flex;

  align-items: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #6cbd6f;
  box-sizing: border-box;
}

.types__item:hover {
  font-weight: 700;
  padding: 9px;
  border: 2px solid #6cbd6f;
}

.types__pic {
  width: 48px;
  height: 48px;
}

.types__img {
  width: 48px;
  height: 48px;
}

.types__name {
  padding-left: 10px;
}

.consultation {
}

.consultation__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px 0;
  border: 1px solid #eeeeee;
}

.consultation__img {
  padding: 15px;
  width: 25%;
  min-width: 250px;
  box-sizing: border-box;
}

.consultation__pic {
  width: 100%;
}

.consultation__meta {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.consultation__title {
  font-size: 2.5rem;
}

.consultation__desc {
  padding: 2rem 0;
  line-height: 1.5rem;
}

.consultation__action {
  display: flex;
  flex-direction: row;
}

.consultation__social {
  display: flex;
  flex-direction: row;
  padding: 5px;
  line-height: 0;
}

.consultation__desc-highlight {
  font-weight: 700;
}

.consultation__btn {
  display: flex;
  align-items: center;
}

.map__wrapper {
  height: 400px;
}

.full-price__wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 0;
}

.full-price-table {
    margin: 0 0 1rem;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.full-price-table tr:nth-of-type(odd) {
    background-color: #f6f7fb;
} 

.full-price-table td {
    padding: 0.9rem;
    border: 1px solid var(--border-col);
    vertical-align: top;
    word-break: normal;
    font-size: 15px;
    color: #000000;
}

.full-price-table th {
    text-align: left;
    padding: 0.9rem;
    font-weight: 700;
    border: 1px solid #f1f2f8;
    background-color: #f6f7fb;
    word-break: normal;
}

.faq-container {
 background: #b4e4c4;
}

.footer__phones-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__phones li{
  display: block;
  list-style: none;
  text-align: center;
}
.question {
  border-bottom: 1px solid #cdd4e1;
  padding: 30px 0 25px;
}

.question__text {
  position: relative;
  display: block;
  font-weight: 700;
  color: #32353f;
  padding-left: 70px;
  cursor: pointer;
}

.question__text_upper  {
	text-transform: uppercase;
}
.question__text::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url("img/icon/plus.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.question__text:hover::before {
  transform: rotate(45deg);
  background-color: #f0f2f4;
}

.question__checkbox {
  top: -9999px;
  display: none;
}

.question__checkbox:checked ~ .question__text::before {
  transform: rotate(45deg);
}

.question__answer {
  display: none;
  font-size: 14px;
  line-height: 150%;
  color: #585858;
  margin-top: 20px;
  padding-left: 70px;
}

.question__checkbox:checked ~ .question__answer {
  display: block;
}

.footer {
  background: #b4e4c4;
}

.footer__wrapper {
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer__item {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
}

.footer__half {
  width: 50%;
}

.footer__title {
  font-weight: 700;
  padding-bottom: 30px;
}

.footer__list-simple li {
  list-style: none;
  margin-left: 0;
}

.footer__block {
}

.footer__half-wrapper {
  display: flex;
}

.footer__block_half {
  width: 50%;
}

.copyright {
  padding: 15px;
  text-align: center;
}

.copyright__link {
  text-decoration: none;
}

.logo__img {
  width: 100%;
}

.single-offer__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.single-offer__meta {
  padding: 0 15px;
  flex: 1;
}

.single-offer__pic {
  max-width: 33%;
  width: 100%;

  overflow: hidden;
}

.single-offer__img {
  border-radius: 25px;
  width: 100%;
}

.single-offer__title {
  font-size: 2.5rem;
}

.single-offer__title {
  padding: 15px 0;
}

.single-offer__price {
  padding: 15px 0;
}

.price {
  display: flex;
  font-size: 1.8rem;
  
  gap: 20px;
}

.old__price {
  position: relative;
  padding: 0 5px;
}

.old__price::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #000000;
  -webkit-transform: rotate(172deg);
  -moz-transform: rotate(172deg);
  transform: rotate(172deg);
}

.main-content__wrapper {
  padding: 15px 0;
}

.line__wrapper {
  padding: 30px 0;
}

.scheme {
  border-top: 2px solid #262626;
}

.scheme__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 
}

.scheme__section { 
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.item-scheme {
  margin-top: -18px;
}

.item-scheme__number {
  width: 33px;
  height: 33px;
  margin-bottom: 14px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--main-gradient-color);
}

.item-scheme__title {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.18px;
  color: #000;
}

.item-scheme__text {
  font-size: 15px;
  color: #676767;
  line-height: 130%;
  letter-spacing: -0.15px;
  padding-right: 15px;
}

.line {
  margin-top: 15px;
}

@media screen and (max-width: 1080px) {
  .triger__icon {
    display: none;
  }
  .btn::before {
    display: none;
  }
  .triger__meta {
    margin-left: 0;
  }
  .header__meta {
    gap: 0;
  }
}

@media screen and (max-width: 1024px) {
  .adv__name {
    font-size: 1.1rem;
    text-align: center;
  }
  .action__title,
  .action__btn {
    font-size: 1.5rem;
  }
  .action__btn-chevron {
    padding: 5px;
  }
}

@media screen and (max-width: 960px) {
  .header {
    flex-direction: column;
  }
  .header__meta {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__logo {
    padding-bottom: 15px;
  }
  .navigation__link {
    padding: 10px;
  }
  .footer__item {
    width: 50%;
  }
  .footer__half {
    width: 100%;
  }
  .footer__block_padding {
    padding-left: 15px;
  }
  .header__callback {
    padding: 15px;
  }
  .products__item {
    width: auto;
    width: 40%;
    flex-grow: 1;
  }
  .consultation__title {
    font-size: 1.8rem;
  }
  .gallery__item {
    width: 33%;
  }


  .section-title {
    font-size: 1.8rem;
  }
  .action__btn-text {
    flex-grow: 1;
  }

  .scheme {
    margin-left: 20px;
    border: none;
    position: relative;
    border: 0;
}

  .scheme::before {
    position: absolute;
    display: block;
    content: " ";
    width: 2px;
    top: 0;
    bottom: 20px;
    left: 0;
    background: #262626;
}

.scheme__wrapper {
  flex-direction: column;
  margin-left: -15px;
}

.scheme__section {
    position: relative;
    width: 100%;
    min-height: auto;
    padding-right: 15px;
    padding-left: 15px;

}

.item-scheme {
  padding-left: 47px;
  margin: 0;
  margin-left: -18px;
  margin-bottom: 38px;
  position: relative;
}
.item-scheme__number {
  position: absolute;
  top: -2px;
  left: 2px;
}

.single-offer__title {
  font-size: 2rem;
}

.single-offer__meta {

  max-width: 50%;
}
.single-offer__pic {

  max-width: 50%;
}

.slider__meta {
  padding: 8px 18px;  
  margin: 15px;
  position: absolute;
  z-index: 2;
  bottom: 10%;
  top: auto;
  left: 0;
  font-size: 1.5rem;
  color: #ffffff;
  background: #6cbd6f;
  }
/* Меню */


/* 
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #000000;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  z-index: 2;
}

.menu__btn {
  display: flex; 
  align-items: center; 
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  caret-color: transparent;
z-index: 9991;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: #ffffff;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;

}
#menu__toggle:checked ~ body {
  overflow: hidden;

}

#menu__toggle:checked ~ .menu__box .line__link_secondary > a {
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 24px;
  line-height: 3em;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
transition-duration: .25s;
}
.menu__box {
transition-duration: .25s;

}
.menu__item {
transition-duration: .25s;
}

.navigation {
  display: flex;
  flex-direction: column;
}


.navigation li {
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #202020;
}

.navigation__item:first-child .navigation__link {
   padding: 10px 15px 10px 15px; 
}

.menu__btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
 background-image: linear-gradient(to right, #38d1c3, #0fc8ba);
  z-index: -1;
  left: -5px;
  top: -2px;
  width: calc(100% + 10px);
  height: calc(100% + 4px); 
}


.header__navigation {
  flex-direction: column; 
}
.header__button {
  margin: 0;
}
	
  
.navigation__item li a{ color:#fff; text-decoration:none; display:block}
.navigation__item:hover ul { display: block; }
  
.navigation__item:hover .navigation__sub-menu {
display: block;
  position:absolute;
  
  padding: 5px 15px;	
}
  
  .navigation__sub-menu {
  display: none;
  background-color: #272727; 
}
  
  .navigation__item li a{
border-left: 3px solid #0fc8ba;
  padding: 3px;
  line-height: 1.4;
}

.navigation__item li a:hover {
border-left: 3px solid #ffffff;	
  transition: 0.5s;
}
	
.navigation__item:hover .navigation__sub-menu {
display: block;
  position:relative;
  z-index: 10;
  padding: 5px 15px;	
}	
 */



}


@media screen and (max-width: 768px) {
  .single-offer__pic {
    max-width: 40%;
}
.single-offer__meta {
  max-width: 60%;
}
.top-line_links {
  
  margin-left: 0;
}
.breadcrumb {
  padding-top: 15px;
}
}
@media screen and (max-width: 640px) {
  .action {
    flex-direction: column;
  }
  .action__meta {
    margin: 15px;
  }
  .advantages__item {
    flex-grow: 1;
    min-width: 50%;
  }
  .adv {
    align-items: center;
  }
  .adv__desc {
    text-align: center;
  }
  .consultation__title {
    font-size: 1.6rem;
  }
  .consultation__wrapper {
    flex-direction: column;
  }
  .consultation__title {
    text-align: center;
  }
  .consultation__action {
    justify-content: center;
  }
  .consultation__desc {
    text-align: center;
  }
  .gallery__item {
    width: 50%;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .about__wrapper {
    flex-direction: column;
  }
  .about__meta {
    width: 100%;
  }
  .products__name {
    line-height: 1.2;
    max-width: 70%;
    font-size: 1.5rem;
  }
  .single-offer__wrapper {
    flex-direction: column;
  }
  .single-offer__pic {
    max-width: 100%;
}
.single-offer__meta {
  max-width: 100%;
}
    .products__item {
        width: auto;
        width: 100%;
        flex-grow: 1;
    }

 
    .slider__meta {
      padding: 4px 10px;
      margin: 0;
      position: absolute;
      z-index: 2;
      bottom: 10%;
      top: auto;
      left: 0;
      font-size: 1.2rem;
      color: #ffffff;
      background: #6cbd6f;
      width: 100%;
  } 

}
