:root {
  --main-color: #ffd600;
  --color-hover: #bf991a;
  --white: #fff;
  --brdrds: 50px;
  --bxsdw: 0px 8px 10px 3px #00000006;
  --trnshn: all 0.2s ease-in;
  --black: #1e1e1e;
  --pt: 100px;
  --gray: #bcbaba;
  --gradient: linear-gradient(to right, #ffd600, #ffeb83);
  --gradient2: linear-gradient(135deg, #b38600 0%, #ffd600 50%, #fff6b3 100%);
  --transparent: #32323296;
  --bgc: #ffffff17;
  --brdr: 1px solid #ffffff1d;
}

#sp-main-body {
  padding-block: 200px 50px;
}

.article-details li.field-entry.videootzyv {
  display: none;
}

.cases--new .article-list .article {
  height: 460px;
  position: relative;
}

/* video-review */

.cases--new .videootzyv .field-label,
.cases--module .videootzyv .field-label {
  display: none;
}

.cases--new .article-body {
  position: unset;
}

.cases--new .videootzyv,
.cases--module .videootzyv {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  background: #64d168;
  color: var(--black);
  border-radius: var(--brdrds);
  cursor: pointer;
}

.cases--new .videootzyv span.field-value,
.cases--module .videootzyv span.field-value {
  position: relative;
  padding-left: 20px; /* отступ под треугольник */
  display: inline-flex;
  align-items: center;
}

.cases--new .videootzyv span.field-value::before,
.cases--module .videootzyv span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  /* Треугольник через border */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000; /* цвет треугольника */
}

/* Footer */

#sp-footer .footer--phone a {
  color: var(--black);
  font-size: 21px !important;
}

#sp-footer img.messenger--icon {
  filter: drop-shadow(0 0 7px #00000037);
  width: 40px;
  transition: var(--trnshn);
}

#sp-footer img.messenger--icon:hover {
  filter: drop-shadow(0 0 10px #00000063);
  transition: var(--trnshn);
}

a.mail--link {
  color: var(--black) !important;
}

#footer--messengers {
  margin-top: 20px;
}

#sp-footer #footer--messengers .messengers--wrapper a {
  width: auto;
  display: inline-block;
}

#sp-footer .footer--column .d-flex a {
  width: auto;
  display: inline-block;
}

.footer--column .d-flex img {
  width: 18px;
}

#sp-footer1 a:focus {
  color: var(--main-color) !important;
}

.footer--mail img {
  filter: invert(1);
}

#sp-footer1 .messengers--wrapper {
  display: flex;
  gap: 17px;
}

#sp-footer1 .footer--phone a:hover {
  color: var(--main-color) !important;
}

#sp-footer1 a.mail--link:hover {
  color: var(--main-color) !important;
}

.footer--column p.work--time {
  margin-bottom: 0;
  font-size: 14px;
  color: #2a2a2aa2;
}

.footer--logo {
  margin-bottom: 20px;
}

#sp-footer {
  background: var(--white) !important;
  color: var(--black) !important;
}

h3.footer--title {
  margin-bottom: 20px;
}

#sp-footer .footer--column a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: var(--black);
}

.footer--column a:hover {
  color: var(--main-color) !important;
}

#sp-footer {
  padding-block: 100px;
}

#sp-footer .container-inner {
  padding: 0px;
}

#sp-footer .work--dot {
  width: 8px;
  height: 8px;
}

.footer--column > div {
  margin-bottom: 10px;
}

/* Video */

.video--wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: #ffffff70;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  z-index: 2;
  transition: var(--trnshn);
}
.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--wrapper:hover .play-button {
  width: 110px;
  height: 110px;
  transition: var(--trnshn);
}
video {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  position: relative;
  z-index: 2;
}

body.portfolio--new .row.row-1.cols-3 {
  overflow: visible !important;
  contain: layout;
  transform: translateZ(0); /* GPU-оптимизация */
}

.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: rgb(207 202 202 / 80%);
}

.menu .current.active > a {
  color: #ffd600 !important;
}

.sp-megamenu-wrapper a:hover {
  color: var(--main-color) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #ffffff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu
  .offcanvas-inner
  ul.menu
  > li.menu-parent
  > .menu-separator
  > .menu-toggler {
  color: #ffd600;
}

/* Article-form */

.article-details div.convertforms {
  --max-width: 100% !important;
  background: #ffffff;
  margin-inline: auto;
  margin-top: 50px;
  border: 0px;
  border-radius: var(--brdrds);
  box-shadow: 0px 1px 9px 5px #2f2f2f0e;
}

.article-details div.convertforms h3 {
  color: var(--black);
  margin-top: 0;
}

.article-details
  div.convertforms
  :is(
    input#form4_name,
    input#form4_tel6,
    input#form5_name,
    input#form5_tel6
  ):focus {
  border: 1px solid var(--main-color);
  box-shadow: 0 0 8px 2px rgba(255, 213, 0, 0.26) !important;
  outline: none;
}

.article-details
  .convertforms
  :is(input#form4_name, input#form4_tel6, input#form5_name, input#form5_tel6) {
  border-radius: 10px;
}

.article-details .form-check-input {
  background: #00000000;
}

.article-details a.privacy--link {
  color: gray !important;
  text-decoration: underline;
}

.article-details label.cf-label {
  color: var(--black);
  font-size: 15px;
}

.article-details iframe {
  width: 100%;
}

/* News */

.cases--module .mod-articlesnews__item {
  margin-bottom: 15px;
  overflow: hidden;
}

.cases--module .tags {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.mod-articlesnews__item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.cases--module .newsflash-item {
  position: relative;
}
.cases--module .newsflash-item > .stretched-link,
.article-details .newsflash-item > .stretched-link {
  position: absolute;
  inset: 0; /* растянуть на весь блок */
  z-index: 1;
}

.article-details .newsflash-body {
  display: none;
}

.article-details .newsflash-item {
  height: 100%;
}

.article-details .mod-articlesnews img {
  margin-block: 0px !important;
}

.article-details .mod-articlesnews__item .newsflash-image {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.article-details .mod-articlesnews__item {
  width: 48.3%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.article-details .mod-articlesnews {
  display: flex;
  align-items: baseline;
  gap: 15px;
  flex-wrap: wrap;
}

.cases--module .mod-articlesnews__item-wrapper::before,
.article-details .mod-articlesnews__item-wrapper::before {
  height: 60%;
}

.article-details .newsflash-title {
  margin: 0px;
}

.cases--module .newsflash-item a,
.article-details .newsflash-item a {
  position: relative;
  z-index: 2; /* остальные ссылки выше */
}

.mod-articlesnews__item:hover h4 a {
  color: var(--main-color) !important;
}

.mod-articlesnews__item:hover img {
  transform: scale(1.05);
  transition: 0.2s !important;
  filter: brightness(1);
}

.mod-articlesnews__item img {
  filter: brightness(0.9);
  transition: 0.2s !important;
}

.cases--module .mod-articlesnews__item-wrapper::before,
.article-details .mod-articlesnews__item-wrapper::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  transition: 0.3s ease-in;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}

.cases--module h4.newsflash-title,
.article-details h4.newsflash-title {
  position: absolute;
  padding-inline: 15px;
  bottom: 15px;
  z-index: 2;
}

.cases--module h3.newsflash-title {
  position: absolute;
  padding-inline: 15px;
  bottom: 15px;
  z-index: 2;
}

.cases--module h3.newsflash-title a {
  color: var(--white);
  font-size: 17px;
  display: block;
  line-height: 21px;
}

.cases--module .newsflash-item:hover h3.newsflash-title a {
  color: var(--main-color);
}

.cases--module h4.newsflash-title a,
.article-details h4.newsflash-title a {
  color: var(--white);
  font-size: 17px;
  display: block;
  line-height: 21px;
}

/* Filter */

.sppb-addon-content .portfolio--wrapper {
  margin-top: 50px;
}

div#dynamic-tag-filters {
  text-align: center;
}

.portfolio--new .article-list .article:hover .article-intro-image img {
  opacity: 1;
  filter: brightness(0.9);
}

.portfolio--new .article .article-intro-image {
  background: transparent !important;
  border-bottom: 0px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.portfolio--new .article-list .article {
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  height: 350px;
  overflow: hidden;
}

.article-body {
  display: block !important;
  position: relative;
}

.article-body .tags {
  opacity: 0;
  position: absolute;
}

button.filter--button.active {
  background: #ffd600;
  color: black;
  border: 1px solid #ffd600;
}

.filter--button {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background: black;
  border: 1px solid black;
  color: white;
  padding: 10px 30px !important;
  height: 50px;
  border-radius: var(--brdrds) !important;
  transition: 0.2s;
}

.filter--button:hover {
  background: #ffd600;
  transition: 0.2s;
  color: black;
  border: 1px solid #ffd600;
}

.portfolio--wrapper {
  margin-top: 100px;
}

.portfolio--new button.btn.btn-outline-primary {
  max-width: 350px;
}

.btn-group.filter-buttons.flex-wrap {
  gap: 15px;
  justify-content: flex-start;
  justify-content: center;
}

.b24-widget-button-position-bottom-right {
  right: 18px !important;
  bottom: 110px !important;
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
  color: #000000;
  background: #ffd600;
}

.adress.black--wrapper.dropdown--inner.adress--main:hover {
  border-radius: var(--brdrds) !important;
}

/* Offcanvas */

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;
  font-size: 17px;
  padding: 8px 0px;
}

.offcanvas--contacts {
  display: none;
}

.offcanvas--contacts .social--menu {
  display: flex;
  gap: 15px;
}

.offcanvas--contacts .social--item {
  text-align: left;
}

.offcanvas--item a {
  color: var(--white) !important;
}

.offcanvas-menu .offcanvas-inner {
  padding: 0px 25px;
}

.offcanvas-active .burger-icon > span:nth-child(1),
#modal-menu-toggler.active .burger-icon > span:nth-child(1) {
  transform: translate(0, 3px) rotate(-45deg);
}

.offcanvas-active .close-offcanvas .burger-icon > span {
  background: var(--main-color);
}

.offcanvas-active .burger-icon > span:nth-child(3),
#modal-menu-toggler.active .burger-icon > span:nth-child(3) {
  transform: translate(0, -15px) rotate(45deg);
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  z-index: 999999999;
}

img.logo-image.lazyloaded {
  position: relative;
  z-index: 9;
}

#sp-first {
  padding-block: 200px 50px;
  position: relative;
}

section#sp-menu-topbar {
  background-color: var(--black) !important;
  color: var(--white) !important;
  margin-block: -15px;
}

#sp-section-4 {
  background-color: var(--black) !important;
  color: var(--white) !important;
  overflow: hidden;
}

.burger-icon > span {
  height: 2px;
  background-color: var(--main-color);
  margin: 10px 0;
  width: 46px;
}

a {
  cursor: pointer;
}

/* Cookie  */

.cookie--popup {
  justify-content: end !important;
}

.privacy--policy .rl_quickindex.card {
  display: none;
}

h3 {
  text-wrap: balance;
}

.sp-page-builder .page-content #section-id-1628230503938 {
  background-size: cover;
  background-repeat: no-repeat;
}
.convertforms.cf-success .cf-response {
  background-color: var(--main-color);
  color: black !important;
}

.main--btn {
  background-color: var(--main-color) !important;
  &:hover {
    background-color: var(--color-hover) !important;
  }
}

.privacy--link {
  color: var(--main-color) !important;
}

#form4_tel6,
#form4_name,
input#form5_tel6,
input#form5_name {
  padding-block: 15px !important;
}

/* Video widget */

.video--widget {
  width: 190px;
  height: auto;
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 99999;
  cursor: pointer;
  transition: 0.3s ease-in;

  &:hover {
    transform: scale(1);
    transition: 0.3s ease-out;
  }
}

.video--widget:hover .video-btn--close {
  opacity: 1;
  transition: 0.3s ease-out;
}

a.video-btn--close {
  display: block;
  padding: 5px;
}

.video--wrapper {
  position: relative;

  border-radius: 5px;
  border: 2px solid #ffd600;
  overflow: hidden;
}

.video-btn--close {
  position: absolute;
  top: 8px;
  right: 13px;
  z-index: 3;
  opacity: 0;
  transition: 0.3s ease-in;
}

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
}

.video--widget.expanded:hover {
  transform: none;
}

.video-audit--btn {
  padding: 15px 40px;
  background: #ffd600;
  border-radius: 5px;
}

.video-audit--btn {
  z-index: 2;
  text-decoration: none;
  width: 95%;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin-inline: 0px;
  padding: 20px 0px;
  background: #ffd600;
  border-radius: 5px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  margin: auto;
  font-size: 11px;
  display: none;
  &:hover {
    background: #bf991a;
    color: black !important;
  }
}

.video-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  z-index: 40;
  transition: 0.2s;
  &:hover {
    height: 7px;
    transition: 0.2s;
  }
}

.video-progress {
  width: 0;
  height: 100%;
  background-color: #ffd600;
  transition: width 0.3s linear;
}

@media (width <= 1600px) {
  .video--widget {
    width: 155px;
  }
}

@media (width <= 768px) {
  .video--widget {
    width: 130px;
  }
  .video-btn--close {
    opacity: 1;
  }
  img.video-close--icon {
    max-width: 13px;
  }
  .amo-button-holder {
    z-index: 15 !important;
  }
}

/* Checkbox */

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

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

.form-check-input {
  border: 2px solid var(--main-color) !important;
  padding: 7px !important;
  width: 7px;
  height: 7px;
  background: black;
}

.terms--text .cf-label {
  font-size: 14px !important;
}

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

.action--item br {
  display: none;
}

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

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

.features--mobile {
  display: none !important;
}

.mobile--btns {
  display: none !important;
}

.plant--decor-mobile {
  display: none;
}

/* Buttons */

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

.mobile--header-btn a.btn.main-btn.callback--popup {
  margin-inline: 15px;
  display: block;
  padding: 8px 0px !important;
  font-size: 14px !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.3sease;
  animation: slide-shine 4s infinite;
}

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

.main-btn {
  background: linear-gradient(to right, #ffd600, #ffeb83) !important;
  color: var(--black) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  border: 2px solid #ccc !important;
  box-shadow: 0px 0px 15px 10px #ffd60052;
  position: relative;
  overflow: hidden;
  &:hover {
    box-shadow: 0px 0px 16px 12px #ffd5005b;
  }
}

.btn {
  padding: 25px 44px !important;
  border-radius: var(--brdrds) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  transition: 0.2s;
  &:hover {
    transition: 0.2s;
    transform: translate(0px, -3px) !important;
  }
}

/* Topbar */

@media (min-width: 991.98px) {
  #sp-header .row {
    flex-flow: wrap-reverse;
  }

  header#sp-header.header-sticky {
    height: auto !important;
  }

  header#sp-header.header-sticky #sp-menu {
    width: 100% !important;
    transition: var(--trnshn);
  }

  header#sp-header #sp-menu {
    transition: var(--trnshn);
    width: 100% !important;
    margin-block: -15px -25px;
  }

  #sp-header .sp-megamenu-wrapper {
    width: 100%;
  }

  #sp-header .sp-megamenu-parent {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  #sp-header .sp-megamenu-wrapper a {
    font-size: 16px;
  }

  header#sp-header #sp-menu {
    width: 100% !important;
    padding: 0;
    margin-block: -15px -25px;
  }
}

#sp-header {
  height: 153px;
}

#sp-header .mobile--header-btn {
  display: none;
}

#sp-topbar .sp-column {
  justify-content: end;
}

#sp-menu .justify-content-end {
  justify-content: start !important;
}

#sp-header .row {
  align-items: center;
}

#sp-topbar a.mail--link.text-white {
  color: var(--white) !important;
}

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

.header {
  margin-top: 35px;
}

.logo--wrapper {
  width: 15% !important;
}

.info--wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
  font-size: 15px;
}

.raiting {
  align-items: center;
  display: flex;
  position: relative;
  p {
    margin-bottom: 0;
  }
  .raiting--desr {
    position: absolute;
    z-index: 2;
    p {
      margin-left: 10px;
      color: var(--white);
    }
  }
}
.black--wrapper {
  padding: 8px 40px;
  background: var(--transparent);
  border-radius: var(--brdrds);
  position: relative;
}

.topbar--phone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.decor--icon {
  filter: drop-shadow(0 0 7px #ffd600);
}

.adress.adress--main {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 100;
}

.messengers--wrapper {
  display: flex;
  gap: 30px;
}

img.angular--img {
  position: relative;
  left: -75px;
}

.num--circle {
  flex-shrink: 0;
  z-index: 20;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--main-color);
  p {
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
  }
}

.sp-megamenu-wrapper {
  justify-content: center !important;
}

#sp-menu-topbar .sp-megamenu-parent a {
  font-size: 16px;
  padding: 0;
}

#sp-menu-topbar .sp-megamenu-parent a:hover {
  color: var(--main-color);
}

header#sp-header {
  z-index: 90;
}

#sp-menu-topbar .sp-megamenu-parent {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#sp-menu-topbar .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 75%;
  position: absolute;
  z-index: 400;
}

.topbar--messengers {
  display: flex;
  gap: 20px;
  margin-right: 10px;
  z-index: 11;
}

.topbar-mobile--phone {
  display: none;
}

.social--item {
  text-align: center;
}

.bottom--line {
  position: relative;
}

.bottom--line::before {
  width: 80%;
  height: 1px;
  background: #cccccc1d;
  position: absolute;
  bottom: -5px;
  content: "";
  right: 50%;
  transform: translate(50%, 0);
}

.social--item a.social--link {
  color: var(--main-color) !important;
  font-weight: 600;
  text-decoration: underline !important;
  &:hover {
    color: var(--color-hover) !important;
  }
}

.social--number {
  color: #cccccca2;
  font-weight: 400;
}

.dropdown--inner:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 36px !important;
  border-top-right-radius: 36px !important;
}

a.mail--link {
  font-size: 15px;
}

.mail--icon {
  width: 15px;
  filter: drop-shadow(rgb(240, 240, 240) 0px 0px 7px);
}

.header--mail {
  display: flex;
  gap: 5px;
  margin-right: auto;
  margin: 5px auto 9px 0px;
}

.adress {
  position: relative;
}

.dg--dropdown-menu {
  display: block;
  position: absolute;
  z-index: 900;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-block: 12px;
  background-color: #32323296;
  backdrop-filter: blur(11px);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.adress:hover .dg--dropdown-menu {
  opacity: 1; /* Появляется */
  visibility: visible; /* Видимость включается */
}

.dg--dropdown-menu a {
  width: 100%;
  text-align: center;
  &:hover {
    color: var(--main-color) !important;
  }
}

p.work--time {
  margin-bottom: 0;
  font-size: 14px;
  color: #cccccca2;
}

img.messenger--icon {
  filter: drop-shadow(0 0 7px #ffd600);
}

.work--dot {
  width: 5px;
  height: 5px;
  background: #0dfa1d;
  border-radius: 100%;
  margin-top: 7px;
}

.topbar--phone .dg--dropdown-menu {
  padding: 8px 33px;
  align-items: start;
}

.work--time-wrapper {
  display: flex;
  gap: 5px;
}

#phone--button {
  color: var(--black) !important;
  background: var(--main-color);
  font-weight: 600;
  padding-block: 9px;
  width: 100%;
  padding-block: 10px;
  border-radius: var(--brdrds);
  &:hover {
    color: var(--black);
    background: var(--color-hover);
  }
}

.burger-icon span:nth-child(2) {
  width: 31px;
}

/* First */

.scroll--button {
  display: block;
  margin-left: auto;
  position: absolute;
  bottom: 15px;
  max-width: 45px;
  right: 50%;
  z-index: 99;
  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);
  }
}

/* Pulse */

.pulsate {
  animation: pulse 2s infinite;
}

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

.dg-mobile {
  display: none !important;
}

.main-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 40px;
}

.action--wrapper {
  display: flex;
  gap: 70px;
  margin-bottom: 50px;
}

.action--item {
  display: block;
  margin: auto;
  text-align: center;

  img {
    display: block;
    margin: auto;
    margin-bottom: 22px;
  }
  p {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.button--wrapper {
  display: flex;
  gap: 25px;
}

.curs--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffffff1d;
  background: var(--bgc);
  border-radius: 20px;
  padding: 25px 35px 25px 70px;
  max-width: 820px;
  position: relative;
}

img.main--phone {
  position: absolute;
  left: -10%;
}

.analyze--item {
  display: flex;
  margin-top: 20px;
}

p.analyze--text {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 15px;
  color: #ffffffc3;
  b {
    color: white;
  }
}

.analyze--wrapper {
  display: flex;
  max-width: 270px;
  margin-left: 90px;
  gap: 13px;
  margin-bottom: 50px;
}

.sign--wrapper {
  background: var(--white);
  padding: 30px;
  border-radius: 20px;
  color: var(--black);
  max-width: 355px;
  h3 {
    font-size: 20px;
  }
  p {
    margin-bottom: 0;
  }
}

.sign--divider {
  width: 63px;
  background: var(--main-color);
  height: 3px;
  margin-block: 13px;
}

:is(.curs--descr, .curs--time) {
  font-size: var(--fz);
  line-height: 27px;
  margin-bottom: 0;
}

.curs--item {
  text-align: center;
  position: relative;
}
p.curs--descr {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  max-width: 160px;
  b {
    font-weight: 600;
  }
}

.curs--num {
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 60px;
}

.curs--item::after {
  content: "";
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-image: url("/images/icons/border-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.curs--item:last-child::after {
  display: none;
}

.curs--notice {
  padding: 25px 50px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  max-width: 615px;
  background: linear-gradient(to right, #262626, #161616);
  border-radius: 150px;
  position: relative;
  z-index: 30;
  top: 0%;
  left: 5%;
  margin-top: -20px;
  border: var(--brdr);
  img {
    max-height: 63px;
    height: 100%;
  }

  p {
    font-size: var(--fz);
    font-weight: 600;
    line-height: 27px;
  }
}

.notice--img {
  position: relative;
}

.notice--img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: 3px 3px 65px 20px #f85205c4;
  width: 1px;
  height: 1px;
  z-index: -1;
  filter: blur(15px);
}

.image--wrapper {
  position: relative;
}

img.notebook--img {
  position: absolute;
  top: -7%;
  right: -22%;
  z-index: 1;
}

img#main--img {
  z-index: 3;
  position: relative;
}

section#sp-first {
  margin-top: 120px;
  position: relative;
}

.sign--wrapper {
  position: absolute;
  left: -20%;
  bottom: 30%;
  z-index: 4;
  font-size: 16px;
  text-wrap: balance;
}

img.big--arrow {
  position: absolute;
  left: -25%;
  bottom: 0;
  z-index: 0;
}

.decor--circle {
  width: 1px;
  height: 1px;
  background: #ffd60075;
  border-radius: 100%;
  box-shadow: 0px 0px 130px 190px #ffd60070;
  position: absolute;
}

.decor--circle-1 {
  top: 35%;
  left: -15%;
  z-index: 0;
}

.decor--circle.decor--circle-2 {
  bottom: 0;
  left: 10%;
  opacity: 0.4;
}

.decor--circle.decor--circle-3 {
  z-index: 2;
  bottom: 50%;
  left: 50%;
  box-shadow: 0px 0px 130px 210px #ffd60036;
}

@media (width <= 1400px) {
  .info--wrapper {
    gap: 15px;
    font-size: 14px;
  }

  img#main--img {
    z-index: 3;
    position: relative;
    max-width: 550px;
  }
  .action--wrapper {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
  }
  img.main--phone {
    max-width: 150px;
    left: -7%;
  }
  .main-title {
    font-size: 45px;
  }
  .sign--wrapper {
    bottom: 20%;
  }
  img.notebook--img {
    max-width: 400px;
  }

  #sp-header .info--wrapper {
    width: 100% !important;
  }
  .sign--wrapper {
    padding: 25px;
  }
}

@media (width <= 1200px) {
  .black--wrapper {
    padding: 10px 20px;
  }

  .raiting--desr p {
    margin-left: 30px !important;
  }

  .main-title {
    font-size: 35px;
  }
  .btn {
    padding: 17px 30px !important;
  }
  p.curs--descr {
    font-size: 12px;
    line-height: 18px;
    text-wrap: balance;
  }
  .curs--item::after {
    content: "";
    position: absolute;
    right: 0%;
  }
  img#main--img {
    max-width: 460px;
  }
  .sign--wrapper {
    bottom: 0%;
    left: 0%;
  }
  img.notebook--img {
    max-width: 330px;
  }
  .action--item p {
    font-size: 14px;
  }
  .action--wrapper {
    display: flex;
    gap: 20px;
  }
  img.big--arrow {
    max-width: 620px;
    left: -30%;
    bottom: 0;
  }
  img.logotype {
    max-width: 150px;
  }
}

@media (width <= 991px) {
  .services--news .mod-articlesnews {
    flex-wrap: wrap;
  }

  #sp-header {
    height: auto;
  }

  .services--news .readmore a {
    font-size: 13px;
  }

  /* Когда открыт */
  .offcanvas-menu .menu-parent > .menu-child {
    display: block !important;
  }

  .offcanvas-menu .menu-parent-open > .menu-child {
    display: none !important;
  }

  #services-news h4.newsflash-title a {
    font-size: 15px !important;
    line-height: 19px !important;
    display: block;
  }

  .services--news .mod-articlesnews__item::before {
    height: 75%;
  }

  #services-news h4.newsflash-title {
    margin-bottom: 0px;
  }

  .services--news .mod-articlesnews__item {
    width: 100% !important;
  }

  .offcanvas--contacts {
    display: block;
  }

  body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    width: 100%;
  }

  #sp-first {
    padding-block: 90px 0px;
  }

  #sp-header .topbar--phone.adress.dropdown--inner.black--wrapper {
    display: none;
  }
  #sp-header .topbar--messengers.adress.dropdown--inner.black--wrapper {
    display: none;
  }

  #sp-menu .justify-content-end {
    justify-content: end !important;
  }

  .burger-icon span:nth-child(2) {
    width: 15px;
  }
  .burger-icon > span {
    margin: 7px 0;
    width: 23px;
  }

  .container {
    padding-inline: 20px !important;
  }
  section#sp-first {
    margin-top: 80px;
  }
  .main-title {
    font-size: 29px;
  }
  #sp-header .raiting {
    display: none;
  }

  .button--wrapper {
    margin-bottom: 60px;
  }

  .dg-mobile {
    display: flex !important;
  }

  .dg-desctop {
    display: none;
  }
  .analyze--wrapper {
    margin-left: 0px;
  }
  .analyze--item {
    margin-top: 0px;
  }
  .arrow--icon {
    position: relative;
    bottom: 18px;
  }
  .button--wrapper {
    display: flex;
    gap: 17px;
    flex-direction: column;
  }
  .analyze--wrapper {
    margin-bottom: -20px;
  }
  .curs--wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .curs--item::after {
    display: none;
  }

  img.mobile--line-decor {
    position: relative;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .features--mobile {
    flex-direction: column;
    position: relative;
  }
  img.main--phone {
    max-width: 170px;
    left: unset;
    top: -100px;
    z-index: 3;
    right: 50%;
    transform: translate(50%, 0);
  }
  .curs--wrapper {
    padding: 130px 30px 30px;
    margin-bottom: 60px;
    margin-inline: auto;
  }
  p.curs--descr {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-width: 200px;
  }
  .decor--circle.decor--circle-2 {
    bottom: 25%;
    left: unset;
    opacity: 0.6;
    right: 50%;
    transform: translate(50%, 0);
    box-shadow: 0px 0px 130px 160px #ffd60036;
  }
  img#main--img {
    max-width: 380px;
    margin: auto;
    display: block;
  }
  .image--wrapper {
    margin-bottom: 70px;
  }
  .sign--wrapper {
    position: relative;
    left: unset;
    bottom: 55px;
    z-index: 3;
    margin: auto;
  }
}

@media (width <= 768px) {
  #sp-header.header-sticky .mobile--header-btn {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0%;
    background-color: #1e1e1e;
    padding-block: 0px;
    height: 55px;
  }

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

  .topbar-mobile--phone {
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .black--wrapper {
    padding: 7px 17px;
  }

  .action--wrapper {
    flex-wrap: wrap;
  }
  .action--item {
    display: block;
    margin: 0;
    text-align: center;
    width: 46%;
    br {
      display: block;
    }
  }
  .main-title {
    font-size: 24px;
    text-wrap: balance;
    position: relative;
    z-index: 2;
  }
  .decor--circle-1 {
    top: 3%;
    left: -30%;
    z-index: 0;
    box-shadow: 0px 0px 110px 160px #ffd60059;
  }
  .action--item {
    img {
      margin-bottom: 12px;
    }
  }
  .action--item p {
    font-size: 13px;
    text-wrap: balance;
  }
  .button--wrapper {
    flex-wrap: wrap;
  }
  .button--wrapper .btn {
    width: 100%;
  }
  .btn {
    font-size: 16px !important;
  }
  img#main--img {
    max-width: 360px;
  }
  img.notebook--img {
    max-width: 240px;
    top: -3%;
  }
  img.big--arrow {
    max-width: 470px;
    left: -30%;
    bottom: 15%;
  }

  .decor--circle.decor--circle-3 {
    box-shadow: 0px 0px 130px 210px #ffd60033;
  }
  .sign--divider {
    margin-block: 13px 5px;
  }
}

@media (width <= 575px) {
  .action--item {
    width: 45%;
    img {
      height: 30px;
    }
  }
  .main-title {
    line-height: 30px;
  }
  img#main--img {
    max-width: 300px;
  }
  #sp-right .inner-wrapper-sticky {
    position: relative !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0;
    left: 0 !important;
    top: 10% !important;
  }

  .cases--module h4.newsflash-title a,
  .article-details h4.newsflash-title a {
    font-size: 14px !important;
    line-height: 17px !important;
  }

  .convertforms {
    padding: 10px;
  }

  :is(#sp-left, #sp-right) .sp-module ul > li > a {
    font-size: 15px !important;
    line-height: 19px !important;
    display: block !important;
  }
}

@media (width <= 380px) {
  img.big--arrow {
    max-width: 450px;
    left: -50%;
    bottom: 25%;
  }
}

/* Media */
@media (width <= 768px) {
  #cf_4 {
    padding: 10px !important;
  }

  .video-audit--btn {
    padding: 12px 0px;
    font-size: 8px;
  }

  .hero--services-wrapper {
    flex-wrap: wrap;
  }

  p.button--description-notification br {
    display: none;
  }

  .services--festure-wrapper .services--column-content p {
    font-size: 14px;
    line-height: 18px;
  }

  p.button--description-text {
    font-size: 16px;
  }

  .services--phone {
    position: relative !important;
    right: unset !important;
    top: 0 !important;
    max-width: 200px !important;
    margin: auto;
    display: block;
  }

  section#hero--services {
    padding-block: 150px 150px !important;
  }

  p.hero--services-subtitle {
    text-wrap: balance;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (width <= 576px) {
  .cookie--popup .eb-content > div {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .cases--module h3.newsflash-title a {
    color: var(--white);
    font-size: 15px;
    display: block;
    line-height: 21px;
  }

  button.filter--button {
    font-size: small;
    height: 40px;
  }

  /* .sp-column.is-affixed {
    height: auto !important;
  } */

  .cases--new .article-list .article {
    height: auto;
  }

  .portfolio--wrapper {
    margin-top: 0px;
  }

  .cookie--popup div#dialog1 {
    max-width: 205px;
    left: 5%;
    padding: 20px;
  }
  .cookie--popup .eb-1 .eb-close {
    --eb-close-button-font-size: 23px !important;
  }
}

/*Scroll*/

::-webkit-scrollbar {
  width: 8px !important;
  height: 2px !important;
  background-color: black !important;
}

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

/* First--services */

.services--page {
  background: #fdfdfd;
}

.decor--circle-5 {
  top: 300px;
  right: 0;
  opacity: 0.5;
}

section#hero--services {
  padding-block: 250px 150px;
}

p.hero--services-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

.services--festure-wrapper {
  margin-inline: auto !important;
  max-width: 1130px;
  margin-bottom: 50px;
  position: relative;
}

#hero--services .main-btn {
  width: 30%;
}

p.button--description-text {
  margin-bottom: 2px;
  font-size: 18px;
  text-align-last: left;
}

p.button--description-notification {
  font-size: 14px;
  color: #00000065;
  margin-bottom: 0;
  text-align: left;
}

.hero--services-wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  gap: 25px;
  text-align: left;
}

img.feature--icon {
  margin-bottom: 15px;
}

.services--festure-wrapper .services--column-content p {
  font-size: 16px;
  line-height: 21px;

  text-wrap: balance;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600 !important;
}

.services--phone {
  max-width: 260px !important;
  left: -20% !important;
  top: 60%;
}

.feature-circle {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  font-size: 25px;
  border-radius: 50%;
  background-image: var(--gradient2);
  color: #000;
  font-weight: bold;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.3),
    0 4px 10px rgba(0, 0, 0, 0.15);

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

/* Service--support */

.services--section {
  position: relative;
  padding-top: var(--pt);
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--black);
}

.services--problem-list li,
.services--result-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.75em;
  line-height: 1.6;
}

.services--problem-list li::before,
.services--result-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--main-color);
  border-radius: 50%;
}

.services--offer {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.services--column-content {
  background-color: var(--white);
  border-radius: var(--brdrds);
  box-shadow: var(--bxsdw);
  padding: 2rem;
  transition: var(--trnshn);
  height: 100%;
  width: 100%;
}

/* Services-features */
.services--icon {
  font-size: 2rem;
  color: var(--main-color);
}

.services--column-content ul li {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.services--list {
  padding-left: 0;
}

.services--list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.services--list-icon {
  margin-top: 3px;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}

/* Services team */

.services--list {
  padding-left: 0;
}

.services--list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* Prices */
.services--pricing-table td,
.services--pricing-table th {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.95rem;
}

.services--tariff-desc {
  font-size: 11px;
  color: #3a3a3a;
  margin-top: 0.5rem;
  line-height: 1.4;
  white-space: normal;
}

@media (max-width: 767px) {
  .services--pricing-table {
    min-width: 600px;
  }
}

/* Benefits */

.services--text {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.services--icon {
  font-size: 35px;
}

/* Workflow */

#services--workflow .services--column-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

#services--workflow .feature-circle {
  width: 75px !important;
  height: 75px !important;
  margin-bottom: 0 !important;
}

#services--workflow p {
  text-align: left;
  font-size: 16px;
}

/* Faq */

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

.accordion-button {
  font-size: 21px !important;
  font-weight: 500;
  align-items: normal !important;
  position: relative;
  flex-direction: column-reverse;
  padding: 30px !important;
  background: var(--main-color);
}

.accordion-button.collapsed {
  background: var(--white) !important;
}

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

.accordion-item {
  overflow: hidden;
  /* border-bottom: 1px solid #e5e5e5 !important; */
  border-radius: var(--brdrds) !important;
  margin-bottom: 15px;
  background-color: var(--main-color) !important;
  transition: var(--trnshn);
  &:hover {
    translate: 0 -3px;
    transition: var(--trnshn);
    box-shadow: 0px 10px 15px 5px #00000016;
  }
}

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

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

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

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

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

/* Telegram */

#services-telegram {
  background: var(--black);
  padding-block: 100px;
  position: relative;
  margin-top: 100px;
}

#services-telegram .container {
  position: relative;
}

.telegram--img {
  left: 0 !important;
}

/* Carousel-meeting */

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

section#catalog {
  margin-top: var(--mt);
  padding-inline: 20px;
}

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

.slide {
  position: relative;
  overflow: hidden;
}

.iframe-wrapper {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

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

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

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

.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(--black);
  display: block;
  border-radius: 100%;
  cursor: pointer;
  transition: var(--trnshn);
  &:hover {
    background-image: var(--gradient2);
    transition: var(--trnshn);
  }
}

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

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

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

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

.back_link {
  height: fit-content;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  border: 1px solid #cccccc26;
  background: var(--main-color);
  padding: 10px 30px;
  border-radius: var(--brdrds);
}

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

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

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

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

a.see--all-link {
  margin-top: 50px;
}

.services--audit-link:hover .services--column-content {
  box-shadow: 0 0 0 2px var(--main-color);
  transition: var(--trnshn);
}

.services--column-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #5050500a;
  border-radius: var(--brdrds);
  box-shadow: var(--bxsdw);
  transition: var(--trnshn);
  height: 100%;
}

/* Audit */

#services--audit .services--column-content {
  padding: 0;
  overflow: hidden;
}

#services--audit span {
  color: var(--black);
}

#services--audit .services--column-content > div {
  padding-bottom: 1rem;
}

.services--news .mod-articlesnews__item {
  width: 48.2%;
  overflow: hidden;
  max-height: 430px;
  position: relative;
  border-radius: 15px;
}
.services--news .mod-articlesnews {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.newsflash-image img {
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.services--news .mod-articlesnews__item:hover .newsflash-image img {
  filter: blur(17px);
  transition: all 0.5s cubic-bezier(0.37, 0, 0.175, 1);
  transform: scale(1.05);
}

.services--news .readmore a {
  font-size: 16px;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* расстояние между текстом и стрелкой */
  transition: color 0.3s ease;
}

.services--news .readmore a:hover {
  color: white;
}

.services--news .readmore a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 8 3)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 10 5.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 12 7.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 10 9.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 8 11.3525)' fill='currentColor'/></svg>")
    no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
  filter: invert(1);
}

.mod-articlesnews__item:hover .readmore a::after {
  transform: translateX(10px); /* смещение стрелки вправо */
}

.services--news .news--info {
  z-index: 3;
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px 20px;
  /* max-height: 75px; */
  transition: 0.4s;
  width: 100%;
  /* backdrop-filter: blur(30px);
  background-color: #0000000a;
  background-blend-mode: darken; */
}

/* .services--news .mod-articlesnews__item:hover .news--info {
  max-height: 100%;
  transition: 0.4s;
} */

.newsflash-image {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.newsflash-title {
  transition: var(--trnshn);
}

/* .services--news .mod-articlesnews__item .readmore {
  opacity: 0;
  transition: var(--trnshn);
  position: absolute;
}

.services--news .mod-articlesnews__item:hover .readmore {
  opacity: 1;
  transition: var(--trnshn);
  position: relative;
} */

.services--news .mod-articlesnews__item {
  position: relative;
  overflow: hidden; /* чтобы псевдоэлемент не вылазил */
}

.services--news .mod-articlesnews__item::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  transition: 0.3s ease-in;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}

.services--news .mod-articlesnews__item:hover .newsflash-image {
  filter: brightness(0.7);
  transition: 0.3s;
}

.services--news .mod-articlesnews__item:hover::before {
  transition: 0.3s ease-out;
  display: none;
}

.services--news h4.newsflash-title a {
  font-size: 19px;
  line-height: 23px !important;
  display: block;
  color: white;
}

@media (width <= 576px) {
  :root {
    --pt: 70px;
  }

  .services--news .mod-articlesnews,
  .article-details .mod-articlesnews {
    padding-bottom: 3px;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap; /* Ð² Ð¾Ð´Ð½Ñƒ ÑÑ‚Ñ€Ð¾ÐºÑƒ */
    overflow-x: auto; /* Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ñ‹Ð¹ ÑÐºÑ€Ð¾Ð»Ð» */
    overflow-y: hidden;
    width: 100%; /* Ð½Ðµ 1000px Ð²Ð½ÑƒÑ‚Ñ€Ð¸ mobile-Ð±Ñ€ÐµÐ¹ÐºÐ¿Ð¾Ð¸Ð½Ñ‚Ð° */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 3px;
  }

  .services--news .mod-articlesnews__item,
  .article-details .mod-articlesnews__item {
    flex: 0 0 310px;
    height: auto;
    /* Ð·Ð°Ð¿Ñ€ÐµÑ‚ ÑÐ¶Ð°Ñ‚Ð¸Ñ + ÑˆÐ¸Ñ€Ð¸Ð½Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
    /* Ð¸Ð»Ð¸: min-width: 320px; flex: 0 0 auto; */
  }

  .services--news .mod-articlesnews__item img,
  .article-details .mod-articlesnews__item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .back_link {
    display: none;
  }

  #services--audit .section-subtitle {
    font-size: 16px !important;
  }

  .accordion-button {
    font-size: 16px !important;
    padding-right: 50px !important;
  }

  .accordion-button::after {
    width: 1.2rem !important;
    height: 1.2rem !important;
  }

  .accordion-button:not(.collapsed)::after {
    width: 1.2rem !important;
    height: 1.2rem !important;
  }

  #services--workflow .feature-circle {
    width: 52px !important;
    height: 52px !important;
  }

  #services-telegram {
    padding-block: 70px;
  }

  .slide {
    width: 320px !important;
  }

  .services--text {
    font-size: 16px;
    line-height: 20px;
  }

  .section-title {
    font-size: 27px;
  }

  section#hero--services {
    padding-block: 130px 70px;
  }

  .services--phone {
    position: relative !important;
    right: unset !important;
    top: 0 !important;
    max-width: 180px !important;
    margin: auto;
    display: block;
  }

  section#hero--services .btn {
    width: 100% !important;
  }

  .services--festure-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

/* Rewiews--page */

.services--column-content {
  position: relative;
  z-index: 5;
}

body.rewiev--page {
  background: #cccccc14;
}

.rewiev--page .main-title {
  text-wrap: pretty;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 55px;
  line-height: 72px;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

.rewiev--services-subtitle {
  font-size: 21px !important;
  margin-bottom: 0px;
  font-weight: 500;
}

.calc--subtitle {
  font-size: 14px !important;
  line-height: 20px;
  color: #000000b1;
}

.platform--icon {
  height: 80px;
  width: 100%;
}

.platform--icon img {
  max-width: 70px;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.rewievs--items-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px; /* расстояние между элементами */
  align-items: center;
  justify-items: center;
  text-align: center;
}

#rewievs--platforms p {
  font-size: 16px;
}

.rewiev--page .text--dec {
  color: rgb(171, 37, 7);
}

#services--conditions,
section#services--whyus {
  background: var(--white);
  padding-block: var(--pt);
  margin-top: var(--pt);
}

#services--conditions .services--column-content,
section#services--whyus .services--column-content {
  background: #cccccc2a;
  border: 1px solid #cccccc72;
}

.services--column-content:hover {
  translate: 0 -3px;
  transition: var(--trnshn);
  box-shadow: 0px 10px 15px 5px #00000016;
}

.benefit--text {
  text-wrap: balance;
}

.benefit--icon {
  height: 100px;
}

.benefit--icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.steps-line {
  position: relative;
}

.steps-line::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 15px;
  right: 0;
  height: 4px;
  background: #fff;
  z-index: 1;
  max-width: 1200px;
}

.feature-circle {
  position: relative;
  z-index: 2 !important; /* чтобы круги были поверх линии */
}

.rewiev--page p {
  font-size: 16px;
}

.rewiev--page section#hero--services {
  padding-block: 200px 50px;
}

div#cf_6 {
  padding: 0;
}

:is(input#form6_number11, input#form6_name, input#form6_tel6) {
  padding-block: 12px !important;
  border-radius: 10px;
}

div#cf_6 .form-check-input {
  border: 2px solid black !important;
  padding: 7px !important;
  width: 7px;
  height: 7px;
  background-color: white;
}

input:focus {
  border: 1px solid var(--main-color) !important;
}

div#cf_6 .privacy--link {
  color: black !important;
  text-decoration: underline;
}

div#cf_6 .form-check-input:checked {
  background-color: var(--black);
  border: 2px solid var(--main-color) !important;
  box-shadow: 0 0 0 0 !important;
}

div#cf_6 .cf-form-wrap.cf-col-16 {
  padding: 0;
}

@media (max-width: 991px) {
  .rewievs--items-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 575px) {
  .rewievs--items-wrapper {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .rewiev--page .main-title {
    text-wrap: pretty;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px !important;
    line-height: 37px;
  }
  .rewiev--services-subtitle {
    text-wrap: balance;
    font-size: 18px !important;
  }
  .rewiev--page section#hero--services {
    padding-block: 100px 50px;
  }
  .steps-line::before {
    display: none;
  }
  .steps-line .text-start {
    text-align: center !important;
  }

  .feature-circle {
    margin-inline: auto;
  }
  .body-wrapper {
    overflow-x: hidden;
  }
}
