:root {
  --main-color: #b73b1b;
  --second-color: #fbc81c;
  --third-color: #eaede8cc;
  --color-hover: #7b2009;
  --white: #ffffff;
  --pdng: 80px;
  --hover: #5a1a4d;
  --brdrds: 30px;
  --bxsdw: 0px 0px 15px 10px #cccccc1f;
  --trnshn: all 0.4s;
  --brdr: 1px solid #b73b1b;
  --black: #2a2a2a;
  --gray: #bcbaba;
  --background: #faf8f6;
  --mt: 120px;
  --fz: 18px;
  --gradient: linear-gradient(to bottom, #a63a1f 0%, #d4562f 100%);
}

html {
  scroll-behavior: auto;
}

.container {
  max-width: 1500px !important;
}

/* Ripple */

.main--btn .ripple {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  /* цвет волны (пример) */
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  animation: ripple-anim 600ms ease-out forwards;
}

@keyframes ripple-anim {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* Fonts */

@font-face {
  font-family: "Involve";
  src: url("/media/templates/site/jst_template/fonts/Involve-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Involve";
  src: url("/media/templates/site/jst_template/fonts/Involve-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h1,
h2 {
  font-family: "Involve", sans-serif;
  font-weight: 400;
}

h3 {
  font-family: "Involve", sans-serif;
  font-weight: 600;
}

p,
a,
button {
  font-family: "Manrope", sans-serif !important;
}

@media (min-width: 1921px) {
  .container {
    max-width: 1700px !important;
  }
  h1.main--title {
    font-size: 58px;
  }
  p.hero--features-text {
    font-size: 18px !important;
  }
  #hero .btn {
    font-size: 18px !important;
  }
  .section--title {
    font-size: 47px !important;
  }
  p,
  a {
    font-size: 18px !important;
  }
}

.mobile--form {
  display: none;
}
.desctop--form {
  display: block;
}

.convertforms.cf-success .cf-response {
  background-color: var(--main-color) !important;
}

img.copyright--logo {
  max-width: 160px;
  opacity: 0.4;
  display: block;
  margin: auto;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  &:hover {
    opacity: 1;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.privacy--policy main {
  margin-top: -200px;
}

main#main--container {
  margin-top: 0px;
  overflow: hidden;
}

.topbar--phone .phone {
  font-size: 25px;
}
.icon--wrapper {
  width: 43px;
  height: 43px;
}
img.messenger--icon {
  width: 40px;
}
.about--img {
  .about--main-img {
    object-position: 0px 0px;
  }
}

.logo--wrapper.mobile--logo.d-flex {
  display: none !important;
}

.navbar-toggler .icon-menu::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 22px;
  background-image: url(/images/icons/burger.svg);
  background-size: cover;
}

#system-message-container {
  margin-block: 0px 30px;
}

section#main--component {
  margin-top: 30px;
}

.main--page section#main--component {
  margin-top: 0px;
}

#map {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background: var(--third-color);
}

#mod-custom192 p {
  margin-bottom: 0;
}

.main--page section#callback {
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none !important;
}

body {
  background: var(--background) !important;
}

a,
.accordion-body,
li,
.eb-content {
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
  font-weight: 400;
}

.section--title {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

.section--subtitle {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}

a {
  transition: var(--trnshn);
  text-decoration: none !important;
  &:hover {
    color: var(--color-hover) !important;
  }
}

:is(.term--title, .program--title) {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #ffffff82, #ffffff4a);
}

.menu--img {
  margin-bottom: 10px;
}

.text--dec {
  color: var(--main-color);
}

/* Header-main */

#hero--menu .mod-menu {
  gap: 30px;
  flex-direction: row;
  margin-bottom: 100px;
}

#header .mod-menu {
  gap: 35px;
  flex-direction: row;
  justify-content: center;
}

.mobile--logo {
  display: none;
}

.main--page #header {
  display: none;
}

#header {
  padding-block: 15px;
  background: var(--third-color) !important;
  transition: 0.2s;
  transition: none !important;
  position: relative;
  /* height: 0px !important; */
  z-index: 99;
  margin-top: 10px;
  background: transparent;
  a {
    font-weight: 300;
    &:hover {
      color: var(--main-color) !important;
    }
  }
}

#header .logo--wrapper,
#header .header--contacts {
  display: none;
}

#header .btn,
#topbar .btn {
  padding: 15px 60px !important;
}

#header.fixed-header .logo--wrapper {
  display: block;
}

#header.fixed-header .header--contacts {
  display: flex;
  gap: 30px;
}

#header.fixed-header div#mod-custom135 {
  justify-content: space-between;
  transition: var(--trnshn);
}

div#mod-custom135 {
  transition: var(--trnshn);
  align-items: center;
  display: flex;
  justify-content: center;
}

#header .current > a {
  color: var(--main-color);
  font-weight: 500;
}

#header a.phone {
  font-size: 21px;
  line-height: 25px;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  flex-direction: row;
}

p.button-txt {
  display: none;
}

.mod-finder__search.input-group {
  position: relative;
  .btn-primary {
    padding: 0 !important;
    border: 0px;
    width: 30px;
    padding: 30px;
    position: absolute;
    right: 20px;
    top: 25%;
  }
}

ul.mod-menu__sub.list-unstyled.small {
  padding: 20px;
  border-radius: 20px;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  background-color: #01014500;
}

#mod-finder-searchword144::placeholder {
  color: #00000050 !important; /* Серый цвет текста плейсхолдера */
  opacity: 1; /* Убирает полупрозрачность */
}

.btn-primary .icon-search:before {
  content: "" !important;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/images/icons/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

label.finder {
  display: none;
}

form.mod-finder.js-finder-searchform.form-search {
  margin-left: auto;
}

input#mod-finder-searchword144 {
  width: 376px;
  border-radius: var(--brdrds);
  height: 49px;
  border: 3px solid #d4d4d4;
}

.nav-item {
  position: relative;
  list-style: none;
  margin: 0px;
}

.mod-menu__sub {
  padding-top: 10px;
  display: none;
  position: absolute;
  top: 105%;
  box-shadow: var(--bxsdw);
  left: 0;
  background-color: var(--white);
  flex-direction: column;
  z-index: 1000;
  min-width: 175px;
  width: auto;
  white-space: nowrap;
  a {
    font-size: 16px;
    white-space: nowrap;
    padding: 5px 0px;

    display: block;
  }
}

#header .mod-menu__sub {
  padding: 20px;
}

.nav-item:hover > .mod-menu__sub {
  display: flex;
  animation: slideDown 0.4s ease forwards;
}

.navbar {
  padding: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#sp-header.header {
  box-shadow: var(--bxsdw);
  margin: 30px 0 50px 0;
  padding: 25px 0;
  background-color: var(--white);
}

#sp-header .container {
  padding: 0 !important;
}

.nav-item.parent > a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--main-color);
}

.nav-item {
  position: relative;
}

.catalog--link .image-title {
  margin-left: 15px;
}

/* Stcky-header */

.fixed-header .container {
  background: #ffffff00 !important;
}

#header.fixed-header {
  display: block;
  position: fixed !important;
  height: auto !important;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 15px 5px #00000013;
  padding-block: 15px;
  opacity: 1 !important;
  transition: 0.2s;
  z-index: 99 !important;
  background: #eaede8e4;
  backdrop-filter: blur(10px);
  margin: 0 !important;
}

/* Buttons */

.error_site .btn-secondary {
  background-color: #a36e1ec4 !important;
  color: var(--white) !important;

  box-shadow: 0px 0px 15px 15px #a36e1e3d;
  position: relative;
  overflow: hidden;

  &:hover {
    background-color: #a36e1e !important;
  }
}

.gradient {
  background: linear-gradient(
    0.8turn,
    rgba(163, 110, 30, 1) 0%,
    rgba(171, 107, 11, 0.82) 99%
  ) !important;
}

.main--btn {
  text-transform: uppercase !important;
  letter-spacing: 1px;
  background: var(--gradient);
  color: var(--white) !important;
  position: relative;
  overflow: hidden;
  border-radius: var(--brdrds);
  transition: var(--trnshn);
  &:hover {
    background-color: var(--color-hover) !important;
    color: var(--white) !important;
    transition: var(--trnshn);
    translate: 0 -3px;
    box-shadow: 0px 3px 7px 5px #00000019;
  }
}

.outline--btn {
  border: 1px solid var(--main-color);
  background-color: var(--white);
  &:hover {
    background-color: var(--white);
    border: 1px solid var(--main-color) !important;
  }
}

.main--btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 25%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  z-index: 0;
  transition: all 0.3s ease;
  animation: slide-shine 4s infinite;
}

@keyframes slide-shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.btn {
  padding: 25px 60px !important;
  border-radius: var(--brdrds) !important;
  font-weight: 400 !important;
}

/* Topbar */

.info--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu--wrapper ul.mod-menu.mod-list.nav {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

/* Topbar */

.logotype {
  max-width: 265px;
}

.topbar {
  padding-block: 15px;
  background: transparent;
  position: relative;
  z-index: 999;
  p {
    margin-bottom: 0;
  }
  a {
    transition: var(--trnshn);
    &:hover {
      color: var(--main-color);
    }
  }
  .logo--wrapper {
    width: 20%;
    gap: 0px;
  }

  .adaptive--wrapper {
    display: contents;
  }
  .company--descr,
  .raiting--text {
    font-size: 16px;
  }
  .info--wrapper {
    width: 80%;
    /* gap: 40px; */
    justify-content: space-between;
  }

  :is(.logo--wrapper, .info--wrapper) {
    align-items: center;
  }

  .contacts--wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}

.info--phones-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.info--phone-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info--phones-grid a {
  text-align: end;
}

.info--items-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.adress img {
  max-width: 12px;
}

.work--time {
  font-size: 14px;
  color: #afafaf;
}

.adress {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.topbar--messengers {
  display: flex;
  gap: 7px;
  align-items: center;
  .icon--wrapper:hover {
    translate: 0 -3px;
    transition: var(--trnshn);
  }

  .d-flex {
    gap: 15px;
  }
}

img.geo--icon {
  width: 28px;
}

.work--time {
  display: flex;
  gap: 15px;
  align-items: center;
  img {
    width: 37px;
  }
}

img.messenger--icon {
  width: 46px;
}

.icon--wrapper {
  border-radius: 100%;
  border: var(--brdr);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: var(--trnshn);
  flex-shrink: 0;
}

.icon--wrapper img {
  max-width: 25px;
}

.info--items-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  p {
    margin-bottom: 0;
  }
}

p.info--wrapper-value {
  font-size: 16px;
}

img.info--wrapper-icon {
  max-width: 14px;
}

.info--items-text {
  flex-direction: column;
}

/* Table */

tbody {
  background: var(--white);
}

.table--wrap {
  overflow-x: scroll;
}

.catalog--table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #eee;
}

.catalog--table thead {
  background-color: #cccccc5d;
}

.catalog--table th,
.catalog--table td {
  padding: 12px 16px;
  border: 1px solid #e0e0e09c;
  text-align: center;
}

.catalog--table tbody tr:hover {
  background-color: #dfdfdfa7;
  transition: background-color 0.3s ease;
}

/* Hero */

#hero--inner {
  min-height: auto;
  display: flex;
  align-items: stretch;
}

#hero--inner .row {
  flex: 1;
  flex-wrap: wrap;
}

#hero--inner .col-lg-5 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main--photo {
  flex: 1; /* делит высоту поровну */
  display: flex;
  overflow: hidden;
}

.main--photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

div#hero--column {
  padding: 50px 5px 50px 25px;
}

div#hero--inner {
  overflow: hidden;
  background: var(--third-color);
  border-radius: var(--brdrds);
}

p.hero--subtitle {
  font-size: var(--fz);
  margin-bottom: 50px;
  line-height: 25px;
}

#hero {
  padding-block: 30px 0px;
}

h1.main--title {
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 35px;
  font-weight: 500;
  color: var(--black);
  text-wrap: balance;
}

.main--subtitle {
  font-size: 21px;
  max-width: 830px;
  margin-bottom: 35px !important;
  display: block;
  margin: auto;
  text-wrap: balance;
  margin-bottom: 0;
}

.hero--buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero--features {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 15px;
}

p.hero--features-value {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 30px;
}

p.hero--features-text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
}

.hero--features-item {
  background: var(--white);
  flex-direction: column;
  display: flex;
  text-align: center;
  padding: 15px;
  border: var(--brdr);
  border-radius: var(--brdrds);
  width: 25%;
}

div#cf_3 {
  display: block;
  margin: auto;
}

#hero .form--text {
  color: var(--black);
}

.form--text {
  font-size: 15px;
}

#form3_name,
#form3_tel6 {
  border-radius: 40px;
  padding: 15px 28px;
}

.download--link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  border-bottom: 1px dashed var(--main-color);
  max-width: 260px;
  text-align: center;
  margin: 18px auto 5px;
  cursor: pointer;
}

a.download--link {
  color: var(--main-color);
}

.file--download {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  transition: 0.3s ease;
}

.file--download.active {
  transition: 0.3s ease;
  height: 110px; /* Значение должно быть достаточно большим, чтобы вместить содержимое */
  padding: 5px !important; /* Пример отступов, можно менять по необходимости */
}

.main--form::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 180px;
  background-color: var(--main-color);
  z-index: 1;
  border-radius: 100%;
  box-shadow: 0px 0px 100px 170px #ef7f1a69;
  right: -70px;
  bottom: 5%;
}

.main--form {
  overflow: hidden;
  position: relative;
  background: var(--white);
  padding: 30px 75px 60px 75px;
  border-radius: 35px;
  max-width: 455px;
  margin: auto;
  h3 {
    color: var(--black);
    font-size: 23px !important;
    font-weight: 600;
    .text--dec {
      font-weight: 600;
    }
  }
  .convertforms .cf-control-group {
    padding: 4px 10px;
  }

  .convertforms .cf-form-wrap {
    padding: 0px;
  }
}

.main--form .termsofservice {
  color: var(--black);
}

.terms--text {
  margin-top: 10px;
}

.terms--text p {
  color: var(--black);
  font-size: 14px;
}

.cf-control-input h3 {
  color: var(--black);
}

/* Catalog main */

section#catalog {
  margin-top: var(--mt);
}

img.catalog-img {
  top: 50px;
  position: absolute;
  z-index: 2;
  right: 0;
  max-width: 250px;
  transition: 0.2s ease-out;
}

.catalog-item.catalog-item-5 img.catalog-img {
  max-width: 150px;
}

.catalog-title {
  font-size: 16px;
  font-weight: 600;
  text-wrap: wrap;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.catalog-item:hover img {
  transform: scale(1.04);
  transition: 0.2s ease-in;
}

.catalog-item span {
  color: var(--white);
}

.catalog-item {
  display: block;
  background: var(--third-color);
  height: 100%;
  border-radius: var(--brdrds);
  padding: 30px;
  position: relative;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.catalog-item:hover .catalog-item--circle {
  bottom: 1px;
  left: 1px;
  transition: 0.3s ease-in;
  opacity: 1;
  z-index: 3;
}

.catalog-item--circle {
  content: "";
  position: absolute;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  bottom: -55px;
  left: -35px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--main-color);
  opacity: 0.4;
  transition: 0.3s ease-out;
}

.catalog-item--circle a {
  color: var(--white) !important;
  font-size: 13px;
  cursor: pointer;
}

/* About */

section#about {
  margin-top: var(--mt);
  background: var(--third-color);
  padding-block: 50px;
}

section#about img {
  margin-left: auto;
  display: block;
}

h2.about--title {
  font-size: 35px;
  margin-bottom: 30px;
}

p.about--text {
  margin-bottom: 30px;
  font-size: 18px;
}

.about--wrapper {
  max-width: 680px;
}

/* Gallery */

section#gallery {
  margin-top: var(--mt);
}

.gallery-item:hover img,
.newsflash-card:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}

.gallery-item {
  height: 100%;
  overflow: hidden;
  max-height: 590px;
}

.gallery-item img {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Checkbox */

.form-check-input {
  margin: 0 3px 0 0;
}

.form-check-input:checked {
  background-color: var(--main-color);
}

.form-check-input {
  border: 1px solid var(--black) !important;
  padding: 9px !important;
  width: 9px;
  height: 9px;
}

.cf-label {
  text-align: left;
}

.terms--text .cf-label {
  font-size: 14px !important;
  a {
    color: var(--main-color);
  }
}

.form-check-input:focus {
  border-color: var(--main-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #7539693e;
}

/* Project */

/* Заголовок */
#projects h2.section--title {
  margin-bottom: 100px;
}

/* Контейнер всей вертикальной линии и этапов */
.col-12.column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}

/* Центральная вертикальная линия */
.stage--line {
  position: absolute;
  top: -60px;
  height: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--main-color) 20%,
    var(--main-color) 80%,
    transparent 100%
  );
  z-index: 1;
  border-radius: 5px;
}

/* Один этап */
.stage--item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
  max-width: 430px;
  z-index: 2;
}

/* Чередование лево/право */
.stage--item:nth-child(odd) {
  margin-left: -25.5%;
  justify-content: end;
}

.stage--item:nth-child(even) {
  margin-left: 25.5%;
}

/* Круг с номером */
.stage--circle {
  background: var(--gradient);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 30px 3px #c604044d;
  flex-shrink: 0;
  z-index: 2;
}

/* Номер в круге */
.stage--num {
  color: var(--white);
  font-size: 32px;
}

/* Текст этапа */
.stage--title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
  color: #000;
  max-width: 400px;
}

/* Общий отступ секции */
section#projects {
  margin-top: var(--mt);
  background-image: url(/images/stage-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 120px;
  background-blend-mode: color;
  background-color: #ffffffd0;
  background-attachment: scroll;
}

/* Carousel-rev */

section#albums {
  margin-top: var(--mt);
}

.review--btns {
  display: flex;
  gap: 15px;
  flex-direction: column;
  width: 255px;
}

.review--block {
  width: 100%;
  position: relative;
  z-index: 3;
}

.review--wrapper {
  display: flex;
  gap: 75px;
  overflow: hidden;
}

.review--info {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  p {
    color: #999999;
    margin-bottom: 0;
  }
}

.review--dot {
  border-radius: 100%;
  background: #999999;
  width: 3px;
  height: 3px;
}

.review--value {
  display: flex;
  align-items: center;
  gap: 8px;
  p {
    color: var(--black);
    margin-bottom: 0;
    font-size: 64px;
  }
  .rewiev--rating {
    margin-bottom: 0;
  }
}

p.rating--num {
  margin-bottom: 0;
}

p.reviews--subtitle {
  font-size: 32px;
  margin-bottom: 0;
}

.reviews--title-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.slide {
  height: auto;
  width: 360px;
}

.slide img.rating--icon {
  margin-bottom: 10px;
}

.slide_content {
  height: 100%;
  width: 100%;
}

.row.title--row {
  margin-bottom: 90px;
  align-items: center;
}

.rewiev--item {
  border: 0px;
  position: relative;
  background: var(--white);
  border-radius: var(--brdrds);
  height: 100%;
  width: 100%;
  padding: 20px;
  transition: var(--trnshn);
  /* box-shadow: var(--bxsdw); */
  &:hover {
    box-shadow: 0px 5px 10px 15px #cccccc16;
    transition: var(--trnshn);
  }
  a.btn.main-btn.order-popup {
    width: 100%;
    margin-top: 30px;
  }
}

img.review--img {
  border-radius: 30px;
}

.rewiew--person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}

.rewiew--person img {
  max-width: 40px;
}

.rewiev--date {
  color: #999999e5;
  font-size: 14px;
}

.rewiev--text {
  font-size: 16px;
  line-height: 21px;
  color: var(--black);
  text-wrap: pretty;
}

.item--name {
  color: var(--white);
  margin-bottom: 30px;
}

.slider_pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination--wrapper {
  display: flex;
  gap: 13px;
}

.pagination--wrapper .slider__dot {
  width: 19px;
  height: 19px;
  background: var(--second-color);
  display: block;
  border-radius: 100%;
  cursor: pointer;
  transition: var(--trnshn);
  &:hover {
    background: var(--main-color);
    transition: var(--trnshn);
  }
}

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

.person--name {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--black);
}

.rewiev--rating {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.slider-controls {
  display: flex;
  justify-content: end;
  gap: 15px;
}

p.slider--date {
  margin-bottom: 0;
  color: #1e1e1e78;
}

.arrow {
  width: 60px;
  height: 60px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--trnshn);
  &:hover {
    background: var(--white);
    transition: var(--trnshn);
  }
  &:hover img {
    filter: invert(1);
    transition: var(--trnshn);
  }
}

a.readmore {
  display: flex;
  gap: 5px;
  align-items: center;
}

.slider__arrow {
  position: absolute;
  top: 55%;
  z-index: 5;
}

.arrow.right.slider__arrow {
  right: -5%;
}

.arrow.left.slider__arrow {
  left: -5%;
}

.title--section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.back_link {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  font-size: 15px;
}

.back_link img {
  filter: invert(1);
}

.back_link p {
  margin-bottom: 0;
  color: var(--black);
}

.carousel-container {
  width: calc(100% + 3479px);
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out !important;
  gap: 20px;
}

/* News */

section#news {
  margin-top: var(--mt);
}

/* Footer */

img.studio--copyright {
  filter: invert(1);
  max-width: 150px;
  opacity: 0.6;
  transition: var(--trnshn);
}

img.studio--copyright:hover {
  opacity: 1;
  transition: var(--trnshn);
}

#bottom .catalog--link {
  margin: 0;
  background: transparent;
  padding: 0;
}

.footer--catalog .mod-menu {
  display: block;
  column-count: 2;
}

#bottom .menu--link::before {
  display: none;
}

#bottom .catalog--link:hover {
  color: var(--main-color) !important;
}

img.catalog-img.catalog-img-7 {
  bottom: 0;
  top: unset;
  max-width: 350px;
}

#bottom span.image-title {
  margin: 0;
}

#bottom .catalog--link img {
  display: none;
}

.footer--menu li {
  list-style-type: none;
  margin-bottom: 7px;
  padding: 0;
}

.footer--menu ul {
  padding: 0;
}

/* img.footer--logo {
  filter: invert(1);
} */

#footer .work--time {
  color: #4d4d4d;
}

#footer {
  color: var(--black);
  margin-top: 0px;
  padding-block: 60px;
  /* background-color: #242424; */
  background: var(--third-color);
}

#footer .nav-item a {
  font-size: 14px;
  color: #ffffffa4;
  &:hover {
    color: var(--white);
  }
}

#footer .copyright {
  margin-top: 100px;
  text-align: center;
}

#bottom .info--phones-grid {
  flex-direction: column;
  align-items: start;
}

#bottom .info--items-wrapper {
  justify-content: start;
}

#bottom .footer--link {
  text-decoration: dashed !important;
  cursor: pointer;
  color: var(--main-color);
  text-transform: uppercase !important;
  margin-top: 10px;
  display: block;
}

#footer h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
}

#footer .info--phone-column .info--items-wrapper {
  gap: 0;
}

/* Callback */

.callback--inner {
  padding: 30px;
  border-radius: var(--brdrds);
  background: var(--white);
}

.callback--inner button {
  text-transform: uppercase !important;
}

section#callback {
  margin-top: 160px;
  /* background: var(--third-color); */
  padding-block: 50px;
}

.callback--form {
  position: relative;
}

input#form4_text6,
input#form4_tel3,
button.cf-btn.main--btn {
  border-radius: var(--brdrds);
}

#callback p.terms--service {
  color: var(--black);
}

#callback .cf-form-wrap {
  padding: 15px 0 !important;
}

.callback--wrapper p.section--subtitle {
  margin-bottom: 0;
}

.cf-control-input .terms--link {
  text-decoration: underline !important;
}

#callback .cf-control-input .terms--link {
  color: var(--main-color) !important;
}

#callback p.section--subtitle a {
  color: var(--main-color) !important;
}

h3.callback--title {
  color: var(--black);
}

.callback--wrapper {
  background: var(--white);
  border-radius: var(--brdrds);
  padding: 45px;
  position: relative;
}

.callback--decor {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 420px;
}

/* Contacts */

.contact-page .info--phones-grid {
  flex-direction: column;
  justify-content: center;
  align-items: anchor-center;
  margin-bottom: 10px;
}

.contact-page .adress {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  justify-content: center;
}

.contact-page .info--phones-grid a {
  font-size: 18px;
}

.contact-page {
  text-align: left;
  color: var(--white);
}

.contact_item.mail {
  text-align: center;
  margin-bottom: 15px;
}

.catalog__text {
  background: var(--white);
  backdrop-filter: blur(5px);
  border-radius: var(--brdrds);
  padding: 30px;
}

.contact-page .topbar--messengers {
  justify-content: center;
  margin-bottom: 30px;
}

.contact_item.mail {
  font-size: 18px;
  color: var(--white);
}

.contact_item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #cbcbcb;
  margin-bottom: 30px;
}

p.contact-adress {
  margin-bottom: 0;
  color: var(--white);
  margin-bottom: 30px;
}

.contact-page a.phone {
  color: var(--white);
  font-size: 27px;
}

/* Partners */

section#partners {
  margin-top: var(--mt);
}

span.partner--info-icon,
.partners--icon {
  width: 29px;
  height: 29px;
  color: var(--white);
  border-radius: 100%;
  display: inline-flex;
  margin-inline: 5px;
  align-items: center;
  justify-content: center;
}

p.partners--info {
  margin-bottom: 0;
  color: #00000047;
}

.partners--icon {
  background: #b5b5b5;
}

span.partner--info-icon {
  background: var(--main-color);
  position: absolute;
  right: -5px;
  top: -10px;
}

.partners--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partner {
  background: var(--white);
  position: relative;
  border-radius: var(--brdrds);
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation {
  margin-top: 100px;
  text-align: center;
}

.consultation--text {
  color: var(--black);
  max-width: 500px;
  text-align: center;
  display: block;
  margin-inline: auto;
  margin-bottom: 30px;
}

/* Advantages */

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575.98px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }
}

.advantage-item {
  padding: 15px;
  background: white;
  border-radius: var(--brdrds);
  height: 100%;
}

.advantage-icon {
  color: var(--main-color);
  margin-bottom: 15px;
  margin-inline: auto;
  display: block;
  height: 42px;
}

.advantage-text {
  margin-bottom: 0;
  text-align: center;
}

.benifits {
  margin-top: var(--mt);
}

/* Article */

p.com-content-category-blog__counter {
  color: var(--black);
}

.blog-item:hover {
  translate: 0 -5px;
  transition: var(--trnshn);
  box-shadow: 0 0 0 2px var(--main-color);
}

.blog-item {
  transition: var(--trnshn);
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: var(--brdrds);
}

.blog-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgb(0, 0, 0) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  pointer-events: none;
}

.main--category .blog-item .item-content {
  padding-inline: 20px;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  color: var(--white);
}

.blog-item .item-content {
  padding-inline: 20px;
  position: absolute;
  bottom: 0px;
  z-index: 3;
  color: var(--white);
}

dd.published,
dd.hits {
  color: var(--white);
}
dt.article-info-term {
  display: none;
}

.com-content-category-blog.blog h1 {
  text-align: center;
  margin-bottom: 30px;
}

.blog-item a {
  color: var(--background);
  height: 100%;
  font-size: 19px;
  line-height: 23px;
  display: block;
}

.com-content-article .item-image {
  max-width: 615px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}

/* Video */

.video-container {
  margin-top: var(--mt);
}

.video--wrapper {
  position: relative;

  width: 65%;
  border-radius: var(--brdrds);
  overflow: hidden;
  display: block;
  margin: auto;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
  background-color: #ffffffad;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
}
.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid var(--main-color);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
video {
  display: block;
  width: 100%;
  height: auto;
}

/* FAQ */

/* .accordeon--faq h2,
.accordeon--faq h3 {
  margin: 0 !important;
}

#faq {
  background-image: url(/images/bg-dark.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: var(--pdng);
}

.faq--img {
  height: 100%;
  max-height: 570px;
  overflow: hidden;
  border-radius: var(--brdrds);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.support--wrapper {
  padding: 35px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-color: #ea87241b;
  border-radius: 10px;
  width: 100%;
  p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }
  .support--text {
    max-width: 800px;
  }
  h3 {
    font-size: 36px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: var(--txt-grdnt);
  }
}

.accordion-button {
  font-size: 23px !important;
  line-height: 29px;
  text-wrap: balance;
  align-items: normal !important;
  position: relative;
  flex-direction: column-reverse;
  padding: 30px 0px !important;
  color: var(--main-color) !important;
  background-color: transparent !important;
}

.accordion-item {
  border-top: 1px solid #ffffff !important;
  border-radius: var(--brdrds2) !important;
  overflow: hidden;
  margin-bottom: 0px;
  background: transparent !important;
  transition: var(--trnshn);
}

.accordion-item.last--item {
  border-bottom: 1px solid #ffffff !important;
}

.accordion-item:hover {
  box-shadow: 0px 4px 13px 7px #00000019;
  transition: var(--trnshn);
  transform: translate(0px, -4px);
}

.accordion-button:not(.collapsed) {
  color: var(--main-color) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-body {
  color: var(--white);
  padding: 0px 0px 30px 0px !important;
  font-size: 17px;
}

.accordion-button::after {
  content: "";
  display: flex;
  width: 40px !important;
  height: 40px !important;
  background-color: transparent;
  border: 1px solid var(--main-color);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-position: center;

  background-image: url("/images/icons/plus.svg") !important;
  background-repeat: no-repeat;
  background-size: inherit;
  position: absolute;
  top: 30%;
  right: 5%;
  transition: var(--trnshn);
}

.accordion-button:not(.collapsed)::after {
  content: "";
  display: inline-block;
  background-image: url("/images/icons/plus.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  right: 5%;
  transition: var(--trnshn);
  transform: rotate(45deg) !important;
}

.form--decor {
  opacity: 0.2;
  position: absolute;
  max-width: 600px;
  margin: auto;
  top: 0%;
  left: 5%;
  z-index: 0;
} */

section#faq {
  margin-top: var(--mt);
}

.accordion {
  display: grid;
  row-gap: 20px;
}

.accordion-flush .accordion-item {
  padding: 0;
}

.accordion-item {
  color: var(--black);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: grid;
  -webkit-transition: var(--trnshn);
  transition: var(--trnshn);
}

.accordion-item :is(.accordion-button, .accordion-body) {
  --p: 16px 20px;
  padding: var(--p);
}

@media (min-width: 768px) {
  .accordion-item :is(.accordion-button, .accordion-body) {
    --p: 20px 40px;
  }
}

@media (min-width: 1200px) {
  .accordion-item :is(.accordion-button, .accordion-body) {
    --p: 24px 60px;
  }
}

.accordion-body p {
  color: var(--black);
}

.accordion-item .accordion-body {
  padding-top: 0;
}

.accordion-item:hover {
  translate: 0 -5px;
  -webkit-box-shadow: 0 20px 75px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 75px 5px rgba(0, 0, 0, 0.08);
}

.accordion-item:hover .accordion-button {
  color: var(--main-color);
}

.accordion-item:hover .accordion-button::after {
  -webkit-filter: invert(55%) sepia(97%) saturate(926%) hue-rotate(353deg)
    brightness(101%) contrast(102%);
  filter: invert(55%) sepia(97%) saturate(926%) hue-rotate(353deg)
    brightness(101%) contrast(102%);
}

.accordion-button {
  --fz: 16px;
  font-size: var(--fz);
  font-weight: 600;
  line-height: 1.35;
  padding: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: var(--trnshn);
  transition: var(--trnshn);
}

@media (min-width: 768px) {
  .accordion-button {
    --fz: 18px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 992px) {
  .accordion-button {
    --fz: 20px;
  }
}

@media (min-width: 1200px) {
  .accordion-button {
    --fz: 22px;
  }
}

.accordion-button:focus,
.accordion-button:focus-visible {
  outline: none;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button::after {
  translate: 0 4px;
}

.accordion-button.collapsed {
  color: var(--black);
}

.accordion-button:not(.collapsed) {
  color: var(--main-color);
  background-color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  -webkit-filter: invert(55%) sepia(97%) saturate(926%) hue-rotate(353deg)
    brightness(101%) contrast(102%);
  filter: invert(55%) sepia(97%) saturate(926%) hue-rotate(353deg)
    brightness(101%) contrast(102%);
  /* background-image: var(--bs-accordion-btn-icon); */
}

.accordion-body {
  padding: 0 40px 0 0;
}

/* Contacts */

.contacts--item.messengers {
  display: none;
}

#contacts {
  position: relative;
  .topbar--messengers {
    justify-content: center;
    .d-flex {
      gap: 15px;
    }
  }
}

.contacts--item {
  text-align: center;
  margin-bottom: 30px;
}

.footer--text {
  margin-bottom: 0;
  font-size: 16px;
  color: #808080 !important;
}

.privacy--link {
  text-align: end;
}

.contacts--map-wrapper {
  padding: 50px 50px 20px 50px;
  background-color: #1f1f1f;
  display: inline-block;
  border-radius: var(--brdrds);
  position: absolute;
  bottom: 10%;
  left: 14%;
  text-align: center;
}

.contacts--logo {
  display: none;
  margin: auto;
}

/*Scroll-bar*/

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
  background-color: var(--background);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

@media (width <= 1400px) {
  .container {
    padding-inline: 30px;
  }

  .catalog--link {
    margin-right: 5px;
  }

  #header {
    padding-inline: 30px;
  }

  .menu--link {
    margin-right: 70px;
  }

  .topbar--phone .phone {
    font-size: 25px;
  }
  .icon--wrapper {
    width: 43px;
    height: 43px;
  }
  img.messenger--icon {
    width: 38px;
  }

  .topbar--messengers {
    gap: 30px;
  }

  #hero {
    padding-block: 380px 150px;
  }

  main {
    margin-top: -315px;
  }

  .navbar-collapse {
    display: flex;
    gap: 30px;
  }
}

@media (width <= 1300px) {
  :root {
    --fz: 16px;
  }
  .navbar-collapse {
    gap: 10px;
  }

  .logotype {
    max-width: 240px;
  }

  .menu--link::before {
    right: 35px;
  }

  .icon--wrapper {
    width: 38px;
    height: 38px;
  }
}

@media (width <= 1260px) {
  .topbar {
    .logo--wrapper {
      width: 18%;
      gap: 0px;
    }
    .info--wrapper {
      width: 82%;
    }
  }
  .logotype {
    max-width: 200px;
  }
  #header a.phone {
    font-size: 16px;
    line-height: 21px;
  }
  .navbar-collapse {
    gap: 15px;
  }
  input#mod-finder-searchword144 {
    width: 280px;
  }
  .catalog--link {
    margin-right: 30px;
  }
  .menu--link {
    margin-right: 60px;
  }
  .menu--link::before {
    right: 30px;
  }
  p.info--wrapper-value {
    font-size: 12px;
    margin-bottom: 0;
  }
  .info--wrapper-item {
    padding: 15px 15px;
  }

  .topbar--messengers {
    .d-flex {
      gap: 10px;
    }
  }

  .hero--features {
    max-width: 505px;
  }

  img.hero--features-icon {
    max-height: 40px;
  }
}

@media (width <= 1100px) {
  .menu--link {
    margin-right: 50px;
  }

  input#mod-finder-searchword144 {
    width: 245px;
  }

  .catalog--link {
    margin-right: 15px;
  }

  .menu--link::before {
    right: 15px;
  }
  .logotype {
    max-width: 150px;
  }
  .topbar {
    .logo--wrapper {
      width: 15%;
    }
    .info--wrapper {
      width: 85%;
    }
  }
}

@media (width <= 991px) {
  .privacy--policy main {
    margin-top: -110px;
  }

  .convertforms .cf-form-wrap {
    padding: 0px;
  }

  .catalog--button-mobile .decor--item {
    background: var(--black);
    height: 2px;
    border-radius: var(--brdrds);
    display: block;
    transition: var(--trnshn);
  }

  #catalog-title {
    margin-bottom: 15px;
  }

  .component-left {
    margin-right: 0px;
  }

  .catalog--button-mobile {
    display: flex;
    gap: 13px;
    align-items: center;
    padding-block: 10px;
    cursor: pointer;
    justify-content: center;
  }

  #catalog-btn-mobile a:hover {
    color: var(--main-color) !important;
  }

  #catalog-block {
    border-radius: var(--brdrds);
  }

  .catalog--button-mobile a {
    font-weight: 500 !important;
    font-size: 16px !important;
    &:hover {
      color: var(--white) !important;
    }
  }

  .catalog--button-mobile .decor--item {
    background: var(--black);
    height: 2px;
    border-radius: var(--brdrds);
    display: block;
    transition: var(--trnshn);
  }

  .decor--item-1 {
    width: 15px;
    margin-bottom: 4px;
    margin-left: auto;
  }

  .catalog--block {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .catalog--block.active {
    max-height: 1000px; /* любое значение, больше высоты контента */
  }

  .catalog--button-mobile.catalog--btn.active .decor--item {
    width: 20px;
    transition: 0.3s ease;
  }

  .decor--item-2 {
    width: 20px;
    margin-bottom: 4px;
  }

  .decor--item-3 {
    width: 15px;
  }

  .component-columns {
    flex-direction: column;
  }

  .info--wrapper-item {
    padding: 0px;
  }

  #header .container {
    background: #ffffff00 !important;
  }

  .terms--text p {
    font-size: 13px;
    line-height: 14px;
  }

  .terms--text {
    margin-bottom: 15px;
  }

  .error_site .grid-child.container-component {
    max-width: 310px;
    max-height: 310px;
  }

  h3.error--title {
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #topbar {
    .adress.adress--main {
      display: none;
    }
  }
}

@media (width <= 991px) {
  div#mod-custom136 {
    order: 2;
  }

  nav.navbar.navbar-expand-md {
    order: 3;
  }

  div#mod-custom137 {
    order: 1;
  }

  .desctop--logo {
    display: none;
  }
  .mobile--logo {
    display: block !important;
  }
}

@media (width <= 768px) {
  .accordion-button::after {
    width: 35px !important;
    height: 35px !important;
    right: 0%;
  }

  .offcanvas--wrapper a {
    color: var(--white);
    text-align: start;
  }

  .info--phones-grid {
    gap: 5px;
    align-items: self-start;
  }

  img.offcanvas--logo.mb-4 {
    filter: invert(1);
    max-width: 190px;
  }

  .main--page #header {
    display: block;
  }

  .logo--wrapper img {
    width: 100%;
  }

  .logo--wrapper {
    max-width: 150px;
  }

  img.messenger--icon {
    width: 21px;
  }

  .icon--wrapper {
    width: 35px;
    height: 35px;
  }

  .navbar-toggler {
    padding: 0px !important;
  }

  div#mod-custom135 {
    justify-content: space-between;
    gap: 10px;
  }

  #header .header--contacts .topbar--phone {
    display: none;
  }

  #header .logo--wrapper,
  #header .header--contacts {
    display: block;
  }

  #header {
    display: block;
    margin-top: 0px;
  }

  div#hero--menu {
    display: none;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .benefit--icon img {
    width: 350px;
  }

  .benefit--icon::after {
    width: 25px;
    height: 25px;
    top: 5px;
  }

  #faq .accordion-button {
    font-size: 16px !important;
  }

  .play-button::before {
    border-left: 30px solid var(--main-color);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  /* .contact--page #hero {
    padding: 0;
  } */

  .contact_item p {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .contact-page a.phone {
    color: var(--white);
    font-size: 20px;
  }

  .info--items-wrapper {
    gap: 8px;
  }

  .consultation {
    margin-top: 30px;
  }

  #footer .copyright {
    margin-top: 30px;
    text-align: center;
  }

  #albums .review--block {
    order: 1;
    margin-top: 30px;
  }

  #albums .carousel-container {
    order: 3;
  }

  #albums .mobile--form {
    order: 2;
  }

  .review--value p {
    font-size: 60px;
    line-height: 65px;
  }

  .review--btns {
    width: 100%;
    margin: auto;
  }

  .callback--inner {
    padding: 30px 15px;
  }

  .callback--decor {
    position: unset;
  }

  .review--info {
    justify-content: center;
  }

  .review--value {
    justify-content: center;
  }

  .review--wrapper {
    gap: 0px;
  }

  .slider-controls {
    justify-content: space-between;
    margin-top: 30px;
  }

  .slider__arrow {
    position: unset;
  }

  .blog--main section#breadcrumbs {
    margin-top: 100px;
  }

  #system-message-container {
    margin-block: 60px 30px;
  }

  .blog--main .blog-item {
    margin-bottom: 0px;
  }

  .com-content-category-blog.blog {
    margin-block: -35px 100px !important;
  }

  .blog--main .item-pageblog--main {
    margin-block: -35px 30px !important;
  }

  .blog--main .blog-item {
    flex-direction: column !important;
  }

  h1.main--title {
    font-size: 32px;
    line-height: 40px;
    br {
      display: none;
    }
  }
  .hero--buttons {
    gap: 15px;
    flex-wrap: wrap;
  }
  .btn {
    padding: 18px 45px !important;
    font-size: 15px !important;
  }
  :root {
    --pdng: 50px;
  }

  .catalog--link {
    margin-right: 0px;
    padding: 15px 60px;
    background: var(--main-color);
    border-radius: var(--brdrds) !important;
  }

  .menu--link::before {
    display: none;
  }

  .info--wrapper-item {
    margin-bottom: 15px;
  }

  .footer--catalog {
    display: none;
  }

  #bottom .menu--link {
    margin-right: 0px;
  }

  #bottom .mod-list {
    text-align: center;
  }

  img.copyright--logo {
    max-width: 130px;
    margin: 15px auto 15px auto;
  }

  section#callback {
    margin-top: 30px;
  }
}

@media (width <= 576px) {
  .blog--main h3,
  .blog--main h2 {
    margin-top: 10px !important;
  }

  #catalog figure.newsflash-image {
    right: 15px;
    min-width: 170px;
  }

  h3.newsflash-title a {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .newsflash-image {
    margin-bottom: 5px !important;
  }

  /* .main--catalog-wrapper {
    height: 300px;
    padding: 15px;
  } */

  #topbar {
    .topbar--messengers {
      display: none;
    }
  }

  #hero video {
    width: 100%;
    height: 400px;
  }

  #age-verification-popup {
    width: 300px;
  }

  .info--wrapper {
    width: 100% !important;
  }
  .container {
    padding-inline: 15px !important;
  }

  h1.main--title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }

  #hero {
    padding-block: 190px 100px;
  }

  .custom--form {
    padding: 15px !important;
    h3 {
      font-size: 21px !important;
      line-height: 26px !important;
    }
  }

  p.hero--description {
    font-size: 15px;
  }
  .btn {
    width: 100%;
  }
  .topbar--phone .phone {
    font-size: 18px;
    line-height: 21px;
  }
  .topbar--phone {
    gap: 0px !important;
  }
  h1.main--title {
    br {
      display: block;
    }
  }

  .footer--text {
    padding-top: 0px !important;
    text-align: center;
    margin-bottom: 10px;
  }
}

/* Animation */

.animated {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-left,
.fade-in-right,
.fade-in-down,
.fade-in {
  opacity: 0;
}

.fade-in-left-02,
.fade-in-right-02,
.fade-in-down-02,
.fade-in-02 {
  transition-delay: 0.2s;
}

.fade-in-left-04,
.fade-in-right-04,
.fade-in-down-04,
.fade-in-04 {
  transition-delay: 0.4s;
}

.fade-in-left-06,
.fade-in-right-06,
.fade-in-down-06,
.fade-in-06 {
  transition-delay: 0.6s;
}

.fade-in-left,
.fade-in-left-02,
.fade-in-left-04,
.fade-in-left-06 {
  transform: translateX(-50px);
}

.fade-in-right,
.fade-in-right-02,
.fade-in-right-04,
.fade-in-right-06 {
  transform: translateX(50px);
}

.fade-in-down,
.fade-in-down-02,
.fade-in-down-04,
.fade-in-down-06 {
  transform: translateY(50px);
}

.animated.fade-in,
.animated.fade-in-left,
.animated.fade-in-right,
.animated.fade-in-down {
  opacity: 1;
  transform: none;
}

/* Blog */

.blog-item .item-image {
  margin-top: 0px;
}

figure.left.item-image {
  margin-bottom: 0px;
}

section#blog--section {
  margin-top: var(--mt);
}

.main--catalog-wrapper {
  height: 100%;
}

.newsflash-image {
  margin-bottom: 15px;
  max-height: 270px;
  overflow: hidden;
}

h3.newsflash-title a {
  font-family: "Involve", sans-serif;
  font-weight: 600;
  text-wrap: balance;
  font-size: 19px;
  line-height: 25px;
  display: block;
}

.newsflash-image img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsflash-card:hover a {
  color: var(--color-hover);
}

.newsflash-card {
  height: 100%;
  position: relative;
}
.newsflash-card .full-card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  text-indent: -9999px; /* чтобы текст не был виден */
}

.mt-5.mb-5.cta-blog--wrapper {
  text-wrap: balance;
  background: var(--black);
  border-radius: var(--brdrds);
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}

.cta--img img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  height: 100%;
}

.cta--img {
  width: 100%;
  position: relative;
  display: block;
}

.cta--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to right, #0b0b0b 0%, rgba(0, 0, 0, 0) 80%);
  pointer-events: none;
}

.cta--description {
  max-width: 560px;
  padding: 30px;
  p {
    margin-bottom: 30px;
  }
}

figure.left.item-image {
  float: none;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.project--page .page-header h1 {
  display: none;
}

.com-content-article__body p {
  color: var(--black) !important;
}

.com-content-article__body .wf-columns {
  margin-bottom: 30px;
}

.com-content-article__body .wf-column img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.com-content-article__body .catalog--table {
  margin-block: 25px 50px;
}

.com-content-article__body h3 {
  color: var(--black) !important;
}

.blog--main h3,
.blog--main h2 {
  margin-top: 30px;
}

.blog--main main {
  background-image: url(/images/bg-main.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
  background-color: #000000a8 !important;
  background-blend-mode: darken !important;
  overflow: hidden;
  background-attachment: fixed;
  h1 {
    margin-bottom: 30px;
  }
}

.blog--main .blog-item {
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding: 30px;
}

.blog--main .item-pageblog--main {
  background: var(--background);
  padding: 30px;
  border-radius: var(--brdrds);
  max-width: 1200px;
  margin: auto;
  margin-block: 30px 100px;
}

.left.item-image {
  border-radius: var(--brdrds);
}

.blog--main .com-content-category-blog.blog {
  height: 100%;
  background: var(--background);
  margin-block: 0px 100px;
  border-radius: var(--brdrds);
  padding-bottom: 30px;
}

.blog--main .item-content {
  max-width: 635px;
}

/* Go to top */

.scroll {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9000;
  touch-action: none;
}

.scroll-to-top {
  position: relative;
  background-color: var(--main-color);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fa-chevron-up {
  font-size: 18px;
}

.scroll-to-top.show {
  opacity: 0.4;
}

.scroll-to-top:hover {
  opacity: 1;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: var(--black);
  border: 1px solid var(--main-color);
}

.scroll-to-top:active {
  transform: scale(1);
}

@media (max-width: 767px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
  }

  .mt-5.mb-5.cta-blog--wrapper {
    flex-direction: column;
  }

  .cta--img img {
    position: relative;
  }

  .cta--img::before {
    height: 80%;
    background: linear-gradient(to bottom, #0b0b0b 0%, rgba(0, 0, 0, 0) 80%);
  }

  .cta--description .btn {
    padding: 18px 30px !important;
  }

  .cta--description {
    max-width: 100%;
    padding: 15px;
  }

  .circle {
    width: 51px;
    height: 51px;
  }

  .fa-chevron-up {
    font-size: 16px;
  }
}

/* Pulse */

.pulsate {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #a36e1ec7;
  }
  50% {
    box-shadow: 0 0 2px 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (width <= 1300px) {
  h1.main--title {
    font-size: 45px;
    line-height: 52px;
  }

  .topbar--phone .phone {
    font-size: 23px;
    line-height: 27px;
  }
  .adress a {
    font-size: 15px;
    line-height: 21px;
  }
  p.hero--description {
    font-size: 20px;
    max-width: 580px;
  }
  .btn {
    padding: 15px 30px !important;
  }
  .section--title {
    font-size: 36px;
  }
  #callback {
    .section--title {
      font-size: 47px;
      line-height: 50px;
    }
  }
  .accordion-button {
    max-width: 520px;
    font-size: 18px !important;
  }
  .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0px !important;
    box-shadow: none !important;
  }
}

@media (width <= 991px) {
  form.mod-finder.js-finder-searchform.form-search {
    order: 2;
  }

  #footer .logotype {
    display: none;
  }
  p {
    font-size: 16px;
  }
  p.about--text {
    margin-bottom: 15px;
  }
  #topbar {
    .adress.adress--main {
      display: none;
    }
  }

  .info--wrapper {
    width: 65% !important;
  }
  .mobile--order-1 {
    order: 1;
  }
  .mobile--order-2 {
    order: 2;
    margin-top: 0 !important;
  }
  .mobile--order-3 {
    order: 3;
  }
  .mobile--order-4 {
    order: 4;
    margin-top: 16px !important;
  }
  .row.g-4.about--gallery {
    margin-block: 0px 30px;
  }
  #about {
    .main--btn {
      margin-top: 5px;
    }
  }
  .gift--item {
    margin-bottom: 30px;
  }
  .menu--wrapper {
    display: none;
  }
  a.popup--link {
    font-size: 14px;
  }

  img.geo--icon {
    width: 19px;
  }

  .adress a {
    font-size: 15px;
    line-height: 19px;
  }

  #hero {
    padding-block: 170px 100px;
  }

  main {
    margin-top: -140px;
  }

  .topbar--messengers .gap-3 {
    display: none !important;
  }

  #topbar {
    display: none;
  }
  #header {
    opacity: 1 !important;
    .container {
      flex-wrap: wrap;
      align-items: center;
    }
  }
  .container {
    padding-inline: 15px;
  }
  #header {
    padding-inline: 0px;
  }
  .mobile--form {
    display: block;
  }
  .desctop--form {
    display: none;
  }
}

@media (width <= 767px) {
  #callback .section--title {
    font-size: 27px;
    line-height: 32px;
  }

  .com-content-article dl.article-info.text-muted :is(span, time, .hits) {
    color: var(--black) !important;
    font-size: 15px !important;
  }

  .page-header h1 {
    font-size: 25px;
  }

  .callback--decor {
    width: 270px;
  }

  a.popup--link.footer--link {
    margin-bottom: 30px;
  }

  p.hero--subtitle {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .advantages-grid {
    gap: 1rem;
  }

  .blog-item {
    transition: var(--trnshn);
    position: relative;
    height: 235px;
  }

  .blog-item a {
    color: var(--background);
    height: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  figure.left.item-image {
    margin-bottom: 0px;
  }

  /* .topbar--messengers {
    width: 100%;
  } */

  div#hero--column {
    padding: 50px 15px 50px 15px;
  }

  #footer h3 {
    margin-bottom: 10px;
  }

  #footer a {
    font-size: 15px;
  }

  .footer--section {
    margin-top: 0px !important;
  }

  img.footer--logo.mb-3 {
    max-width: 200px;
    display: block;
    margin: auto;
  }

  img.studio--copyright {
    display: block;
    margin: auto;
  }

  .callback--inner {
    padding: 15px 0 0px 0;
  }

  p.terms--service {
    font-size: 13px;
    line-height: 17px;
  }

  h2.about--title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .stage--item {
    margin: 0;
  }

  .stage--num {
    color: var(--white);
    font-size: 21px;
  }

  #projects h2.section--title {
    margin-bottom: 60px;
  }

  .stage--line {
    position: absolute;
    top: -35px;
    height: 120%;
    left: 6%;
  }

  .stage--circle {
    width: 40px;
    height: 40px;
  }

  .col-12.column {
    gap: 20px;
  }

  .stage--item:nth-child(even) {
    margin-left: 0;
  }

  .stage--item:nth-child(odd) {
    margin-left: 0;
    justify-content: start;
    flex-flow: row-reverse;
  }

  .stage--title {
    font-size: 15px;
  }

  p.about--text {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .mod-menu__sub {
    background-color: transparent;
  }

  #mod-custom128 a:hover {
    color: #ccc !important;
  }

  #mod-custom135 .logo--wrapper {
    order: 1;
  }

  #mod-custom135 .header--contacts {
    order: 2;
  }

  #mod-custom135 .main--menu {
    order: 3;
  }

  img.callback--decor {
    order: 3;
  }

  .callback--wrapper {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
  }

  .main--form {
    padding: 40px 5px;
    max-width: 400px;
  }

  .review--wrapper {
    flex-direction: column-reverse;
  }

  .review--block::before {
    display: none;
  }

  #hero {
    padding-block: 50px;
  }

  #albums::before {
    display: none;
  }

  .section--subtitle {
    margin-bottom: 50px;
    font-size: 15px;
  }

  #breadcrumbs span {
    font-size: 13px;
  }

  .hero--features-item {
    width: 100%;
  }

  .main--photo {
    flex: inherit;
  }

  .hero--features-item {
    flex-direction: row;
    gap: 30px;
    margin-bottom: 0px;
    align-items: center;
  }

  .hero--features {
    margin-bottom: 30px;
  }

  p.hero--features-text {
    text-align: start;
    br {
      display: none;
    }
    line-height: 18px;
  }

  img.hero--features-icon {
    max-height: 52px;
    text-align: center;
    margin: 0;
    max-width: 50px;
  }

  .hero--features {
    margin-top: 40px;
    flex-direction: column;
    justify-content: flex-start;
  }

  main {
    margin-top: -60px;
  }

  .logotype {
    max-width: 225px;
  }

  .contacts--logo {
    max-width: 150px;
    display: block;
    margin-bottom: 30px;
  }
  #footer .contacts--wrapper {
    display: none;
  }

  #footer .col-12 {
    margin: 0;
  }
  .footer--text {
    padding-top: 15px;
    text-align: center;
  }
  .contacts--item {
    text-align: center;
    margin-bottom: 15px;
  }

  .contacts--item.messengers {
    display: block;
    margin: auto;
  }

  .phone {
    font-size: 21px;
    line-height: 27px;
  }

  .contacts--map-wrapper {
    padding: 30px 30px 30px 30px;
  }

  .convertforms .cf-content-wrap,
  .convertforms .cf-form-wrap {
    padding: 0px !important;
  }

  img.studio--copyright {
    margin-bottom: 30px;
  }

  img.action--icon {
    display: block;
    margin-inline: auto;
  }

  h3.action--header {
    text-align: center;
  }

  .contacts--map-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .accordion-button span {
    max-width: 245px !important;
    line-height: 25px;
    text-wrap: initial;
  }

  .loyal--icon {
    max-width: 18px;
    margin-top: 5px;
  }

  .ord-md-1 {
    order: 1 !important;
  }

  .ord-md-2 {
    order: 2 !important;
  }

  img.arrow--img {
    display: none;
  }

  h1.main--title {
    font-size: 32px;
    line-height: 40px;
    br {
      display: none;
    }
  }
  .hero--buttons {
    gap: 15px;
    flex-wrap: wrap;
  }
  .btn {
    padding: 18px 45px !important;
    font-size: 15px !important;
  }
  :root {
    --pdng: 50px;
  }
  h3.about--title {
    font-size: 22px;
    line-height: 27px;
  }
  .contacts--map {
    background: #1f1f1f;
  }
  .privacy--link {
    text-align: center;
  }
}

@media (width <= 576px) {
  iframe#yandex-map {
    height: 310px;
  }

  .info--phone-column a {
    font-size: 14px;
  }

  #bottom :is(p, h3, li, a) {
    text-align: center;
  }

  #bottom .info--wrapper-item {
    margin-bottom: 0px;
  }

  #bottom .info--items-wrapper {
    justify-content: center;
    margin-bottom: 10px;
  }

  #bottom .adress {
    justify-content: center;
  }

  .footer--contacts {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0 !important;
  }

  .newsflash-title {
    font-size: 16px;
  }

  .catalog--page .main--catalog-wrapper {
    background: var(--white);
    height: 300px;
    padding: 30px 15px;
  }

  .catalog--page figure.newsflash-image {
    right: 0px !important;
    top: 30px !important;
    min-width: 180px !important;
  }

  #catalog-title {
    padding-block: 100px 50px;
  }

  .main--subtitle {
    font-size: 16px;
  }

  .footer--section {
    margin-top: 30px;
    flex-direction: column;
    justify-content: center;
    gap: 30px !important;
    align-items: center;
  }

  .catalog--module-link figure {
    margin-bottom: 0;
  }

  h3.callback--title {
    text-align: center;
  }

  :root {
    --mt: 50px;
  }
  img.partner--logo {
    max-width: 100px;
  }

  .rewiev--text {
    font-size: 15px;
    line-height: 20px;
  }

  .slide {
    height: auto;
    width: 320px;
  }

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

  .catalog-item--circle {
    bottom: 10px;
    left: 10px;
  }

  .accordion-button:not(.collapsed)::after {
    right: 0%;
  }

  .catalog-item--circle {
    width: 85px;
    height: 85px;
    z-index: 10;
    opacity: 1;
  }

  .blog--main .blog-item {
    gap: 0px;
  }

  .catalog-item span {
    color: var(--white);
    font-size: 14px;
  }

  #bottom .info--phones-grid {
    align-items: center;
    margin-bottom: 10px;
  }

  #header a.phone {
    font-size: 14px;
    line-height: 19px;
  }

  #header.fixed-header {
    padding-block: 10px;
  }

  #header .popup--link {
    font-size: 14px;
  }

  .video--section video {
    height: 430px;
  }

  #topbar {
    padding-block: 10px;
    .topbar--messengers {
      display: none;
    }
  }
  .info--wrapper {
    width: 100% !important;
  }
  .container {
    padding-inline: 15px !important;
  }

  h1.main--title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    text-wrap: balance;
  }

  .logotype {
    max-width: 220px;
  }

  p.hero--description {
    font-size: 15px;
  }
  .btn {
    width: 100%;
  }
  .topbar--phone .phone {
    font-size: 14px;
    line-height: 19px;
  }
  .topbar--phone {
    gap: 0px !important;
  }
  h1.main--title {
    br {
      display: block;
    }
  }

  p {
    font-size: 0.9rem;
    line-height: 22px;
  }
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  padding: 0 !important;
  margin-top: 0px;
  margin-block: 15px 30px;

  .float-start {
    display: none;
  }
}

.breadcrumb-item + .breadcrumb-item:before {
  margin-top: 3px;
  float: left;
  color: #abababaf !important ;
}

.breadcrumb a {
  color: #abababaf !important ;
  &:hover {
    color: #444444 !important;
  }
}

li.mod-breadcrumbs__item.breadcrumb-item.active {
  color: var(--main-color) !important;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #444444;
}

/* 404 */

.error_site .grid-child.container-component {
  max-width: 500px;
  max-height: 500px;
}

.error--title {
  display: block;
  margin: auto;
}

body.error_site.wrapper-static.view-.no-layout.no-task {
  justify-content: center;
}

h3.error--title {
  text-align: center;
  font-size: 80px;
  margin-top: 10px;
}

.error_site blockquote {
  display: none;
}

.error_site #system-message-container {
  margin-block: 0;
}

.error_site .card {
  border: none;
  border-radius: var(--brdrds);
}

.error_site .card-body {
  padding: 30px;
  background: var(--background);
  border: 1px solid var(--main-color);
}

.error_site .page-header {
  text-align: center;
}

.error_site .header {
  display: none;
}

/* Cookie */

.cookie--content p {
  margin-bottom: 0;
  font-size: 13px;
}

.cookie--content img {
  width: 25px;
}

/* Pagination */

.pagination__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  transition: all 0.3s ease-in-out;
}

.page-link:hover,
.page-item.active .page-link {
  background: var(--color-hover);
  color: #fff;
  border-color: var(--color-hover);
}

/* ÐžÑ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ‹Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ */
.page-item.disabled .page-link {
  color: #ccc;
  background: transparent;
  border: none;
  cursor: not-allowed;
}

/* Ð¡Ñ‚Ñ€ÐµÐ»ÐºÐ¸ (Ð±ÐµÐ· Ð±Ð¾Ñ€Ð´ÐµÑ€Ð°) */
.page-item a.page-link span {
  font-size: 18px;
  line-height: 1;
}

.page-item a.page-link {
  border: none;
}

.page-item a.page-link:hover {
  background: var(--color-hover);
  color: #fff !important;
}

.page-item:last-child .page-link {
  border-radius: 100% !important;
}

.com-content-category-blog__navigation.w-100 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}

ul.pagination.ms-0.mb-4 {
  margin-bottom: 0px !important;
}

p.com-content-category-blog__counter.counter.float-md-end.pt-3.pe-2 {
  padding-top: 0px !important;
}
