:root {
  --main-color: #045186;
  --second-color: #021a49;
  --color-hover: #05508a;
  --gradient: linear-gradient(to right, #05508a, #048ef8);
  --white: #fff;
  --pdng: 80px;
  --hover: #5a1a4d;
  --brdrds: 30px;
  --bxsdw: rgba(0, 0, 0, 0.04) 0px 0px 10px 2px;
  --trnshn: all 0.2s ease-in;
  --black: #010101;
  --gray: #6e6e6e;
  --background: #fff;
  --mt: 90px;
  --mb: 30px;
  --mlt: 100px;
  --mlp: 400px;
  --fz: 20px;
}

.cf-phone-number-wrapper {
    margin-bottom: 20px;
}



/* Fonts */

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
h2,
h3,
.text--dec {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

span.mlt {
  font-weight: 500;
  margin-left: var(--mlt);
  color: var(--second-color);
}

p,
a,
.accordion-body,
li,
.eb-content,
span,
button {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
  font-weight: 400;
}

.row {
  z-index: 1;
  position: relative;
}

li {
  text-wrap: balance;
}

ul {
  list-style: none;
}

.cookie--content span {
  font-size: 14px;
}

body {
  background-color: var(--background);
}

h2.section--title {
  font-weight: 600;
}

h2.section--title span {
  font-weight: 600;
}

a.title--btn {
  padding: 20px 35px;
  border: 1px solid #cbcbcb;
  border-radius: 50px;
  color: #cbcbcb;
}

.title--row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

/* Breadcrumbs */

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

.breadcrumb {
  margin-bottom: 30px;
  padding: 0 !important;
}

.breadcrumb-item.active {
  color: var(--main-color);
}

span.divider.icon-location.icon-fw {
  display: none;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
}

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

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

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

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

main {
  margin-top: -160px;
  overflow: hidden;
}

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

.topbar--phone .phone {
  font-size: 25px;
}

img.messenger--icon {
  width: 40px;
}
.about--img {
  .about--main-img {
    object-position: 0px 0px;
  }
}

.scroll--button {
  display: block;
  margin: auto;
  position: absolute;
  z-index: 300;
  bottom: 1%;
  left: 50%;
  border-radius: 100px;
}

.up-down {
  animation: moveUpDown 2s ease-in-out infinite, pulse 2s infinite !important;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

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

@font-face {
  font-family: "Oddval";
  src: url("/media/templates/site/jst_template/fonts/Oddval/Oddval-SemiBold.otf");
  src: url("/media/templates/site/jst_template/fonts/Oddval/Oddval-SemiBold.otf")
    format("otf");
  font-weight: 500;
  font-style: normal;
}

.btn {
  font-family: "Montserrat", serif !important;
}

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

.text--dec {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: var(--gradient);
}

.mobile--phone {
  display: none;
}

h1,
h2 {
  color: var(--black);
}

h2.section--title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Header-main */

div#mod-custom136 {
  order: 1;
}

.mobile--logo {
  display: none;
}

#header {
  transition: 0.2s;
  transition: none !important;
  position: relative;
  /* height: 0px !important; */
  z-index: 99999999;
  margin-top: 10px;
  background: transparent;
  .container {
    justify-content: space-between;
    display: flex;
    padding: 0 !important;
    background: #ffffff3d;
    height: 49px;
    border-radius: var(--brdrds);
  }
  a {
    font-size: var(--fz);
    &:hover {
      color: var(--main-color) !important;
    }
  }
}

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

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

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

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

/* Stcky-header */

.fixed-header .container {
  background: #ffffff00 !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: 999999999999 !important;
  background: #0000009c;
  backdrop-filter: blur(5px);
  margin: 0 !important;
}

/* Buttons */

a.btn.white--btn:hover {
    translate: 0 -3px;
    transition: var(--trnshn);
}

a.btn.white--btn {
    transition: var(--trnshn);
}

#topbar a.outline--btn.btn.popup--link {
  text-decoration: none !important;
}

a.outline--btn {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 500 !important;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  text-decoration: none !important;
  z-index: 1;
}

a.outline--btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: left 0.3s ease-in-out;
}

a.outline--btn:hover::before {
  left: 0;
}

a.outline--btn:hover {
  color: var(--white) !important;
}

.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 {
  display: inline-block;
  background: var(--main-color) !important;
  color: var(--white) !important;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  transition: var(--trnshn);
  box-shadow: 0px 2px 7px 5px #05508a0c !important;
  &:hover {
    box-shadow: 0px 7px 10px 8px #05508a1f !important;
    translate: 0px -3px;
    transition: var(--trnshn);
    color: whitesmoke !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: 30px 45px !important;
  border-radius: 45px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

/* Topbar */

.topbar--messengers {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.icon--wrapper:hover {
  transition: var(--trnshn);
  translate: 0px -2px;
}

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

.callback--topbar {
  display: flex;
  flex-direction: column;
}

a.telegram--btn {
  background: var(--black);
  color: var(--white);
  font-weight: 300 !important;
  transition: var(--trnshn);
  &:hover {
    background: var(--black);
    color: var(--white) !important;
    translate: 0 -3px;
    transition: var(--trnshn);
  }
}

#topbar .btn {
  padding: 12px 25px !important;
}

.topbar--buttons {
  align-items: center;
  gap: 15px;
}

.logo--text {
  display: block;
  font-size: 14px;
}

.rating--wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

a.topbar--phone {
  font-weight: 800;
  font-size: var(--fz);
}

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

a.topbar--phone {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: var(--gradient);
  font-size: var(--fz);
}

#topbar a.popup--link {
  text-decoration: underline !important;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.logotype {
  max-width: 110px;
}

.topbar {
  padding-block: 20px;
  background: transparent;
  position: relative;
  z-index: 999;
  p {
    margin-bottom: 0;
  }

  .logo--wrapper {
    width: 25%;
  }

  .logo--link {
    gap: 15px;
    align-items: center;
  }

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

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

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

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

.bg--blur {
  background: #d3d3d352;
  backdrop-filter: blur(5px);
}

/* Hero */
p.hero--label.text--dec {
  font-size: var(--fz);
  margin-bottom: 0;
}

.hero--items {
  display: flex;
  align-items: center;
  gap: 60px !important;
}
.hero--desc {
  max-width: 545px;
  position: relative;
}

.hero--desc::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  background: var(--gradient);
  width: 4px;
  height: 100%;
}

.hero--desc p {
  margin-bottom: 0;
  font-size: var(--fz);
  color: var(--second-color);
  font-weight: 500;
}

.hero--info {
  align-items: center;
  gap: 150px;
}

p.hero--price {
  font-size: 36px;
  margin-bottom: 0;
  color: var(--second-color);
}

p.hero--subtitle {
  font-size: 24px;
  color: var(--main-color);
  font-weight: 600;
}

#hero .main--btn {
  margin-left: auto;
  display: block;
  margin-right: 10px;
}

.bg--decor {
  position: absolute;
  width: 100%;
  height: 100%;
}

img.hero--bg {
  position: absolute;
  top: 0;
  right: 0;
}

img.square--dec {
  position: absolute;
  top: -50%;
  right: -15%;
}

img.square--dec {
  position: absolute;
  top: -50%;
  right: -15%;
  opacity: 0;
  transform: translateY(20px); /* появление снизу */
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.5s; /* срабатывает после фона */
}

#hero.show-bg img.square--dec {
  opacity: 1;
  transform: translateY(0);
}

#hero {
  /* background-image: url(/images/bg.jpg); */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-block: 450px 50px;
  position: relative;
}

#hero {
  position: relative;
  overflow: hidden;
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.5s ease, transform 1s ease;
  z-index: 0;
}

#hero.show-bg::before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#hero > * {
  position: relative;
  z-index: 1;
}

.hero--buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 30px;
}
.hero--buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero--buttons-icons {
  transition: var(--trnshn);
  width: 75px;
}

.hero--buttons-icons:hover {
  width: 85px;
  transition: var(--trnshn);
}

h1.main--title {
  font-size: 40px;
  line-height: 50px;
  text-wrap: balance;
  font-weight: 500;
  color: #021a49;
}

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

.terms--text p {
  font-size: 13px;
  text-align: left;
}

img.hero--decor {
  position: absolute;
  right: -24%;
  bottom: -10%;
}

/* Presentation */

.presentation--list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

ul.list-unstyled {
  max-width: 470px;
}

.presentation--list h3 {
  font-size: var(--fz);
  margin-bottom: 20px;
}

.list-unstyled li:not(:last-child) {
  margin-bottom: 20px;
}

.presentation--list p {
  margin-bottom: 0;
  text-wrap: balance;
}

.presentation--box {
  border-radius: 90px;
  background-image: url(/images/presentation-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px;
  max-width: 1100px;
  display: block;
  margin: auto;
  z-index: 1;
}

img.img-fluid.rounded.presentation--dec2 {
  position: absolute;
  top: -50%;
  right: -50%;
  transform: rotate(7deg);
  transition: var(--trnshn);
}

img.img-fluid.rounded.presentation--dec1 {
  position: absolute;
  top: -70%;
  left: -20%;
  transform: rotate(345deg);
  z-index: 3;
  transition: var(--trnshn);
}

img.img-fluid.rounded.presentation--dec1:hover {
    transform: rotate(359deg);
  transition: var(--trnshn);
  }

img.img-fluid.rounded.presentation--dec2:hover {
    transform: rotate(0deg);
  transition: var(--trnshn);
  } 

.presentation--download {
  margin-left: auto;
  border-radius: var(--brdrds);
  background: var(--white);
  max-width: 260px;
  padding: 30px;
  position: relative;
  cursor: pointer;
}

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

/* Online */

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

/* Meeting */

.meeting--box {
  border-radius: var(--brdrds);
  background: var(--main-color);
  padding: 15px 15px 15px 50px;
}

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

img.img-fluid.rounded.meeting--tower {
  border-radius: 30px !important;
  width: 100%;
}

.meeting--btns {
  position: absolute;
  text-align: center;
  bottom: 15px;
  margin: auto;
  display: flex;
  width: 100%;
  gap: 15px;
  align-items: center;
  margin: auto;
  justify-content: center;
}

img.presentation--icon {
  cursor: pointer;
  margin-bottom: 10px;
  transition: var(--trnshn);
}

.presentation--download:hover .presentation--download p {
  color: var(--main-color)
}



.presentation--download:hover img.presentation--icon {
  translate: 0 3px;
   transition: var(--trnshn);
  cursor: pointer;
}

/* Interests */

section#interests {
  background-image: url(/images/interests-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 90px;
}

img.interests--ico {
  transform: rotate(25deg);
  position: relative;
  z-index: -1;
  margin-left: -20px;
}

p.interests--desc.text-white {
  font-size: var(--fz);
  margin-bottom: 30px;
  text-wrap: balance;
}

a.btn.white--btn {
  border-radius: var(--brdrds);
  background: var(--white);
  color: var(--main-color) !important;
}

/* Fix */

img.fix--img1 {
  position: absolute;
  top: 0%;
  left: -10%;
}

img.fix--img2 {
  position: absolute;
  top: 0;
  right: -10%;
}

.fix--content p {
  font-size: var(--fz);
}

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

/* Questions */

p.questions--text {
  margin-bottom: 50px;
}

section#questions .btn {
  padding: 25px 100px !important;
}

.residence--image img {
  margin: auto;
  display: block;
}

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

/* Invest */

h3.investment--factors-title {
  margin-bottom: 35px;
}

section#invest {
  background-position: top;
  background-image: url(/images/invest-bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-block: 80px;
}

.investment--icon {
}

section#invest .row {
  max-width: 1000px;
}

.investment--card {
  border-radius: var(--brdrds);
  backdrop-filter: blur(0px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  position: relative;
  max-width: 300px;
}

.investment--card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.investment--card-icon {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

.investment--card p {
  text-align: center;
  font-size: 17px;
  max-width: 220px;
}

.investment--intro {
  max-width: 650px;
  font-size: var(--fz);
  padding: 45px;
  border-radius: var(--brdrds);
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(5px);
  margin-bottom: 30px;
}

section#invest h2.section--title {
  margin-bottom: 50px;
}

/* Recruting */

img.darya--hr {
  position: absolute;
  bottom: 0px;
  max-width: 460px;
  right: 25px;
  z-index: 2;
}

#quiz .col-md-6.col-12 {
  position: relative;
}

input#form3_tel6,
input#form3_email10 {
  padding-block: 20px;
  margin-bottom: 0px;
}

#quiz .cf-form-wrap {
  padding: 30px;
}

#cf_3 button.cf-btn.btn.main--btn {
  margin-top: 30px;
}

#cf_3 .cf-control-group {
  padding: 0 !important;
}

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

ul.recruiting--list {
  padding: 0;
}

.recruiting--wrapper {
  margin-top: 60px;
  max-width: 320px;
}

#quiz ul.recruiting--logos {
  flex-direction: column;
  gap: 6px;
}

p.recruiting--sub.text-white {
  margin-bottom: 10px;
}

.recruiting--items {
  position: relative;
  z-index: 2;
  margin-left: 25px;
  margin-bottom: 50px;
}

.main--btn span {
  color: var(--white);
}

img.bg--decor.quiz--bg {
  top: 0;
  left: 0;
}

ul.recruiting--list li {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
}

ul.recruiting--list img {
  padding-right: 9px;
  padding-top: 3px;
}

.recruiting--diagnostic-hrd {
  position: relative;
  z-index: 2;
  width: 240px;
  background: #6a6a6ad9;
  backdrop-filter: blur(4px);
  border-radius: var(--brdrds);
  padding: 20px;
  margin-left: 100px;
  margin-top: 15px;
}

img.manager--ava {
  margin-bottom: 30px;
}

#quiz #cf_3 {
  margin-left: -230px;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
  z-index: 5;
}

#cf_3 {
  background: var(--white);
  border-radius: var(--brdrds);
}

#cf_3 label.cf-label {
  color: var(--black);
  text-align: center;
  font-family: "Montserrat", serif !important;
}

#cf_3 .telegram--btn {
  width: 100%;
  margin-bottom: 15px;
}

/* Vacansy */

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

ul.vacancy--list {
  margin: 0;
  padding: 0;
}

ul.vacancy--list li {
  color: var(--gray);
  border: 1px solid var(--gray);
  border-radius: var(--brdrds);
  padding: 7px;
  margin-bottom: 10px;
  width: fit-content;
  transition: var(--trnshn);
}

#vacancies h2.section--title {
  margin-left: var(--mlt);
}

#vacancies p.recruiting--note {
  margin-left: var(--mlp);
  margin-bottom: 20px;
}

ul.vacancy--list li:hover {
  background-color: var(--gray);
  color: #fff;
  transform: scale(1.03);
  transition: var(--trnshn);
  cursor: pointer;
}

.vacancy--group .text--dec {
  margin-bottom: 15px;
  font-weight: 600;
}

.vacancy--group {
  background: #f5ebe4;
  padding: 20px;
  border-radius: var(--brdrds);
  height: 100%;
  min-height: 340px;
}

h3.vacancy--title {
  font-size: 19px;
}

/* Video */

#video-section p.recruiting--note {
  margin-left: var(--mlp);
  margin-bottom: 20px;
}

#video-section .section--title {
  margin-left: var(--mlt);
}

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

.case--info {
  max-width: 405px;
}

.case--meta {
  display: flex;
  gap: 50px;
}

img.videocase--bg.bg--decor {
  z-index: -1;
}

.case--meta {
  font-family: "Montserrat", serif;
  margin-bottom: 15px;
}

span.case--badge {
  padding: 5px 15px;
  border-radius: var(--brdrds);
  color: var(--white);
  margin-block: 20px;
  display: block;
  width: fit-content;
}

.case--card {
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0px;
  color: var(--white);
}

.recruiting--cases {
  max-width: 1000px;
  margin-inline: auto;
}

.show--more {
  width: 100%;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 14px;
  display: block;
  padding-block: 15px;
  text-align: center;
  background: transparent !important;
  transition: var(--trnshn);
  &:hover {
    background: var(--color-hover) !important;
    color: var(--white) !important;
    cursor: pointer;
  }
}

.case--meta-desription {
  font-size: 24px;
  font-weight: 500;
}

h3.case--title {
  margin-bottom: 70px;
  font-size: 24px;
  text-transform: uppercase;
}

.video--wrapper {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: var(--brdrds);
  overflow: hidden;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: #ffffffad;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  z-index: 2;
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid var(--main-color);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.progress-ring {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: rotate(-90deg); /* чтобы 0° был сверху */
  pointer-events: none;
}
.progress-ring__circle {
  transition: stroke-dashoffset 0.2s;
  stroke-linecap: round;
}

.video--wrapper:hover .progress-ring {
  pointer-events: auto;
  cursor: pointer;
}

video::-webkit-media-controls {
  display: none !important;
}

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

#video h2.section--title {
  margin-left: var(--mlt);
}

#video p.recruiting--note {
  margin-left: var(--mlp);
  margin-bottom: 20px;
}

.recruiting--cases .case--card {
  transition: max-height 0.5s ease, opacity 0.5s ease;
  overflow: hidden;
}

.recruiting--cases .case--card.hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.recruiting--cases .case--card.visible {
  max-height: 1000px; /* достаточно большое значение */
  opacity: 1;
  margin-bottom: 30px;
}

/* Niches */

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

.niche--item {
  background: var(--white);
  padding: 20px;
  border-radius: var(--brdrds);
}

.niche--item p {
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 30px;
}

.niche--item.niche--orange {
  background: #e092651e;
}

section#niches h2.section--title {
  margin-bottom: 30px;
}

/* Guarantee */

.guarantee--item {
  background: #6a6a6aab;
  backdrop-filter: blur(6px);
  border-radius: var(--brdrds);
  padding: 20px;
  width: 340px;
}

h3.guarantee--title,
p.guarantee--text {
  color: var(--white);
}

h3.guarantee--title {
  font-size: 18px;
  margin-bottom: 125px;
}

p.guarantee--text {
  margin-bottom: 0;
}

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

section#guarantie h2.section--title {
  margin-bottom: 20px;
}

.recruiting--guarantees {
  position: relative;
}
img.bg--decor.bg--guarantee {
  top: 0;
  height: 640px !important;
}

p.recruiting--note {
  margin-bottom: 0;
}

.guarantee--left-wrapper {
  height: 100%;
  align-items: flex-end;
}

.guarantee--note p.text--dec {
  margin-bottom: 0;
  font-weight: 500;
}

.guarantee--note {
  margin-left: auto;
  margin-right: 100px;
  margin-top: 300px;
  display: flex;
  gap: 16px;
  max-width: 350px;
  align-items: center;
  margin-right: 100px;
}

.guarantee--item.guarantee--2 {
  margin-left: 375px;
  margin-top: -50px;
}

.guarantee--item.guarantee--1 {
  margin-top: 25px;
  margin-left: 20px;
}

.guarantee--item.guarantee--3 {
  margin-left: 350px;
  margin-top: -40px;
}

/* Carousel */

.rewiev--info {
  position: relative;
  overflow: hidden;
  border-radius: var(--brdrds);
}

.rewiev--info::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;
}

h3.slider--title {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-wrap: nowrap;
  z-index: 2;
}

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

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

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

.slide_content {
  height: 100%;
}

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

.rewiev--item {
  border: 0px;
  position: relative;
  background: var(--background);
  border-radius: var(--brdrds);
  height: 100%;
  width: 100%;
  padding: 0px;
  transition: var(--trnshn);
  &: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: 25px;
  margin-bottom: 35px;
}

.rewiev--text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 21px;
  color: var(--black);
  padding: 10px 25px 0px 25px;
}

.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: 19px;
  height: 19px;
  background: #d9d9d9;
  display: block;
  border-radius: 100%;
  cursor: pointer;
  transition: var(--trnshn);
  &:hover {
    background: var(--main-color);
    transition: var(--trnshn);
  }
}

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

.person--photo {
  width: 100%;
  overflow: hidden;
  height: 270px;
}

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

p.person--function {
  margin-bottom: 0;
  color: #1e1e1e78;
  font-size: 14px;
}

.person--name {
  font-size: var(--fz);
  margin-bottom: 0;
  font-weight: 600;
}

.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: 70px;
  height: 70px;
  background: transparent;
  border: 1px solid var(--main-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--trnshn);
  &:hover {
    background: #e092653c;
    transition: var(--trnshn);
  }
}

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

.back_link {
  display: flex;
  align-items: center;
}

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

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

/* Micro */

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

section#micro h2.section--title {
  margin-left: var(--mlt);
}

section#micro p.recruiting--note {
  margin-bottom: 20px;
}

h3.microscope--title {
  font-size: 18px;
  font-weight: 600;
}

img.microscope--img {
  border-radius: 50px;
  width: 100%;
}

.recruiting--microscope {
  max-width: 1100px;
  margin: auto;
}

/* Compare */

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

.compare--content {
  max-width: 1000px;
  margin: auto;
  display: block;
  padding-block: 130px;
  background-image: url(/images/final-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Values */

.values--list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.values--list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}

.values--list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #000; /* чёрный цвет чёрточки */
}

.values--bubble {
  position: relative;
  z-index: 2;
  height: 260px;
}

.values--bubble1 {
  width: 385px;
}

.values--bubble2 {
  width: 530px;
  margin-left: -110px;
}

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

section#values p.subtitle {
  margin-left: var(--mlp);
}

.bubble-row {
  display: flex;
  max-width: 820px;
  margin: auto;
}

.values--text1 {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-top: 15px;
  font-size: 15px;
}

.values--text2 {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-top: 15px;
  font-size: 15px;
}

.ml--dec {
  margin-left: 150px;
  margin-left: 145px;
  margin-top: -20px;
}

img.value--decor2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 530px;
}

img.value--decor1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}

/* Team */

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

.team--block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 241, 0) 0%,
    #000000 100%
  );
  pointer-events: none;
  z-index: 1;
}

p.experience--value {
  color: var(--white);
  text-align: center;
}

.team--block {
  position: relative;
  border-radius: var(--brdrds);
  overflow: hidden;
  max-height: 400px;
  height: 100%;
}

.team--image-wrap {
  height: 100%;
}

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

section#team .founder--caption {
  bottom: 0%;
}

/* Offer */

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

.offer--text p {
  margin-bottom: 0;
}

.offer--text {
  margin-left: -90px;
  margin-top: 10px;
}

.recruiting--offer {
  background: var(--gradient);
  border-radius: var(--brdrds);
  padding: 45px;
  max-width: 1000px;
  margin: auto;
}

p.offer--subtitle {
  margin-bottom: 30px;
}

h3.offer--title {
  font-size: 18px;
}

.offer--block {
  display: flex;
  justify-content: space-between;
}

.recruiting--offer p {
  color: var(--white);
}

/* Callback */

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

#mod-custom186 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 55px;
  border-radius: 70px;
}

.termsofservice {
  font-size: 14px !important;
}

#mod-custom186 p {
  font-size: var(--fz);
}

#cf_3 {
  padding: 20px 15px;
  margin: auto;
}

form#cf3 label.cf-label {
  font-weight: 600;
}

/* Support */

img.support--icon {
  width: 90px;
}

p.support--text {
  margin-bottom: 50px;
}

h3.support--subtitle {
  font-size: 24px;
  text-wrap: balance;
}

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

p.support--desc {
  margin-bottom: 0;
  text-wrap: balance;
}

/* Zoom */

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

.zoom--img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.zoom--overlay {
  z-index: 2;
  position: relative;
  padding-top: 75px;
}

ul.zoom--list li {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  align-items: start;
  color: var(--white);
}

.zoom--list img {
  padding-top: 3px;
}

img.zoom-dec2 {
  right: -30%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

img.zoom-dec1 {
  position: absolute;
  left: -25%;
  top: 0;
  z-index: -1;
}

#zoom .btn {
  padding: 20px 25px !important;
  margin: auto;
  display: block;
}

ul.zoom--list {
  padding: 0;
}

.zoom--overlay {
  padding-inline: 60px;
  margin-bottom: 30px;
}

.zoom--overlay .main--btn {
  display: block;
  margin: auto;
}

p.blog--subtext {
  font-size: var(--fz);
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  margin-block: 30px;
}

p.blog--text {
  font-size: var(--fz);
}

.zoom--phone-wrap {
  height: 470px;
  position: relative;
  max-width: 400px;
  margin: auto;
}

.zoom--phone-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /* высота градиента — можно регулировать */
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 241, 0) 0%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 1;
}

p.zoom--desc {
  margin-bottom: 0;
  text-wrap: balance;
}

/* Faq */


.faq-wrapper {
  padding-block: 80px;
    position: relative;
    z-index: 1;
    background: none;
}

.faq-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/faq-bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}


/* #faq {
  background-image: url(/images/faq-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-block: 80px;
} */

.accordion-item button {
  color: var(--white) !important;
}

button.accordion-button.collapsed {
  background: transparent;
}

div#accordionExample {
  background: transparent;
  padding: 0px;
  /* border-radius: var(--brdrds);
  box-shadow: var(--bxsdw); */
}

.accordion-button {
  font-size: 21px !important;
  font-weight: 500;
  align-items: normal !important;
  position: relative;
  flex-direction: column-reverse;
  padding: 30px 30px 30px 0 !important;
}

.accordion-item p {
  color: var(--white) !important;
}

.accordion-item {
  margin-bottom: 5px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  overflow: hidden;
  border-bottom: 1px solid #ffffff59 !important;
  /* border-radius: var(--brdrds) !important; */

  background: transparent;
  transition: var(--trnshn);
  &:hover {
    translate: 0 -3px;
    transition: var(--trnshn);
  }
}

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

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

.accordion-button::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/images/icons/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25%;
  right: 5%;
  transition: var(--trnshn);
}

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

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

/* Expert */

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

.expert--wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.expert--btns {
  flex-direction: column;
}

.expert--bubble {
  position: relative;
}

.expert--bubble {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert--text {
  position: absolute;
  max-width: 330px;
  font-size: 18px;
}

a.btn.whatsapp--btn,
a.telegram--btn {
  display: inline-flex;
  transition: var(--trnshn);
  align-items: center;
  white-space: nowrap; /* запрет переноса текста */
}

p.expert--name {
  margin-bottom: 0;
  font-size: 24px;
}

a.whatsapp--btn:hover {
  background: var(--black);
  color: var(--white) !important;
  translate: 0 -3px;
  transition: var(--trnshn);
}

.expert--btns {
  margin-top: 100px;
}

.expert--btns-icon {
  margin-right: 10px;
  max-width: 24px;
}

.expert--info {
  max-width: 480px;
}

a.btn.telegram--btn {
  background: #2aabee;
      display: none;
}

a.btn.whatsapp--btn {
  background: #61d76a;
  color: var(--white);
}

a.btn.telegram--btn,
a.btn.whatsapp--btn {
  padding: 15px 30px !important;
}

/* Meeting */

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

img.meeting--img.meeting--img2 {
  position: absolute;
  right: 0;
  top: -15%;
}

.meeting--text {
  max-width: 550px;
  text-align: center;
  margin: auto;
  font-size: 20px;
}

img.meeting--img.meeting--img1 {
  position: absolute;
  top: -15%;
  left: 0;
}

/* Contacts */

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

.recruiting--contact {
  overflow: hidden;
}

.bg--contacts {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

ul.contact--list {
  padding: 0;
}

.contact--note p {
  margin-bottom: 0;
}

.contact--note img {
  width: 70px;
}

.contact--list li {
  margin-bottom: 5px;
}

.contact--card {
  margin-bottom: 15px;
}

img.contact--phone-img {
  display: block;
  margin: auto;
}

a.btn.main--btn.contact--btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 20px !important;
}

.contact--phone-wrapper {
  position: relative;
  bottom: -27px;
}

.contact--benefits {
  margin-top: 50px;
  margin-left: 20px;
}

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

.contact--note,
.contact--card {
  max-width: 450px;
  background: var(--white);
  padding: 15px;
  border-radius: var(--brdrds);
}

/* Footer */

 .bottom--contacts a {
   font-size: var(--fz);
 }

#bottom .contacts--wrapper {
  max-width: 400px;
  margin: auto;
}

#bottom .expert--btns {
  margin-top: 15px;
}

.contacts--social-item p {
  color: var(--white);
  margin-top: 10px;
}

p.contacts--desc {
  font-size: var(--white);
  font-size: var(--fz);
}

.contacts--name {
  font-size: 24px;
  margin-block: 15px;
}

.contacts--social-item span {
  color: var(--white);
  margin-top: 0px;
}

.contacts--social {
  display: flex;
  justify-content: center;
  gap: 35px;
}

#bottom .expert--btns .btn {
  justify-content: center;
  color: var(--white) !important;
}

footer {
  padding-block: 50px;
  margin-top: var(--mt);

  background-image: url(/images/contacts-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .logo--text {
  font-size: 13px;
  color: var(--white);
}

footer .callback--footer {
  color: var(--white);
  display: flex;
  flex-direction: column;
  text-align: center;
}

footer a.topbar--phone {
  color: var(--white);
}

.footer--wrapper {
  display: flex;
  justify-content: space-between;
}

footer a.popup--link {
  text-align: center;
  color: var(--white);
  text-decoration: underline !important;
  cursor: pointer;
}

.footer--contacts {
  display: flex;
  gap: 50px;
  align-items: center;
}

footer a.telegram--btn {
  background: var(--white);
  color: var(--main-color);
  font-weight: 300 !important;
  transition: var(--trnshn);
}

.footer--wrapper .logo--wrapper {
  /* filter: invert(1); */
  flex: 2;
}

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

.footer--phone {
  font-size: var(--fz);
  font-weight: 700;
  color: var(--main-color) !important;
}

/* 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) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #7539693e;
}

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

  img.darya--hr {
    max-width: 440px;
    right: 19px;
  }

  .guarantee--note {
    margin-right: 50px;
  }

  ul.recruiting--details {
    border-bottom-left-radius: var(--brdrds);
    max-width: 255px;
  }

  #hero {
    margin-top: 180px;
  }

  #header {
    padding-inline: 30px;
  }

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

  .topbar--phone .phone {
    font-size: 25px;
  }

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

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

  main {
    margin-top: -315px;
  }

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

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

  #hero {
    margin-top: 120px;
  }

  img.request--dec {
    max-width: 600px;
  }

  .hero--info {
    align-items: center;
    gap: 30px;
  }

  .block--request {
    padding: 15px 15px 15px 50px;
  }

  .topbar {
    .contacts--wrapper {
      gap: 15px;
    }

    .logo--wrapper {
      width: 30%;
      gap: 15px;
    }
    .info--wrapper {
      width: 70%;
    }
  }

  ul.recruiting--details {
    max-width: 230px;
  }

  img.darya--hr {
    max-width: 375px;
  }

  .guarantee--note {
    margin-right: 10px;
  }

  .logotype {
    max-width: 130px;
  }
  #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 {
    gap: 30px;
  }

  .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) {
  :root {
    --mt: 50px;
    --mlt: 0px;
    --mlp: 0px;
  }

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

  img.microscope--img {
    margin-bottom: 15px;
  }

  .slide {
    width: 340px;
  }

  .rewiev--item {
    height: auto;
  }

  p.reviews--subtitle {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .back_link {
    display: none;
  }

  .arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
  }

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

  .hero--description {
    order: 2;
  }

  h1.main--title {
    order: 1;
  }

  .hero--features {
    order: 4;
  }

  a.main--btn.popup--link {
    text-align: center;
    order: 3;
  }

  .hero--wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    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;
  }

  #topbar .rating--wrapper {
    display: none;
  }

  .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;
  }
  #cases li.nav-item {
    width: 33%;
    border-bottom: 1px solid #cccccc29;
  }
  #cases .nav.nav-tabs .nav-link {
    padding: 15px 0px !important;
    width: 101%;
  }
}

@media (width <= 767px) {
  .accordion-button::after {
    width: 20px !important;
    height: 20px !important;
    right: 2%;
    top: 25%;
  }

  .expert--position.text--dec {
    font-size: 13px;
}

  .faq-wrapper {
    padding-block: 50px;
}

  img.romb--top {
    max-width: 200px;
    display: block;
    margin: auto;
}

  .cf-control-input .btn {
        padding: 18px 15px !important;
    }

  .meeting--btns {
    flex-direction: column-reverse;
    padding-inline: 10px;
  }

  section.meeting--section {
    background: var(--main-color);
    border-radius: 30px;
  }

  .residence--image img {
    max-width: 210px;
  }

  section#interests {
    padding-block: 50px;
  }

  img.interests--ico {
    margin-left: 0px;
    margin-left: auto;
    top: 10px;
  }

  img.fix--img2,
  img.fix--img1 {
    display: none;
  }

  #interests .btn {
    padding-inline: 0px !important;
  }

  .align-items-center.d-flex {
    flex-direction: column-reverse;
  }

  p.interests--desc.text-white {
    margin-bottom: 0;
  }

  .ord-1 {
    order: 1;
  }

  .ord-2 {
    order: 2;
  }

  section#questions .btn {
    padding: 25px 0px !important;
  }

  .meeting--btns a {
    font-size: 14px !important;
    padding-inline: 0px !important;
  }

  .position-relative {
    position: relative !important;
  }

  img.img-fluid.rounded.meeting--tower {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  a.btn.outline--btn.mobile--form {
    background: var(--white);
  }

  .hero--buttons-icons {
    width: 33px;
  }

  .hero--desc::before {
    content: "";
    position: absolute;
    left: 0px;
  }

  .hero--desc {
    padding-left: 15px;
  }

  p.hero--price {
    font-size: 21px;
  }

  .topbar--messengers {
    gap: 15px;
    width: 100%;
  }

  .contacts--wrapper {
    width: 100%;
  }

  a.icon--wrapper {
    display: inline-block;
    width: 30px;
  }

  section#compare {
    background-image: url(/images/final-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .recruiting--compare {
    padding-block: 50px;
  }

  .recruiting--contact {
    background-image: url(/images/cont-mob.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--brdrds);
    margin-top: 15px;
    overflow: hidden;
  }

  .contact--phone-wrapper {
    position: relative;
    bottom: -22px;
  }

  .desc--hidden {
    display: block;
  }

  .mob-hidden {
    display: none;
  }

  .bubble-row {
    flex-wrap: wrap;
  }

  .values--text2 br,
  .values--text1 br,
  img.value--decor1,
  img.value--decor2 {
    display: none;
  }

  h3.support--subtitle {
    font-size: var(--fz);
  }

  img.bg--contacts {
    display: none;
  }

  .contact--benefits {
    margin-top: 0px;
    margin-left: 0px;
  }

  #founder button.btn.main--btn {
    margin: auto;
    width: 315px;
  }

  span.founder--fact--title {
    color: var(--gray);
    font-size: 24px;
  }

  blockquote.founder--quote {
    margin-bottom: 30px;
  }

  p.founder--fact--desc {
    margin-bottom: 10px;
  }

  .match--box--no li img {
    width: 32px !important;
  }

  .zoom--overlay {
    padding-inline: 35px !important;
  }

  img.zoom-dec2 {
    right: -5%;
    position: absolute;
    top: -55px;
    width: 120px;
    z-index: -1;
    bottom: unset;
  }

  img.zoom-dec1 {
    position: absolute;
    left: -15%;
    top: unset;
    z-index: 1;
    bottom: -70px;
    width: 170px;
    transform: rotate(67deg);
  }

  img.support--icon {
    width: 70px;
  }

  section#zoom {
    margin-top: var(--mt);
    padding-bottom: 50px;
  }

  .values--text1 {
    margin-bottom: 15px;
  }

  .values--text2,
  .values--text1 {
    padding: 15px;
    background: var(--white);
    border: 1px solid var(--gray);
    border-radius: var(--brdrds);
  }

  .ml--dec {
    margin-left: 0px;
    margin-left: 0;
    margin-top: 0;
  }

  .values--bubble2 {
    width: 100%;
    margin-left: 0px;
  }

  .values--bubble1 {
    width: 100%;
    height: auto;
  }

  li {
    font-size: 14px;
  }

  .cases--content {
    padding: 15px 0px 15px 0px;
  }

  img.request--dec,
  img.request--decor {
    display: none;
  }

  .consult--wrapper {
    flex-wrap: wrap;
  }

  .accordion-button {
    padding: 20px 35px 20px 20px !important;
  }

  .title--row {
    flex-direction: column;
    gap: 30px;

    align-items: baseline;
  }

  .quiz-check .cf-checkbox-group {
    padding: 15px !important;
  }

  .quiz-check label.cf-label {
    font-size: 13px !important;
  }

  .feature--item-title {
    margin-bottom: 10px;
  }

  a.title--btn {
    padding: 10px 20px;
    border: 1px solid #cbcbcbc6;
    font-size: 13px;
    color: #cbcbcbc6;
  }

  section#features {
    margin-top: 0;
  }

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

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

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

  .reviews--title-row {
    flex-direction: column;
    align-items: baseline;
  }

  .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: 5px !important;
    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;
  }

  li.nav-item.item-245 {
    margin-bottom: 20px;
  }

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

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

@media (width <= 576px) {
  .cookie--content span {
    font-size: 10px;
  }

  h3.slider--title {
    font-size: 16px;

    text-wrap: balance;
  }

  .feature--item-icon {
    max-width: 30px;
  }

  .feature--item {
    padding: 22px;
  }

  .cooperation--wrapper {
    padding: 22px;
  }

  .blog--main h3,
  .blog--main h2 {
    margin-top: 10px !important;
  }

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

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

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

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

  .custom--form {
    padding: 15px 0px !important;
    h3 {
      font-size: var(--fz) !important;
      line-height: 24px !important;
      margin-bottom: 5px;
    }
  }

  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;
    }
  }
  .section--title {
    font-size: 21px;
  }

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

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

.com-content-category-blog__items
  .com-content-category-blog__item:nth-child(even) {
  flex-direction: row-reverse;
}

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

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

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

.scroll-to-top:hover {
  opacity: 1;
  background-color: var(--main-color);
  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 {
  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: 30px;
    line-height: 35px;
  }

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

  .hero--description {
    gap: 15px;
    margin-bottom: 30px;
  }

  p.hero--features-text {
    font-size: 15px;
    line-height: 17px;
  }

  .topbar--phone .phone {
    font-size: 23px;
    line-height: 27px;
  }
  .adress a {
    font-size: 15px;
    line-height: 21px;
  }
  p.hero--description {
    font-size: var(--fz);
    max-width: 580px;
  }
  .btn {
    padding: 15px 30px !important;
  }
  .section--title {
    font-size: 36px;
  }

  .accordion-button {
    font-size: 16px !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;
    }
  }

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

  img.mobile--phone {
    display: block;
    max-width: 48px;
  }

  .logo--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .logo--wrapper {
    width: 100% !important;
  }
  .info--wrapper {
    width: 100% !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;
  }

  main {
    margin-top: -140px;
  }

  #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;
  }
  .ord-2 {
    order: 2;
  }
  .ord-1 {
    order: 1;
  }
}

@media (width <= 767px) {
  img.hero--decor {
    right: -30%;
    bottom: 50%;
    max-width: 200px;
    z-index: 0;
  }
  #quiz .col-md-6.col-12 {
    position: unset;
  }

  .testimonial--head {
    flex-wrap: wrap;
  }

  #mod-custom186 {
    padding: 50px 0px !important;
  }

  #cf_3 button.cf-btn.btn.main--btn {
    margin-bottom: 10px;
  }

  .contact--form {
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }

  #mod-custom186 img.mobile--form {
    margin: auto;
    display: block;
    position: relative;
    top: 10px;
    z-index: 0;
  }

  .expert--wrapper {
    flex-direction: column;
  }

  .compare--content {
    max-width: 1000px;
    margin: auto;
    display: block;
    padding-block: 0px;
  }

  .expert--avatar {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .expert--bubble {
    margin-top: -10px;
  }

  .expert--text {
    position: absolute;
    max-width: 270px;
    top: 15px;
  }

  .contacts--photo img {
    max-width: 120px;
  }

  .meeting--image-block {
    height: 350px;
  }

  .expert--btns {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  a.btn.telegram--btn,
  a.btn.whatsapp--btn {
    padding: 15px 0px !important;
    justify-content: center;
  }

  #mod-custom190 .main--btn {
    margin-top: 0 !important;
  }

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

  .expert--avatar img {
    width: 150px;
  }

  .cta--form {
    position: relative;
    z-index: 1;
  }

  .recruiting--diagnostic-hrd {
    width: 202px;
    height: 160px;
    padding: 15px;
    margin-top: 22px;
    margin-left: 20px;

    position: relative;
    z-index: 1;
  }

  .compare--content {
    background-image: none;
  }

  p.manager--text.text-white {
    font-size: 14px;
    text-wrap: balance;
    line-height: 16px;
  }

  img.manager--ava {
    margin-bottom: 5px;
  }

  h2.section--title {
    font-size: 22px;
    margin-bottom: 15px;
    text-wrap: balance;
  }

  .fix--content p {
    text-wrap: balance;
  }

  section#invest {
    background-position: top;
    background-size: auto;
    padding-block: 80px;
  }

  .investment--card {
    height: 100px;
    padding-inline: 15px;
    max-width: 100%;
  }

  .investment--card-icon {
    top: -12px;
  }

  .presentation--box h3 {
    text-align: center;
  }

  .presentation--box img.icon {
    width: 40px;
  }

  img.img-fluid.rounded.presentation--dec1 {
    max-width: 200px;
    top: -50%;
  }

  img.img-fluid.rounded.presentation--dec2 {
    max-width: 180px;
    top: -20%;
    right: -20%;
  }

  .meeting--list li {
    display: flex;
    gap: 15px;
  }

  .meeting--box {
    padding: 30px 15px 30px 15px;
    margin-top: 0 !important;
  }

  .presentation--download {
    margin: auto;
    background: #05508a14;
    margin-top: 70px;
  }

  .presentation--list li {
    gap: 10px;
  }

  .subtitle br {
    display: none;
  }

  .presentation--box {
    border-radius: 90px;
    background-image: url(/images/presentation-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 15px;
  }

  .investment--factors {
    margin-top: 350px;
  }

  .investment--card p {
    max-width: 100%;
    margin-bottom: 0;
  }

  .investment--intro {
    max-width: 100%;
    padding: 20px;
    background: #05508a14;
  }

  section#invest h2.section--title {
    margin-bottom: 15px;
  }

  h2.section--title br {
    display: none;
  }

  .recruiting--trusted {
    margin-left: 0px;
  }

  ul.recruiting--logos li {
    padding: 5px 10px;
  }

  .recruiting--list-title {
    text-wrap: balance;
  }

  #mod-custom176 {
    background-image: url(/images/recrut--bg.png);
    /* background-repeat: no-repeat; */
    background-position: top;
    background-size: cover;
    height: 1360px;
  }

  #mod-custom186 {
    background-image: none !important;
  }

  section#callback {
    background-position: center;
    background-image: url(/images/callback-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
  }

  img.square--dec {
    display: none;
  }

  #hero {
    /* background-image: url(/images/bg-mob.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto; */
  }

  #hero::before {
    background-image: url(/images/bg-mob.jpg);
    background-position: top;
    background-size: auto;
  }

  ul.recruiting--list li {
    margin-bottom: 10px;
    max-width: 230px;
  }

  .recruiting--wrapper {
    margin-top: 45px;
    max-width: 250px;
    position: relative;
    z-index: 1;
  }

  #callback .consult--content {
    padding: 22px 22px 237px 22px !important;
  }

  p.hero--subtitle {
    font-size: 16px;
  }

  #hero {
    padding-block: 430px 0px;
    margin-top: 0px;
  }

  .quiz--wrapper {
    padding: 22px;
  }

  .manager--quote {
    margin-bottom: 10px;
  }

  .quiz-check .cf-list {
    column-count: 1;
  }

  .manager--wrapper {
    margin-bottom: 30px;
  }

  .block--request {
    padding: 22px;
    background-color: #000000bf;
    border-radius: var(--brdrds);
    top: -200px;
  }

  h2.consult--title {
    font-size: 21px;
  }

  a.block--request-phone {
    font-size: 21px;
  }

  p.callback--subtitle {
    font-size: 16px;
  }

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

  .request--buttons {
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    margin-top: 30px;
  }

  a.wp--btn,
  a.tg--btn {
    width: 100%;
    font-size: 14px;
  }

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

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

  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: 30px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  main {
    margin-top: -140px;
  }

  .info--wrapper.d-flex {
    justify-content: center;
  }

  .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 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;
  }
  .topbar--button {
    display: none;
  }

  img.mobile-hero--bg {
    position: absolute;
    top: 0;
  }

  #topbar .btn {
    padding: 10px 0px !important;
    font-size: 13px !important;
    width: 100% !important;
  }

  ul.recruiting--details {
    max-width: 171px;
    padding: 0px 5px;
  }
  :root {
    --mt: 50px;
    --mb: 10px;
  }
  ul.recruiting--details {
    margin-bottom: 0;
    margin-top: -22px;
  }
  ul.recruiting--logos {
    gap: 7px;
  }

  p.recruiting--card-text {
    text-align: center;
  }
  .reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .reverse p {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .microscope--item.reverse {
    margin-bottom: 16px;
  }

  .recruiting--cards > .col-lg-4:nth-child(2) .recruiting--card-text {
    margin-block: 10px 0px;
  }

  #quiz #cf_3 {
    margin-inline: auto;
    margin-bottom: -75px;
    margin-top: 250px;
  }

  img.darya--hr {
    position: absolute;
    bottom: 34%;
    z-index: 1;
    max-width: 320px;
  }
  ul.vacancy--list li {
    padding: 7px 14px;
  }

  .vacancy--group {
    min-height: auto;
  }

  section#guarantie h2.section--title {
    margin-bottom: 15px;
  }

  h3.vacancy--title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .recruiting--note br {
    display: none;
  }

  img.videocase--bg.bg--decor {
    display: none;
  }

  .progress-ring {
    display: none;
  }

  .video--wrapper {
    position: relative;
    width: 250px;
    height: 250px;
  }

  video {
    padding: 0;
  }

  h3.case--title {
    margin-bottom: 50px;
    font-size: var(--fz);
  }

  .recruiting--offer {
    padding: 30px 15px;
  }

  a.logo--wrapper.gap-3.d-flex {
    justify-content: center;
    margin-bottom: 15px;
  }

  p.recruiting--note {
    margin-bottom: 20px;
  }

  .recruiting--guarantees {
    padding-top: 15px;
  }

  .rewiev--text {
    font-size: 14px;
    line-height: 19px;

    padding: 10px 0px 0px 0px;
  }

  .slider-controls {
    align-items: center;
    margin-top: 25px;
    justify-content: center;
  }

  #albums .title--row {
    margin-bottom: 0px;
  }

  .guarantee--note .text--dec {
    font-size: 13px;
  }

  .guarantee--note {
    margin-left: 0;
    margin-right: auto;
    margin-top: 115px;
  }

  .guarantee--item.guarantee--3 {
    margin-top: 15px;
    margin-right: auto;
    margin-left: 10px;
  }

  .guarantee--item.guarantee--2 {
    margin-left: auto;
    margin-top: 15px;
    margin-right: 10px;
  }

  .guarantee--item.guarantee--1 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: 10px;
  }

  h3.guarantee--title {
    font-size: 16px;
    margin-bottom: 90px;
  }

  .recruiting--guarantees {
    border-radius: var(--brdrds);
    background-repeat: no-repeat;
    background-image: url(/images/recruting--bg.png);
  }

  #bottom .logotype {
    max-width: 100px;
  }

  a.btn.main--btn.contact--btn {
    width: 255px;
    font-size: 13px !important;
  }

  .footer--contacts {
    gap: 15px;
    flex-direction: column;
  }

  .footer--wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .case--meta-desription {
    font-size: 18px;
    font-weight: 500;
  }

  .team--block {
    height: 290px;
  }

  p.founder--role {
    margin-bottom: 5px;
  }

  p.founder--name {
    font-size: 16px;
  }

  h3.microscope--title {
    font-size: 16px;
  }

  .case--card {
    padding: 15px;
    background: var(--gradient);
    border-radius: var(--brdrds);
    flex-direction: column;
  }

  .offer--text {
    margin-left: 140px;
    margin-top: 0px;
    margin-bottom: -30px;
    max-width: 240px;
  }

  h3.offer--title {
    font-size: 16px;
  }

  .offer--block img {
    max-width: 200px;
  }

  .offer--block {
    flex-wrap: wrap-reverse;
  }
}
@media (width <= 576px) {
  a.topbar--phone {
    font-weight: 800;
    font-size: 16px;
    text-align: right;
  }

  .testimonial--author .text--dec {
    font-size: 14px;
  }

  .testimonial--stars {
    margin-top: 5px;
  }

  img.darya--hr {
    max-width: 260px;
    right: 5px;
  }

  .telegram--form {
    text-align: center;
  }

  .recruiting--logos li {
    font-size: 12px;
  }

  ul.recruiting--details li {
    font-size: 13px;
    text-wrap: pretty;
  }

  p.worktime--text {
    font-size: 11px;
    text-align: right;
  }

  .worktime {
    justify-content: end;
  }

  #footer ul.mod-menu.mod-list.nav {
    flex-direction: column;
    margin-bottom: 15px;
  }

  h2.section--title.text-center {
    margin-bottom: 10px;
  }

  .accordion-button:not(.collapsed)::after {
    right: 2%;
    top: 25%;
  }

  .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;
  }
  .info--wrapper {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .container {
    padding-inline: 15px;
  }

  h1.main--title br {
    display: none;
  }

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

  .topbar .logo--link {
    gap: 10px;
    align-items: center;
  }

  .logo--text {
    display: block;
    font-size: 11px;
  }

  .logotype {
    max-width: 70px;
  }

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

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

  .section--title {
    font-size: 21px;
    margin-bottom: 0;
  }
  p {
    font-size: 1rem;
    line-height: 23px;
  }
  h3 {
    font-size: 18px;
  }
  .text-last--item {
    margin-bottom: 30px;
  }
  .main--btn {
    padding: 20px 30px;
  }
  .work--wrapper .feature--item p {
    text-align: left;
  }
  h2.section--title {
    text-wrap: balance;
  }
  .recruiting--trusted {
    margin-block: 135px 65px;
  }
  .topbar--buttons {
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }

  .tg--btn {
    width: 70%;
  }

  .blog--btn {
    width: 30%;
  }

  .topbar--buttons.d-flex {
    width: 100%;
  }

  .topbar--buttons .btn {
    flex: 0 0 auto !important;
    width: auto !important;
  }
}

@media (width <= 440px) {
  .topbar--messengers {
    width: 100%;
  }

  .topbar--buttons a {
    width: 100%;
  }

  #topbar .contacts--wrapper {
    width: 100%;
  }
  h1.main--title {
    position: relative;
    z-index: 2;
  }
}

@media (width <= 410px) {
  .recruiting--trusted {
    margin-block: 110px 50px;
  }

  p.recruiting--list-title {
    margin-bottom: 5px;
  }
}

@media (width <= 385px) {
  .recruiting--trusted {
    margin-block: 90px 50px;
  }

  .offer--block img {
    max-width: 160px;
  }

  .offer--text {
    margin-left: 105px;
    margin-top: 0px;
    margin-bottom: -30px;
    max-width: 390px;
  }

  h3.guarantee--title {
    font-size: 16px;
    margin-bottom: 75px;
  }

  .guarantee--item {
    width: 305px;
  }

  .recruiting--diagnostic-hrd {
    margin-top: 20px;
    margin-left: 10px;
  }

  img.darya--hr {
    max-width: 245px;
  }
}

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