:root {
  --main-color: #4d8c2a;
  --second-color: #36adc8;
  --color-hover: #326716;
  --white: #fff;
  --green: #5bbd88;
  --pdng: 80px;
  --brdrds: 20px;
  --bxsdw: 0px 5px 5px 5px #0000000d;
  --trnshn: all 0.4s;
  --black: #2a2a2a;
  --gray: #bcbaba;
  --background: #f6f6f6;
  --mt: 100px;
  --fz: 24px;
  --fz2: 17px;
}

.jst-toolbar {
  display: none;
}

/* Fonts */

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

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

h1 {
  font-family: "Involve", sans-serif;
}
h2,
h2 .text--dec,
.material--profession,
.material--profession p,
.material--profession a {
  font-family: "Involve", sans-serif !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: 15px;
}

.privacy--policy li {
  color: var(--black);
}

.membership section#callback {
  margin-top: 0;
}

.main-page main {
  margin-top: -70px;
  overflow: hidden;
}

main {
  margin-top: 50px;
}

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

.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;
}

a {
  text-decoration: none !important;
}

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

p,
h2,
h3,
span,
a,
.accordion-body,
li,
.eb-content {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--white);
  font-weight: 400;
}

a.btn {
  font-family: "Manrope", sans-serif !important;
  font-size: 18px;
}

.section--title,
.section--subtitle {
  color: var(--black);
}

.section--title {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section--subtitle {
  margin-bottom: 30px;
}

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);
  font-weight: 500;
}

/* Header-main */

div#mod-custom136 {
  order: 1;
}

.mobile--logo {
  display: none;
}

.main-page #header a {
  color: var(--white);
}

#header {
  transition: 0.2s;
  transition: none !important;
  position: relative;
  /* height: 0px !important; */
  z-index: 99;
  margin-top: 30px;
  background: transparent;

  a {
    color: var(--black);
    font-weight: 300;
    font-size: var(--fz2);
    &:hover {
      color: #dad9d9 !important;
    }
  }
}

.item-245 .catalog--link:hover {
  color: white !important;
}

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

.navbar-collapse {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 100px;
}

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%;
  }
}

.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: 10px;

    display: block;
  }
}

.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);
  }
}

.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);
}

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

.nav-item {
  position: relative;
}

.menu--link::before {
  right: 56px;
  top: -10%;
  content: "" !important;
  width: 2px;
  height: 36px;
  display: block;
  background-image: url(/images/icons/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

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

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

/* Ripple */

.main--btn .ripple,
.btn-secondary .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;
  }
}

/* Stcky-header */

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

.fixed-header .navbar-collapse {
  justify-content: center;
}

#header.fixed-header a {
  color: var(--black);
}

#header a:hover {
  color: var(--color-hover) !important;
}

#header.fixed-header {
  position: fixed !important;
  height: auto !important;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 17px;
  opacity: 1 !important;
  transition: 0.2s;
  z-index: 99 !important;
  background: #ffffffbd;
  backdrop-filter: blur(5px);
  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 {
  background-color: var(--main-color) !important;
  color: var(--white) !important;
  position: relative;
  overflow: hidden;
  border-radius: var(--brdrds);

  &:hover {
    /* background-color: var(--color-hover) !important; */
    color: var(--white) !important;
  }
}

.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;
}

.btn--blue {
  background: #36adc8;
  color: var(--white);
  &:hover {
    background: #1e7b90;
    color: var(--white) !important;
  }
}

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

.btn {
  padding: 25px 100px !important;
  border-radius: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

/* 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: 20px;
  background: transparent;
  position: relative;
  z-index: 999;
  p {
    margin-bottom: 0;
    color: var(--white);
  }
  a {
    color: var(--white);
    transition: var(--trnshn);
    &:hover {
      color: var(--white) !important;
    }
  }
  .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;
  }
}

.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 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: var(--trnshn);
}

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

.info--wrapper-mail {
  padding: 5px 22px !important;
}

.info--wrapper-item {
  border-radius: 85px;
  background: #1e1e1e45;
  padding: 15px 22px;
  backdrop-filter: blur(5px);
}

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

.write--us {
  text-align: center;
  font-size: 14px;
  color: var(--main-color) !important;
  font-weight: 500;
}

p.info--wrapper-value {
  font-size: 14px;
  font-weight: 600;
}

.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 */

.field-entry.vremya-meropriyatij .field-value {
  display: inline-block;
  color: var(--black);
}

.field-entry.vremya-meropriyatij .field-value::before {
  content: "\f073"; /* Unicode FA для calendar */
  font-family: "Font Awesome 6 Free"; /* или 5 Free, если FA5 */
  font-weight: 900;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: middle;
  color: var(--main-color);
}

.vremya-meropriyatij span.field-label {
  display: none;
}

.main-page #hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to bottom, #5bbd88 0%, #9dc60b00 100%);

  pointer-events: none;
}

.main-page #hero {
  margin-top: -25px;
  background-image: url(/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-block: 150px 30px;
  position: relative;
  /* background-color: #00000004;
  background-blend-mode: darken; */
}

.cross--item {
  position: relative;
}

/* .cross--item::after {
  width: 1px;
  height: 100%;
  content: "";
  background: #ffffff3c;
  position: absolute;
  top: 0;
  right: 20%;
} */

/* .cross--item::before {
  width: 100%;
  height: 1px;
  content: "";
  background: #ffffff3c;
  position: absolute;
  top: 35%;
  right: 0%;
} */

p.hero--subtitle {
  font-size: var(--fz);
  max-width: 855px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.hero--green-community {
  position: relative;
  z-index: 1;
}

h1.main--title {
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 35px;
  color: var(--white);
  text-wrap: balance;
  font-weight: 400;
}

.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: 20px;
  margin-bottom: 80px;
}

.hero--buttons a.btn {
  width: 430px;
  padding-inline: 25px 0px !important;
}

span.hero--stat-num {
  display: block;
  margin-bottom: 35px;
  font-size: 96px;
  line-height: 85px;
}

.hero--stat-box {
  border-radius: var(--brdrds);
  padding: 30px;
}

.bg-blur {
  background: #ffffff3e;
  backdrop-filter: blur(6px);
}

p.hero--stat-text {
  margin-bottom: 0;
  font-size: var(--fz2);
}

.hero--features {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  margin-bottom: 50px;
}

.stat-box-second {
  max-width: 345px;
}

.stat-box-first {
  max-width: 465px;
}

img.hero--features-icon {
  max-height: 52px;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 9px;
}

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

.hero--features-item {
  flex-direction: column;
  display: flex;
}

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;
}

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

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

/* Comunity */
.green-community--content {
  margin-top: 80px;
  margin-left: -20px;
}

p.green-community--intro {
  color: var(--black);
  font-size: var(--fz);
  display: block;
  /* margin: auto; */
  max-width: 800px;
  margin-bottom: 35px;
}

.green-community--item {
  max-width: 500px;
}

.green-community--item p {
  text-wrap: balance;
}

.green-community--images {
  max-width: 550px;
  margin-top: 30px;
}

.green-community--item h3,
.green-community--item p {
  color: var(--black);
}

.green-community--item h3 {
  font-size: var(--fz);
  line-height: 30px;
  font-weight: 600;
}

.green-community--item.btn--block {
  display: flex;
  height: 100%;
  align-items: center;
}

.green-community--item.btn--block .btn {
  width: 100%;
  padding-inline: 0px !important;
}

.green-community--item .icon {
  margin-bottom: 7px;
}

.green-community--images img {
  border-top-right-radius: var(--brdrds);
  border-bottom-right-radius: var(--brdrds);
}

.green-community--item p {
  font-size: var(--fz2);
}

/* Members-callback */

/* p.terms--service {
  color: var(--black) !important;
}

p.terms--service a {
  color: var(--black) !important;
} */

.members--terms-title {
  font-size: var(--fz);
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--black);
}

.members--form-wrapper h2 {
  color: var(--black);
  margin-bottom: 30px;
  text-wrap: balance;
}

#mod-custom188 p.terms--service {
  color: var(--black) !important;
}

.members--photo {
  position: relative;
  overflow: hidden;
}

.members--photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, white 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

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

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

.members--form-wrapper {
  padding: 30px;
}

.members--callback {
  overflow: hidden;
  background: var(--white);

  border-radius: var(--brdrds);
  box-shadow: var(--bxsdw);
}

.members--terms-checklist {
  list-style: none;
  padding-left: 0;
}

.members--terms-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--black);
  font-size: var(--fz2);
}

.members--terms-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-color);
  font-weight: bold;
}

/* Общие стили для поля */
#callback .cf-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: var(--brdrds);
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}

#callback .cf-control-input {
  height: 100% !important;
}

#callback #form4_email10 {
  height: 100%;
}

/* Фокус: делаем акцент цветом и тенью */
#callback .cf-input:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15); /* можно под var(--main-color) */
}

/* textarea как обычное поле */
#callback textarea.cf-input {
  resize: vertical;
}

/* Members */

.material--telefon {
  margin-top: 30px;
}

.members .material--telefon {
  margin-bottom: 30px;
  text-align: center;
}

.member--phone {
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.member--phone img {
  max-width: 15px;
}

.member--phone span {
  font-size: var(--fz2);
  color: var(--main-color);
}

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

section#members a.btn.main--btn {
  text-transform: uppercase;
  /* width: 100%; */
}

#members .section--subtitle {
  max-width: 900px;
  font-size: var(--fz);
  display: block;
  /* margin-left: auto; */
}

.community--image-wrapper {
  padding: 0px 20px 80px 90px;
  background-image: url(/images/bg3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}

.text--wrapper small {
  color: #5e5e5e;
  font-size: 17px;
}

.community--item.item-bottom-left {
  position: relative;
  top: 20px;
}

.community--item.item-bottom-center {
  position: relative;
  top: -20px;
}

.community--item.item-center {
  position: relative;
  top: -50px;
}

.community--item.item-top-right {
  margin-bottom: 260px;
}

.community--item.item-right-center {
  margin-left: 55px;
  margin-bottom: 55px;
}

.text--wrapper p {
  font-size: var(--fz2);
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
}

.text--wrapper {
  padding: 30px;
  border-radius: var(--brdrds);
  background: #ffffffb5;
  backdrop-filter: blur(3px);
}

.community--item img {
  display: block;
  margin: auto;
  position: relative;
  top: 5px;
}

.community--item .icon {
  position: relative;
  top: 20px;
  z-index: 2;
}

.community--item .icon {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #5bbd88;
  display: flex;
  margin: auto;
}

.community--item {
  align-self: flex-start; /* или center, или flex-end — как нужно */
  width: 378px;
  height: auto;
}

/* Members-details */

a.contact-link.contact-link--tel,
a.contact-link.contact-link--email {
  color: var(--main-color) !important;
  font-weight: 600;
  font-size: var(--fz2);
  &:hover {
    color: var(--color-hover) !important;
  }
}

li.field-entry.professiya .field-label {
  display: none;
}

body.members .com-content-article.item-pagemembers {
  min-height: 500px;
}

body.members:has(.com-content-article) {
  background-image: url(/images/bg-members.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  height: 100%;
  background-color: #ffffffbf !important;
  background-blend-mode: color;
}

.members .com-content-article.item-pagemembers {
  background: var(--white);
  border-radius: var(--brdrds);
  padding: 50px;
}

.members .com-content-article.item-pagemembers .page-header {
  margin-bottom: 30px;
}

.members .com-content-article.item-pagemembers p.proffesion--title {
  margin-bottom: 20px !important;
}

.members .com-content-article.item-pagemembers li {
  color: var(--black);
  margin-bottom: 12px;
}

.members .com-content-article {
  position: relative;
  overflow: hidden;
}

.members .com-content-article .member--photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 550px;
}

.members .com-content-article figure.left.item-image {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}

.members .com-content-article figure.left.item-image::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 400px;
  height: 400px;
  display: block;
  background: var(--main-color);
  z-index: -1;
}

.members .com-content-article.item-pagemembers p.first--paragraph {
  max-width: 50%;
}

.members .com-content-article.item-pagemembers ul.fields-container {
  margin-bottom: 10px;
}

.members .com-content-article.item-pagemembers ::marker {
  color: var(--main-color);
  font-size: 21px;
}

.img--wrapper a {
  display: block;
  height: 100%;
}

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

.img--wrapper {
  height: 450px;
  overflow: hidden;
  overflow: hidden;
  border-radius: var(--brdrds);
}

.img--wrapper img {
  transition: var(--trnshn);
}

.img--wrapper:hover img {
  scale: 1.05;
  overflow: hidden;
  transition: var(--trnshn);
}

/* Privacy */

.privacy--policy h2 {
  color: var(--black);
  margin-block: 20px 10px;
}

/* Profi-slider */

.slide .mod-articlesnews__item {
  background: var(--white);
  border-radius: var(--brdrds);
}

.professiya .field-value > p {
  color: var(--main-color) !important;
  font-size: 18px !important;
}

.professiya a {
  color: var(--main-color);
  font-weight: bold;
  font-size: 18px;
}

#video {
  height: 100%;
  position: relative;
  background-image: url(/images/bg2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: var(--mt); */
  padding-block: 70px;
  margin-top: 24px;
}

#video .btn-secondary {
  margin-top: 30px;
  background-color: var(--main-color) !important;
  color: var(--white) !important;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  &:hover {
    /* background-color: var(--color-hover) !important; */
    color: var(--white) !important;
  }
}

#video .btn-secondary::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;
}

#video .btn-secondary span {
  display: none;
}

/* .news--body {
  max-width: 465px;
} */

.news--body p {
  font-size: var(--fz2);
  margin-bottom: 0;
}

.news--body h3 {
  font-family: "Involve", sans-serif !important;
  font-weight: 500;
}

.descr--title {
  margin-bottom: 5px !important;
  margin-top: 30px;
  color: var(--main-color) !important;
  font-size: var(--fz2);
}

.introtext p {
  text-wrap: balance;
}

a.catalog--module-link {
  height: 100%;
}

.newsflash-image {
  height: 100%;
  max-width: 490px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: var(--brdrds);
}

#video .slide .newsflash-image img {
  height: 540px;
}

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

#video .news--body {
  flex: 1;
  padding: 30px;
}

.direction--text {
  width: 360px;
}

.catalog--module-card {
  max-width: 1200px;
  display: flex;
  /* gap: 30px; */
  align-items: center;
}

#video .slide-left,
#video .slide-right {
  position: unset;
  z-index: 3;
}

#video .slide {
  user-select: none;
  pointer-events: auto;
}

#video h3.newsflash-title,
#video .slide p {
  color: var(--black);
}

/* #video .arrow {
  border: 0px;
  background: var(--white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--trnshn);
} */

#video .mod-articlesnews__item.slide {
  background: var(--white);
  padding: 40px;
  border-radius: var(--brdrds);
}

.news--slider-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
}

.video .text-items {
  color: #f3f3f3;
  gap: 10px;
  flex-direction: column-reverse;
  align-items: end;
}

#video .slide .newsflash-image {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

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

.slider__dots {
  display: flex;
  gap: 10px;
  margin-bottom: 0px;
}

#video .slider__dot {
  display: block;
  background: var(--white);
  border: 1px solid var(--white);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  cursor: pointer;
}

#video .slider__dot:hover {
  background: var(--main-color);
  border: 1px solid var(--white);
  transition: var(--trnshn);
}

#video .slider_pagination .active {
  border: 1px solid var(--white);
  background: var(--main-color) !important;
}

#video .slider_pagination {
  display: flex;
  gap: 10px;
  margin: 40px auto 40px auto;
  position: relative;
  z-index: 3;
  justify-content: center;
}

.video .slider {
  overflow: hidden;
  border-radius: var(--brdrds);
}

.video .slider__content {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#video .slider__arrow img {
  cursor: pointer;
  transition: 0.3s;

  &:hover {
    filter: brightness(0.5);
    transition: 0.3s;
  }
}

.video .slide {
  flex: 0 0 auto;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.video .slide.active {
  opacity: 1;
}

.slider-img img {
  width: 100%;
}

.material--profession {
  margin-block: 30px 15px !important;
}

/* .material--profession p {
  margin-bottom: 3px !important;
} */

.material--profession a {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--main-color) !important;
}

.material--profession,
.material--profession p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: var(--main-color) !important;
}

.material--profession a:hover {
  color: var(--color-hover) !important;
}

.proffesion--title {
  margin-bottom: 10px !important;
}

/* Direction */

.direction--text ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.direction--text ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: var(--fz2);
}

.direction--text ul li::before {
  content: "—";
  position: absolute;
  left: 0;
}

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

.direction--item {
  position: relative;
}

.direction--text {
  bottom: 20px;
  left: 20px;
  position: absolute;
  padding: 20px;
  border-radius: var(--brdrds);
  min-height: 160px;
  width: 650px;
}

section#direction a.btn.main--btn {
  text-transform: uppercase;
}

.green--bg {
  background: #5bbd88;
}

/* 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;
}

/* Stats */

.stats {
  background-color: var(--background);
  margin-top: var(--mt);
  padding: var(--pdng);
  border-radius: var(--brdrds);
  box-shadow: var(--bxsdw);
  text-align: center;
}

.stats--item {
  background: var(--white);
  border-radius: var(--brdrds);
  padding: 30px 20px;
  box-shadow: var(--bxsdw);
  transition: var(--trnshn);
  border: 1px solid var(--main-color);
  text-align: center;
}

.stats--item:hover {
  background-color: var(--gray);
  transform: translateY(-5px);
}

.stats--value {
  font-size: 32px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 5px;
  line-height: 36px;
  text-align: center;
}

.stats--label {
  color: var(--black);
  font-size: 16px;
  margin-bottom: 0;
}

.stats--text {
  margin-top: 40px;
  font-size: 18px;
  color: var(--white);
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Project */

.project--page #hero {
  background-image: url(/images/project-bg.jpg);
}

.project--page .benefit--title {
  color: var(--black);
  font-size: 16px;
}
.project--page .benefit--icon img {
  height: 60px;
}

span.go--link {
  display: flex;
  gap: 5px;
  align-items: center;
}

.project--page .benefit {
  align-items: center;
}

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

/* Order */

section#order {
  margin-top: var(--mt);
  button.btn.main--btn {
    width: 100%;
  }
}

.order__image--container {
  width: 100%;
  height: 100%;
  max-height: 576px;
  border-radius: 35px;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.order__steps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

p.order__step--text {
  font-weight: 300;
  margin-bottom: 0;
}

h3.order__step--title,
span.order__step--number {
  font-size: var(--fz2);
}

.order__step {
  gap: 20px;
  background: var(--black);
  display: flex;
  border-radius: var(--brdrds);
  padding: 40px;
}

span.order__step--number {
  color: var(--main-color);
}

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

#albums::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #f2f2f2;
  pointer-events: none;
}

/* Carousel-meeting */

#catalog .newsflash-image {
  max-width: 100% !important;
}

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

#catalog .main--catalog-wrapper {
  background: var(--white);
  border-radius: var(--brdrds);
  height: 100%;
}

#catalog h3.newsflash-title {
  color: var(--black);
}

#catalog .news--body p {
  color: var(--black);
}

#catalog .news--body {
  padding: 30px;
  max-width: 100%;
}

#catalog .catalog--module-card {
  flex-direction: column;
  gap: 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;
}

#catalog .slide {
  height: auto;
  width: 540px;
}

.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;
  img {
    max-width: 56px;
  }
}

.rewiev--date {
  color: #999999;
}

.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;
}

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

.pagination--wrapper .slider__dot {
  width: 21px;
  height: 21px;
  background: var(--white);
  border: 1px solid var(--main-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: var(--fz2);
  margin-bottom: 0;
  font-weight: 600;
  color: var(--black);
}

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

.slider-controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

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

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

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

.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 */

#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;
}

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

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

#footer {
  margin-top: 80px;
  background: var(--main-color);
  padding-block: 30px;
}

.footer .mod-menu {
  flex-direction: row;
  justify-content: space-between;
}

#bottom .row.g-4 {
  align-items: center;
}

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

#footer .copyright {
  text-align: center;
}

#footer h3 {
  font-size: 21px;
  font-weight: 500;
}

p.copyright--text {
  margin-bottom: 0;
  text-align: right;
}

/* Callback */

.callback--inner {
  background-image: url(/images/bg4.jpg);
  padding: 45px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: var(--brdrds);
  background-color: #00000030;
  background-blend-mode: darken;
}

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

.callback--form {
  position: relative;
  max-width: 900px;
}

.callback--icons {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 500px;
}

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

input#form4_email10 {
  padding-block: 25px;
}

#callback button.cf-btn.main--btn {
  padding-block: 25px;
}

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

#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 h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

#callback .cf-control-input .terms--link {
  color: var(--white) !important;
  text-decoration: underline;
}

#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;
  top: -55%;
  right: 3%;
}

/* Contacts */

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

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

.catalog__text {
  background: #00000045;
  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;
}

/* Events */
div#mod-custom191 {
  margin-top: 70px;
}

h1.events--main-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 32px;
}

#partners #st-carousel-owl-carousel.color-style-4 .owl-carousel .owl-prev,
#partners #st-carousel-owl-carousel.color-style-4 .owl-carousel .owl-next {
  background-color: transparent !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  filter: invert(1);
}

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

h2.partners--title {
  color: var(--black);
  margin-bottom: 30px;
  text-wrap: balance;
  text-transform: uppercase;
}

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;
}

/* Benifits */

.benefit {
  display: flex;
  gap: 20px;
  background: var(--white);
  border-radius: var(--brdrds);
  padding: 30px;
  box-shadow: var(--bxsdw);
  transition: var(--trnshn);
  height: 100%;
}

.benefit--icon img {
  width: 180px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.benefit--icon {
  position: relative;
  max-width: 72px;
}

.benefit--icon::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: var(--main-color);
  border-radius: 100%;
  top: 15px;
  left: -15px;
  z-index: 0;
}

.benefit--title {
  color: var(--main-color);
  font-size: var(--fz2);
  font-weight: bold;
  margin-bottom: 10px;
}

.benefit--text {
  color: var(--black);
  font-size: 16px;
  margin: 0;
}

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

/* Members carousel */

.members h4 {
  text-align: center;
}

h4.newsflash-title {
  color: var(--black);
  font-weight: 600;

  font-family: "Involve", sans-serif !important;
}

.members .material--profession p {
  color: var(--main-color);
  font-weight: 600;
  display: block;
  text-align: center;
}
.members .slide:hover .main--catalog-wrapper {
  translate: 0 -3px;
  transition: var(--trnshn);
  box-shadow: 0px 5px 11px 5px #00000037;
}

.members p.descr--title {
  display: none;
}

.members .slider {
  padding-bottom: 30px;
}

.members .main--catalog-wrapper {
  box-shadow: var(--bxsdw);
  transition: var(--trnshn);
  position: relative;
  overflow: hidden;
  border-radius: var(--brdrds);
  margin: 10px;
}

.members section#catalog {
  position: relative;
  margin-top: 0;
}

section#component {
  overflow: hidden;
}

.arrow.right.slider__arrow {
  right: -200px;
}

.arrow.left.slider__arrow {
  left: -60px;
}

.members .slider__arrow {
  position: absolute;
  top: 40%;
}

.members .slider_pagination {
  display: none;
}

.members .newsflash-image {
  width: 250px;
  height: 250px;
  border-radius: 100% !important;
  display: block;
  margin: 30px auto 0 auto !important;
  flex-shrink: 0;
  border: 2px solid var(--main-color);
}

.members .material--profession {
  margin-block: 0px 8px;
}

a.material--social {
  margin-bottom: 10px;
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.blog-item a {
  justify-content: center;
  text-align: center;
  color: var(--main-color) !important;
}

a.material--social img {
  max-width: 20px;
}

/* .material--profession a {
  text-decoration: underline !important;
} */

/* Contacts */

.contact-card {
  background: #fff;
  border: 1px solid #e8efe8;
  box-shadow: var(--bxsdw);
  border-radius: var(--brdrds);

  padding: 28px;
  height: 100%;
}
.contact-card .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid var(--brand-green);
  object-fit: cover;
  background: #eef5ee;
  display: block;
  margin: 0 auto 14px;
}
.contact-card h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
}
.contact-card .subtitle {
  color: #6d7a70;
  text-align: center;
  margin-bottom: 12px;
}

/* Ссылки-иконки */
.callback-icons .callback-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #e6eee6;
  background: #fff;
  text-decoration: none;
  color: #1f1f1f;
  transition: 0.2s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}
.callback-icons .callback-link:hover {
  transform: translateY(-2px);
  border-color: var(--brand-green);
  box-shadow: 0 10px 22px rgba(63, 163, 77, 0.18);
}
.callback-icons img {
  width: 26px;
  height: 26px;
}

.callback-icons span,
.callback-icons a {
  color: var(--black) !important;
}

/* Article */

body.members,
body.events {
  background-image: url(/images/bg-pattern.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  height: 100%;
  background-color: #ffffffa4 !important;
  background-blend-mode: color;
  position: relative;
}

.category--subtitle {
  color: var(--black);
  text-align: center;
  margin-bottom: 50px;
  font-size: var(--fz2);
  line-height: 27px;
}

.com-content-category-blog__item {
  background: var(--white);
  height: 100%;
}

.com-content-category-blog__item span.field-label {
  display: none;
}

.members .com-content-category-blog__item figure {
  width: 250px;
  height: 250px;
  border-radius: 100% !important;
  display: block;
  margin: 30px auto 0 auto !important;
  flex-shrink: 0;
  border: 2px solid var(--main-color);
}

ul.fields-container {
  padding: 0;
}

.com-content-category-blog__item h2 a {
  color: var(--black);
  font-weight: 600;
  text-align: center;
  font-family: "Involve", sans-serif !important;
}

.com-content-category-blog h1,
.events h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
}

.com-content-category-blog__item span.field-value,
.com-content-category-blog__item span.field-value p {
  color: var(--main-color);
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 3px;
  font-size: var(--fz2) !important;
}

.com-content-category-blog__item .item-content {
  padding: 30px;
}

.com-content-category-blog__item p {
  margin-bottom: 0;
  color: var(--black);
  font-size: var(--fz2);
}

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

.blog-item:hover {
  translate: 0 -3px;
  transition: var(--trnshn);
  box-shadow: 0px 5px 11px 5px #00000037;
}

.blog-item {
  box-shadow: var(--bxsdw);
  transition: var(--trnshn);
  position: relative;
  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;
} */

.blog-item a {
  height: 100%;
  font-size: var(--fz2);
  line-height: 25px;
  display: block;
}

.blog-item a:hover {
  color: var(--color-hover) !important;
}

.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;
  display: inline-block;
  width: 100%;
}
.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:var(--fz);
    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 <= 1800px) {
  .green-community--content {
    margin-left: 30px;
    margin-right: 30px;
  }
  .green-community--item p {
    text-wrap: balance;
  }
  .green-community--item {
    max-width: 400px;
  }
}

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

  #header {
    padding-inline: 30px;
  }

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

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

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

  main {
    margin-top: -70px;
  }

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

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

  .green-community--item .icon {
    width: 60px;
  }

  .text--wrapper {
    padding: 20px;
  }

  .direction--text {
    width: 530px;
  }

  .community--item {
    width: 330px;
  }

  .community--image-wrapper {
    padding: 0px 20px 60px 30px;
  }

  .green-community--item h3 {
    font-size: 18px;
    line-height: 23px;
  }

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

  .members .com-content-article .member--photo {
    width: 490px;
  }
}

@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: 35px;
  }
  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 {
    background: #33333300;
    padding: 15px 22px;
    backdrop-filter: blur(0px);
  }

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

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

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

  #header .mod-finder__search.input-group {
    display: none;
  }

  .info--wrapper {
    display: none !important;
  }

  .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;
    }
  }

  .logo--wrapper {
    width: 35% !important;
  }
  .info--wrapper {
    width: 65% !important;
  }
  .info--wrapper-item {
    align-items: center;
  }
}

@media (width <= 991px) {
  .logo--wrapper {
    width: 35% !important;
  }
  .info--wrapper {
    width: 65% !important;
  }

  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 <= 767px) {
  :root {
    --mt: 80px;
    --fz: 16px;
    --fz2: 16px;
  }

  .members .com-content-article.item-pagemembers p.first--paragraph {
    max-width: 100%;
  }

  .members .com-content-article .member--photo {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 50px;
    width: 100%;
    margin-inline: auto;
  }

  #video .slide .newsflash-image {
    border-top-right-radius: var(--brdrds);
    border-bottom-right-radius: var(--brdrds);
  }

  #video .slide .newsflash-image img {
    height: auto;
  }

  div#mod-custom181 {
    display: none;
  }

  .material--profession {
    margin-block: 30px 15px !important;
  }

  .material--profession,
  .material--profession p,
  .material--profession a {
    font-size: 16px;
  }

  #callback span.cf-btn-text {
    font-size: 14px;
  }

  .topbar--messengers img {
    width: 32px;
  }

  .direction--item img {
    width: 100%;
  }

  .directions--block > .col-12:not(:last-of-type) .direction--item {
    margin-bottom: 100px;
  }

  /* .direction--item {
    max-height: 400px;
  } */

  .direction--text {
    margin-inline: auto;
    width: 90%;
    left: auto;
    bottom: -55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #catalog .slide {
    height: auto;
    width: 340px;
  }

  .direction--text li {
    font-size: 14px !important;
  }

  .direction--image {
    height: 300px;
    overflow: hidden;
    border-radius: var(--brdrds);
  }

  .direction--image img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news--body {
    max-width: 100%;
  }

  .community--image-mobile {
    margin-bottom: 20px;
  }

  .community--item .icon {
    margin-bottom: 5px;
  }

  .community--item img {
    top: 0px;
  }

  .ord-1 {
    order: 1;
  }
  .green-community--content {
    padding-inline: 15px;
  }

  .ord-2 {
    order: 2;
  }

  .stat-box-second {
    max-width: 100%;
  }

  .accordion-button::after {
    width: 35px !important;
    height: 35px !important;
    right: 0%;
  }

  a.btn {
    text-transform: uppercase;
  }

  .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: var(--fz2);
  }

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

  .consultation {
    margin-top: 30px;
  }

  section#bottom {
    padding-top: 30px;
  }

  #footer .copyright {
    margin-top: 10px;
    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;
  }

  #callback h3 {
    font-weight: 600;
  }

  .callback--icons {
    margin-bottom: 200px;
    gap: 20px;
  }

  .callback--icons img {
    max-width: 45px;
  }

  .pagination--wrapper .slider__dot {
    width: 14px;
    height: 14px;
  }

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

  .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;
  }

  p.copyright--text {
    text-align: center;
  }

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

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

  section#breadcrumbs {
    margin-top: 80px;
  }

  #header {
    background: #ffffffbd;
    backdrop-filter: blur(5px);
  }

  .main-page main {
    margin-top: -125px;
  }

  .breadcrumb span {
    font-size: 13px;
  }
}

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

  .members .com-content-article figure.left.item-image::after {
    width: 250px;
    height: 250px;
  }

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

  .main-page #hero {
    margin-top: -50px;
  }

  .com-content-category-blog h1,
  .events h1 {
    font-size: 23px;
    line-height: 32px;
  }

  #callback {
    background-image: url(/images/callback--mobile.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .callback--inner {
    background-image: none;
  }

  #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: var(--fz);
    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 */

.events .com-content-category-blog__item.blog-item figure.left.item-image {
  margin: 0;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.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;
}

.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);
  }
}

/* Offcanvas */

#sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #0b0b0b8f;
  backdrop-filter: blur(5px);
  box-shadow: var(--bxsdw);
  transition: right 0.4s ease;
  z-index: 99999999999;
  overflow-y: auto;
}

#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  transition: var(--trnshn);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  display: block;
  color: var(--black);
  border: none;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 5px;
  outline: none;
  transition: background-color 0.3s ease;
}

.close-button {
  border: none;
  background: none;
  font-size: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  color: var(--main-color);
}

.close-button.rotate {
  transform: rotate(45deg);
  transition: var(--trnshn);
}

.offcanvas--menu {
  margin-top: 15px;
  margin-left: 10px;
  a {
    text-wrap: balance !important;
  }

  .nav-item {
    margin-bottom: 5px;
  }

  .nav-item.deeper.parent > a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    float: right;
    margin-right: 5px;
    transition: var(--trnshn);
  }

  .nav-item.deeper.parent.open > a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    transform: rotate(180deg);
    transition: var(--trnshn);
  }

  .mod-menu__sub {
    display: none;
    padding-left: 20px;
    transition: var(--trnshn);
  }

  .mod-menu__sub.open {
    display: block !important;
    transition: var(--trnshn);
  }
  .mod-menu__sub {
    display: none;
    position: unset;
    flex-direction: column;
    padding: 10px;
    z-index: 1000;
    min-width: 175px;
    width: auto;
    white-space: nowrap;
    box-shadow: none;
    transition: var(--trnshn);
    margin: 0;
    a {
      padding: 0;
    }
  }
  .nav-item:hover > .mod-menu__sub {
    display: none;
    animation: slideDown 0.4s ease forwards;
    transition: var(--trnshn);
  }
}

.offcanvas--wrapper .callback--icons {
  margin-block: 30px 0;
}

.offcanvas--wrapper {
  margin-top: 10px;
  margin-left: 10px;
}

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

.offcanvas--wrapper .topbar--messengers {
  margin-block: 15px;
}

@media (min-width: 992px) {
  #sidebar {
    display: none;
  }
  :is(.gray, .dark--gray) {
    min-height: 690px;
  }
}

@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: var(--fz2);
    max-width: 580px;
  }
  .btn {
    padding: 15px 30px !important;
  }
  .section--title {
    font-size: 42px;
  }
  #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;
    }
  }

  .logo--wrapper {
    width: 35% !important;
  }
  .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: 12px;
    line-height: 15px;
  }

  #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: 15px;
  }
  .mobile--form {
    display: block;
  }
  .desctop--form {
    display: none;
  }
}

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

  #video .slider_pagination {
    gap: 8px;
    margin: 0px auto 0px auto;
  }

  .slider--mobile-controls {
    display: flex;
    align-items: center;
    margin-block: 30px;
  }

  #video .slider__dot {
    width: 14px;
    height: 14px;
  }

  .video .slider__content {
    width: 100%;
  }

  .mod-articlesnews__item.slide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden; /* защита от вылета */
  }

  .arrow {
    width: 65px;
    height: 65px;
  }

  .community--members {
    justify-content: center;
  }

  #video .mod-articlesnews__item.slide {
    padding: 20px;
  }

  .catalog--module-card {
    display: flex;
    flex-direction: column;
    /* max-width: 350px; */
    width: 100%;
    box-sizing: border-box;
  }

  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: 100px 50px;
  }

  nav.navbar.navbar-expand-md {
    justify-content: end;
  }

  main {
    margin-top: -65px;
  }

  .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;
  }

  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 15px !important;
    font-size: 13px !important;
  }
  :root {
    --pdng: 50px;
  }
  h3.about--title {
    font-size: 22px;
    line-height: 27px;
  }
  .contacts--map {
    background: #1f1f1f;
  }
  .privacy--link {
    text-align: center;
  }
  .hero--buttons {
    margin-bottom: 50px;
  }
  .hero--stats {
    flex-wrap: wrap;
  }
  span.hero--stat-num {
    display: block;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 50px;
  }
}

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

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

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

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

  .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;
  }

  .text--wrapper {
    padding: 0px;
    background: transparent;
  }

  .community--item {
    margin-bottom: 30px;
  }

  .community--item .icon {
    position: relative;
    top: 0px;
  }

  .community--image-mobile img {
    border-radius: var(--brdrds);
  }

  .green-community--images img {
    border-radius: var(--brdrds);
  }

  .section--title {
    font-size: 32px;
    line-height: 40px;
  }

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

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

  #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: 30px;
    line-height: 39px;
    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 span {
  transition: var(--trnshn);
  color: #a6a6a6 !important ;
  &:hover {
    transition: var(--trnshn);
    color: #444444 !important;
  }
}

.breadcrumb span {
  transition: var(--trnshn);
  color: #000000 !important ;
  &:hover {
    color: #444444 !important;
    transition: var(--trnshn);
  }
}

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;
  color: black;
}

.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;
}

@media (max-width: 425px) {
  .members .com-content-article figure.left.item-image::after {
    width: 150px;
    height: 150px;
  }

  .members .com-content-article.item-pagemembers {
    padding: 30px 15px;
  }

  .img--wrapper {
    height: 150px;
  }

  .members .com-content-article.item-pagemembers .page-header {
    margin-bottom: 5px;
  }
  .professiya .field-value > p {
    font-size: 14px !important;
  }
  .professiya a {
    font-size: 16px;
  }
  .members .com-content-article.item-pagemembers ul.fields-container {
    margin-bottom: 0px;
  }
  .article-header h1 {
    font-size: 23px;
    margin-bottom: 0;
  }
}
